COLOR #C8CDB2

HEX: #C8CDB2
RGB: (200,205,178)

Color info

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

RGB color model

#C8CDB2 color RGB value is (200,205,178).

  • red value is 200;
  • green value is 205;
  • blue value is 178.
RGB:
(200,205,178)
(78%,80%,70%)

RGB channels and saturation

R 200 of 255 = 78%
G 205 of 255 = 80%
B 178 of 255 = 70%

200
205
178

R + G + B ~ 76%. #C8CDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 205 + 178 = 583 (100%)
R 200 of 583 ~ 34.31%
G 205 of 583 ~ 35.16%
B 178 of 583 ~ 30.53%

%34.31
%35.16
%30.53

CMYK color model

#C8CDB2 color CMYK value is (2,0,13,20).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 13.17%
  • key color value is 19.61%
CMYK:
(2,0,13,20)
C2M0Y13K20 
(2%,0%,13%,20%)
(0.02/0.00/0.13/0.20)	

CMYK percentages

%2.44
%0
%13.17
%19.61

Codes

Color #C8CDB2 in popluar color models

C8CDB2
RGB200205178
HSL71°21.26%75.10%
HSB/HSV71°13.17%80.39%
CMYK2.44%0.00%13.17%
19.61%

Color #C8CDB2 in popluar number systems.

HEXC8CDB2
Decimal200205178
Binary110010001100110110110010
Octal310315262

Shades and tints

Shades of #C8CDB2

#C8CDB2
(200,205,178)
#B6BBA2
(182,187,162)
#A4A992
(164,169,146)
#929782
(146,151,130)
#808572
(128,133,114)
#6E7362
(110,115,98)
#5C6152
(92,97,82)
#4A4F42
(74,79,66)
#383D32
(56,61,50)
#262B22
(38,43,34)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #C8CDB2

#C8CDB2
(200,205,178)
#CDD1B9
(205,209,185)
#D2D5C0
(210,213,192)
#D7D9C7
(215,217,199)
#DCDDCE
(220,221,206)
#E1E1D5
(225,225,213)
#E6E5DC
(230,229,220)
#EBE9E3
(235,233,227)
#F0EDEA
(240,237,234)
#F5F1F1
(245,241,241)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CDB2 color. Also use rgb(200,205,178) instead hex code.

Text Font Color

.myTextColor { color: #C8CDB2; }

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

This text font color is #C8CDB2.


Background Color

.myBgColor { background-color: #C8CDB2; }

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

This div background color is #C8CDB2.


Border color

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

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

This div border color is #C8CDB2.


Opacity

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

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

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

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

This text has shadow with #C8CDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CDB2 on black background.


Color preview on white background

This text has color #C8CDB2 on white background.



Black color preview on #C8CDB2 background

This text has black color on #C8CDB2 background.


White color preview on #C8CDB2 background

This text has white color on #C8CDB2 background.