COLOR #C8DCB3

HEX: #C8DCB3 RGB: (200,220,179)

Color info

#C8DCB3 contains red, green and blue colors in about the same proportion. Web safe color of #C8DCB3 is #CCCC99 (or #CC9).

RGB color model

#C8DCB3 color RGB value is (200,220,179).

RGB: (200,220,179) (78%, 86%, 70%)

RGB channels and saturation

R 200 of 255 = 78%
G 220 of 255 = 86%
B 179 of 255 = 70%

200
220
179

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

Portions of RGB colors in percentages

R + G + B = 200 + 220 + 179 = 599 (100%)
R 200 of 599 ~ 33.39%
G 220 of 599 ~ 36.73%
B 179 of 599 ~ 29.88'%

%33.39
%36.73
%29.88

CMYK color model

#C8DCB3 color CMYK value is (9,0,19,14).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 13.73%

CMYK: (9,0,19,14)
C9M0Y19K14 (9%, 0%, 19%, 14%)
(0.09 / 0.00 / 0.19 / 0.14)

CMYK percentages

%9.09
%0
%18.64
%13.73

Codes

Color #C8DCB3 in popluar color models

C8 DC B3
RGB 200 220 179
HSL 89° 36.94% 78.24%
HSB/HSV 89° 18.64% 86.27%
CMYK 9.09% 0.00% 18.64%
13.73%

Color #C8DCB3 in popluar number systems.

HEX C8 DC B3
Decimal 200 220 179
Binary 11001000 11011100 10110011
Octal 310 334 263

Shades and tints

Shades of #C8DCB3

#C8DCB3
(200,220,179)
#B6C8A3
(182,200,163)
#A4B493
(164,180,147)
#92A083
(146,160,131)
#808C73
(128,140,115)
#6E7863
(110,120,99)
#5C6453
(92,100,83)
#4A5043
(74,80,67)
#383C33
(56,60,51)
#262823
(38,40,35)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #C8DCB3

#C8DCB3
(200,220,179)
#CDDFB9
(205,223,185)
#D2E2BF
(210,226,191)
#D7E5C5
(215,229,197)
#DCE8CB
(220,232,203)
#E1EBD1
(225,235,209)
#E6EED7
(230,238,215)
#EBF1DD
(235,241,221)
#F0F4E3
(240,244,227)
#F5F7E9
(245,247,233)
#FAFAEF
(250,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DCB3 color. Also use rgb(200,220,179) instead hex code.

Text Font Color

.myTextColor { color: #C8DCB3; }

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

This text font color is #C8DCB3.

Background Color

.myBgColor { background-color: #C8DCB3; }

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

This div background color is #C8DCB3.

Border color

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

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

This div border color is #C8DCB3.

Opacity

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

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

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

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

This text has shadow with #C8DCB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DCB3.

Preview

Color preview on black background

This text has color #C8DCB3 on black background.


Color preview on white background

This text has color #C8DCB3 on white background.


Black color preview on #C8DCB3 background

This text has black color on #C8DCB3 background.


White color preview on #C8DCB3 background

This text has white color on #C8DCB3 background.


Related colors

Complementary color

Complementary color for #hex is #37234C.


I love getcolorcode.com

Triadic colors

1 #B3C8DC and #DCB3C8 with #C8DCB3 are triadic colors.

2 #B3DCC8 and #DCC8B3 with #C8DCB3 are triadic colors.