COLOR #C8CCBD

HEX: #C8CCBD RGB: (200,204,189)

Color info

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

RGB color model

#C8CCBD color RGB value is (200,204,189).

RGB: (200,204,189) (78%, 80%, 74%)

RGB channels and saturation

R 200 of 255 = 78%
G 204 of 255 = 80%
B 189 of 255 = 74%

200
204
189

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

Portions of RGB colors in percentages

R + G + B = 200 + 204 + 189 = 593 (100%)
R 200 of 593 ~ 33.73%
G 204 of 593 ~ 34.4%
B 189 of 593 ~ 31.87'%

%33.73
%34.4
%31.87

CMYK color model

#C8CCBD color CMYK value is (2,0,7,20).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 20.00%
CMYK: (2,0,7,20) C2M0Y7K20 (2%,0%,7%,20%) (0.02/0.00/0.07/0.20) 

CMYK percentages

%1.96
%0
%7.35
%20

Codes

Color #C8CCBD in popluar color models

C8 CC BD
RGB 200 204 189
HSL 76° 12.82% 77.06%
HSB/HSV 76° 7.35% 80.00%
CMYK 1.96% 0.00% 7.35%
20.00%

Color #C8CCBD in popluar number systems.

HEX C8 CC BD
Decimal 200 204 189
Binary 11001000 11001100 10111101
Octal 310 314 275

Shades and tints

Shades of #C8CCBD

#C8CCBD
(200,204,189)
#B6BAAC
(182,186,172)
#A4A89B
(164,168,155)
#92968A
(146,150,138)
#808479
(128,132,121)
#6E7268
(110,114,104)
#5C6057
(92,96,87)
#4A4E46
(74,78,70)
#383C35
(56,60,53)
#262A24
(38,42,36)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #C8CCBD

#C8CCBD
(200,204,189)
#CDD0C3
(205,208,195)
#D2D4C9
(210,212,201)
#D7D8CF
(215,216,207)
#DCDCD5
(220,220,213)
#E1E0DB
(225,224,219)
#E6E4E1
(230,228,225)
#EBE8E7
(235,232,231)
#F0ECED
(240,236,237)
#F5F0F3
(245,240,243)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CCBD; }

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

This text font color is #C8CCBD.

Background Color

.myBgColor { background-color: #C8CCBD; }

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

This div background color is #C8CCBD.

Border color

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

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

This div border color is #C8CCBD.

Opacity

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

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

Text with #C8CCBD 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 #C8CCBD;}

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

This text has shadow with #C8CCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CCBD.

Preview

Color preview on black background

This text has color #C8CCBD on black background.


Color preview on white background

This text has color #C8CCBD on white background.


Black color preview on #C8CCBD background

This text has black color on #C8CCBD background.


White color preview on #C8CCBD background

This text has white color on #C8CCBD background.


Related colors

Complementary color

Complementary color for #hex is #373342.


I love getcolorcode.com

Triadic colors

1 #BDC8CC and #CCBDC8 with #C8CCBD are triadic colors.

2 #BDCCC8 and #CCC8BD with #C8CCBD are triadic colors.