Color Hex Logo

#c7bbbc Color Hex

#C7BBBC
(199,187,188)
0 Favorites   0 Comments

Color spaces of #c7bbbc

RGB 199187188
HSL0.990.100.76
HSV355°78°
CMYK 0.000.060.06   0.22
XYZ50.400651.313654.8251
Yxy51.31360.32200.3278
Hunter Lab71.63350.23214.7655
CIE-Lab76.86864.40681.0062

#c7bbbc color RGB value is (199,187,188).

#c7bbbc hex color red value is 199, green value is 187 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c7bbbc hue: 0.99 , saturation: 0.10 and the lightness value of c7bbbc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111011 10111100
Octal 307 273 274
Decimal 199 187 188
Hex C7 BB BC

RGB Percentages of Color #c7bbbc

%34.67
%32.58
%32.75

CMYK Percentages of Color #c7bbbc

%0
%6
%6
%22

Triadic Colors of #c7bbbc

#c7bbbc #bcc7bb #bbbcc7

Analogous Colors of #c7bbbc

#c7bbbc #c7c0bb #c7bbc2

Monochromatic Colors of #c7bbbc

#c7bbbc

Complementary Color

#c7bbbc #bbc7c6

#c7bbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bbbc Color CSS Codes

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

#c7bbbc Text Font Color

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

This sample text font color is #c7bbbc
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.


#c7bbbc Background Color

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

This div background color is #c7bbbc


#c7bbbc Border Color

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

This div border color is #c7bbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bbbc


Comments

No comments written yet.

Please login to write comment.