Color Hex Logo

#c7bbb2 Color Hex

#C7BBB2
(199,187,178)
1 Favorites   0 Comments

Color spaces of #c7bbb2

RGB 199187178
HSL0.070.160.74
HSV26°11°78°
CMYK 0.000.060.11   0.22
XYZ49.359450.897149.3421
Yxy50.89710.32990.3402
Hunter Lab71.3422-1.35048.9331
CIE-Lab76.61662.68656.0634

#c7bbb2 color RGB value is (199,187,178).

#c7bbb2 hex color red value is 199, green value is 187 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #c7bbb2 hue: 0.07 , saturation: 0.16 and the lightness value of c7bbb2 is 0.74.

The process color (four color CMYK) of #c7bbb2 color hex is 0.00, 0.06, 0.11, 0.22. Web safe color of #c7bbb2 is #cccc99. Color #c7bbb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111011 10110010
Octal 307 273 262
Decimal 199 187 178
Hex C7 BB B2

RGB Percentages of Color #c7bbb2

%35.28
%33.16
%31.56

CMYK Percentages of Color #c7bbb2

%0
%6
%11
%22

Triadic Colors of #c7bbb2

#c7bbb2 #b2c7bb #bbb2c7

Analogous Colors of #c7bbb2

#c7bbb2 #c7c6b2 #c7b2b4

Monochromatic Colors of #c7bbb2

#c7bbb2

Complementary Color

#c7bbb2 #b2bec7

#c7bbb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bbb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bbb2 Color CSS Codes

.mybgcolor {background-color:#c7bbb2; } 
.myforecolor {color:#c7bbb2; }
.mybordercolor {border:3px solid #c7bbb2; }

#c7bbb2 Text Font Color

<p style="color:#c7bbb2">Text here</p>

This sample text font color is #c7bbb2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c7bbb2 Background Color

<div style="background-color:#c7bbb2">
Div content here</div>

This div background color is #c7bbb2


#c7bbb2 Border Color

<div style="border:3px solid #c7bbb2">
Div here</div>

This div border color is #c7bbb2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,187,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7bbb2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7bbb2;
  -webkit-box-shadow: 1px 1px 3px 2px #c7bbb2;
  box-shadow:         1px 1px 3px 2px #c7bbb2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,187,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c7bbb2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c7bbb2;
  -webkit-box-shadow: 1px 1px 3px 2px #c7bbb2;
  box-shadow:         1px 1px 3px 2px #c7bbb2;">
Div content here</div>

This div box has shadow with color #c7bbb2


Comments

No comments written yet.

Please login to write comment.