Color Hex Logo

#cbb6bb Color Hex

#CBB6BB
(203,182,187)
0 Favorites   0 Comments

Color spaces of #cbb6bb

RGB 203182187
HSL0.960.170.75
HSV346°10°80°
CMYK 0.000.100.08   0.20
XYZ50.326249.740353.9621
Yxy49.74030.32670.3229
Hunter Lab70.52683.95134.0043
CIE-Lab75.90968.34120.1920

#cbb6bb color RGB value is (203,182,187).

#cbb6bb hex color red value is 203, green value is 182 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cbb6bb hue: 0.96 , saturation: 0.17 and the lightness value of cbb6bb is 0.75.

The process color (four color CMYK) of #cbb6bb color hex is 0.00, 0.10, 0.08, 0.20. Web safe color of #cbb6bb is #cccccc. Color #cbb6bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 10111011
Octal 313 266 273
Decimal 203 182 187
Hex CB B6 BB

RGB Percentages of Color #cbb6bb

%35.49
%31.82
%32.69

CMYK Percentages of Color #cbb6bb

%0
%10
%8
%20

Triadic Colors of #cbb6bb

#cbb6bb #bbcbb6 #b6bbcb

Analogous Colors of #cbb6bb

#cbb6bb #cbbcb6 #cbb6c6

Monochromatic Colors of #cbb6bb

#cbb6bb

Complementary Color

#cbb6bb #b6cbc6

#cbb6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb6bb Color CSS Codes

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

#cbb6bb Text Font Color

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

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


#cbb6bb Background Color

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

This div background color is #cbb6bb


#cbb6bb Border Color

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

This div border color is #cbb6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb6bb


Comments

No comments written yet.

Please login to write comment.