COLOR #C8DFCC

HEX: #C8DFCC
RGB: (200,223,204)

Color info

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

RGB color model

#C8DFCC color RGB value is (200,223,204).

  • red value is 200;
  • green value is 223;
  • blue value is 204.
RGB:
(200,223,204)
(78%,87%,80%)

RGB channels and saturation

R 200 of 255 = 78%
G 223 of 255 = 87%
B 204 of 255 = 80%

200
223
204

R + G + B ~ 82%. #C8DFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 223 + 204 = 627 (100%)
R 200 of 627 ~ 31.9%
G 223 of 627 ~ 35.57%
B 204 of 627 ~ 32.54%

%31.9
%35.57
%32.54

CMYK color model

#C8DFCC color CMYK value is (10,0,9,13).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 8.52%
  • key color value is 12.55%
CMYK:
(10,0,9,13)
C10M0Y9K13 
(10%,0%,9%,13%)
(0.10/0.00/0.09/0.13)	

CMYK percentages

%10.31
%0
%8.52
%12.55

Codes

Color #C8DFCC in popluar color models

C8DFCC
RGB200223204
HSL130°26.44%82.94%
HSB/HSV130°10.31%87.45%
CMYK10.31%0.00%8.52%
12.55%

Color #C8DFCC in popluar number systems.

HEXC8DFCC
Decimal200223204
Binary110010001101111111001100
Octal310337314

Shades and tints

Shades of #C8DFCC

#C8DFCC
(200,223,204)
#B6CBBA
(182,203,186)
#A4B7A8
(164,183,168)
#92A396
(146,163,150)
#808F84
(128,143,132)
#6E7B72
(110,123,114)
#5C6760
(92,103,96)
#4A534E
(74,83,78)
#383F3C
(56,63,60)
#262B2A
(38,43,42)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #C8DFCC

#C8DFCC
(200,223,204)
#CDE1D0
(205,225,208)
#D2E3D4
(210,227,212)
#D7E5D8
(215,229,216)
#DCE7DC
(220,231,220)
#E1E9E0
(225,233,224)
#E6EBE4
(230,235,228)
#EBEDE8
(235,237,232)
#F0EFEC
(240,239,236)
#F5F1F0
(245,241,240)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DFCC; }

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

This text font color is #C8DFCC.


Background Color

.myBgColor { background-color: #C8DFCC; }

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

This div background color is #C8DFCC.


Border color

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

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

This div border color is #C8DFCC.


Opacity

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

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

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

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

This text has shadow with #C8DFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DFCC on black background.


Color preview on white background

This text has color #C8DFCC on white background.



Black color preview on #C8DFCC background

This text has black color on #C8DFCC background.


White color preview on #C8DFCC background

This text has white color on #C8DFCC background.