COLOR #C8CCBB

HEX: #C8CCBB RGB: (200,204,187)

Color info

#C8CCBB contains red, green and blue colors in about the same proportion. Web safe color of #C8CCBB is #CCCCCC (or #CCC).

RGB color model

#C8CCBB color RGB value is (200,204,187).

RGB: (200,204,187) (78%, 80%, 73%)

RGB channels and saturation

R 200 of 255 = 78%
G 204 of 255 = 80%
B 187 of 255 = 73%

200
204
187

R + G + B ~ 77%. #C8CCBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 204 + 187 = 591 (100%)
R 200 of 591 ~ 33.84%
G 204 of 591 ~ 34.52%
B 187 of 591 ~ 31.64'%

%33.84
%34.52
%31.64

CMYK color model

#C8CCBB color CMYK value is (2,0,8,20).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 20.00%

CMYK: (2,0,8,20)
C2M0Y8K20 (2%, 0%, 8%, 20%)
(0.02 / 0.00 / 0.08 / 0.20)

CMYK percentages

%1.96
%0
%8.33
%20

Codes

Color #C8CCBB in popluar color models

C8 CC BB
RGB 200 204 187
HSL 74° 14.29% 76.67%
HSB/HSV 74° 8.33% 80.00%
CMYK 1.96% 0.00% 8.33%
20.00%

Color #C8CCBB in popluar number systems.

HEX C8 CC BB
Decimal 200 204 187
Binary 11001000 11001100 10111011
Octal 310 314 273

Shades and tints

Shades of #C8CCBB

#C8CCBB
(200,204,187)
#B6BAAA
(182,186,170)
#A4A899
(164,168,153)
#929688
(146,150,136)
#808477
(128,132,119)
#6E7266
(110,114,102)
#5C6055
(92,96,85)
#4A4E44
(74,78,68)
#383C33
(56,60,51)
#262A22
(38,42,34)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #C8CCBB

#C8CCBB
(200,204,187)
#CDD0C1
(205,208,193)
#D2D4C7
(210,212,199)
#D7D8CD
(215,216,205)
#DCDCD3
(220,220,211)
#E1E0D9
(225,224,217)
#E6E4DF
(230,228,223)
#EBE8E5
(235,232,229)
#F0ECEB
(240,236,235)
#F5F0F1
(245,240,241)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CCBB color. Also use rgb(200,204,187) instead hex code.

Text Font Color

.myTextColor { color: #C8CCBB; }

<p style="color:#C8CCBB">This sample text font color is #C8CCBB.</p>

This text font color is #C8CCBB.

Background Color

.myBgColor { background-color: #C8CCBB; }

<div style="background-color:#C8CCBB">Inner text</div>

This div background color is #C8CCBB.

Border color

.myBorderColor { border: 1px solid #C8CCBB; }

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

This div border color is #C8CCBB.

Opacity

.myOpacity80 { color: #C8CCBB; opacity: 0.8; }

<p style="color:#C8CCBB;opacity:0.8;">80%</p>

Text with #C8CCBB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C8CCBB;}

<p style="text-shadow: 3px 3px 1px #C8CCBB">Text here.</p>

This text has shadow with #C8CCBB color.


.textShadow {text-shadow: 3px 3px 1px #C8CCBB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C8CCBB, 5px 5px 20px red">Text here.</p>

This text has shadow with #C8CCBB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C8CCBB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C8CCBB, Direction=45, Strength=4)">Text</p>

This text has shadow with #C8CCBB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C8CCBB;
-webkit-box-shadow: 1px 1px 3px 2px #C8CCBB;
box-shadow: 1px 1px 3px 2px #C8CCBB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C8CCBB; -webkit-box-shadow: 1px 1px 3px 2px #C8CCBB; box-shadow:1px 1px 3px 2px #C8CCBB;">
Div content here
</div>

This div box has shadow with color #C8CCBB.

Preview

Color preview on black background

This text has color #C8CCBB on black background.


Color preview on white background

This text has color #C8CCBB on white background.


Black color preview on #C8CCBB background

This text has black color on #C8CCBB background.


White color preview on #C8CCBB background

This text has white color on #C8CCBB background.


Related colors

Complementary color

Complementary color for #hex is #373344.


I love getcolorcode.com

Triadic colors

1 #BBC8CC and #CCBBC8 with #C8CCBB are triadic colors.

2 #BBCCC8 and #CCC8BB with #C8CCBB are triadic colors.