COLOR #C8D4BD

HEX: #C8D4BD RGB: (200,212,189)

Color info

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

RGB color model

#C8D4BD color RGB value is (200,212,189).

RGB: (200,212,189) (78%, 83%, 74%)

RGB channels and saturation

R 200 of 255 = 78%
G 212 of 255 = 83%
B 189 of 255 = 74%

200
212
189

R + G + B ~ 78%. #C8D4BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 212 + 189 = 601 (100%)
R 200 of 601 ~ 33.28%
G 212 of 601 ~ 35.27%
B 189 of 601 ~ 31.45'%

%33.28
%35.27
%31.45

CMYK color model

#C8D4BD color CMYK value is (6,0,11,17).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 10.85%
  • key color value is 16.86%

CMYK: (6,0,11,17)
C6M0Y11K17 (6%, 0%, 11%, 17%)
(0.06 / 0.00 / 0.11 / 0.17)

CMYK percentages

%5.66
%0
%10.85
%16.86

Codes

Color #C8D4BD in popluar color models

C8 D4 BD
RGB 200 212 189
HSL 91° 21.10% 78.63%
HSB/HSV 91° 10.85% 83.14%
CMYK 5.66% 0.00% 10.85%
16.86%

Color #C8D4BD in popluar number systems.

HEX C8 D4 BD
Decimal 200 212 189
Binary 11001000 11010100 10111101
Octal 310 324 275

Shades and tints

Shades of #C8D4BD

#C8D4BD
(200,212,189)
#B6C1AC
(182,193,172)
#A4AE9B
(164,174,155)
#929B8A
(146,155,138)
#808879
(128,136,121)
#6E7568
(110,117,104)
#5C6257
(92,98,87)
#4A4F46
(74,79,70)
#383C35
(56,60,53)
#262924
(38,41,36)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #C8D4BD

#C8D4BD
(200,212,189)
#CDD7C3
(205,215,195)
#D2DAC9
(210,218,201)
#D7DDCF
(215,221,207)
#DCE0D5
(220,224,213)
#E1E3DB
(225,227,219)
#E6E6E1
(230,230,225)
#EBE9E7
(235,233,231)
#F0ECED
(240,236,237)
#F5EFF3
(245,239,243)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D4BD; }

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

This text font color is #C8D4BD.

Background Color

.myBgColor { background-color: #C8D4BD; }

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

This div background color is #C8D4BD.

Border color

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

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

This div border color is #C8D4BD.

Opacity

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

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

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

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

This text has shadow with #C8D4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D4BD.

Preview

Color preview on black background

This text has color #C8D4BD on black background.


Color preview on white background

This text has color #C8D4BD on white background.


Black color preview on #C8D4BD background

This text has black color on #C8D4BD background.


White color preview on #C8D4BD background

This text has white color on #C8D4BD background.


Related colors

Complementary color

Complementary color for #hex is #372B42.


I love getcolorcode.com

Triadic colors

1 #BDC8D4 and #D4BDC8 with #C8D4BD are triadic colors.

2 #BDD4C8 and #D4C8BD with #C8D4BD are triadic colors.