COLOR #C4D2CE

HEX: #C4D2CE RGB: (196,210,206)

Color info

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

RGB color model

#C4D2CE color RGB value is (196,210,206).

RGB: (196,210,206) (77%, 82%, 81%)

RGB channels and saturation

R 196 of 255 = 77%
G 210 of 255 = 82%
B 206 of 255 = 81%

196
210
206

R + G + B ~ 80%. #C4D2CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 210 + 206 = 612 (100%)
R 196 of 612 ~ 32.03%
G 210 of 612 ~ 34.31%
B 206 of 612 ~ 33.66'%

%32.03
%34.31
%33.66

CMYK color model

#C4D2CE color CMYK value is (7,0,2,18).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 17.65%

CMYK: (7,0,2,18)
C7M0Y2K18 (7%, 0%, 2%, 18%)
(0.07 / 0.00 / 0.02 / 0.18)

CMYK percentages

%6.67
%0
%1.9
%17.65

Codes

Color #C4D2CE in popluar color models

C4 D2 CE
RGB 196 210 206
HSL 163° 13.46% 79.61%
HSB/HSV 163° 6.67% 82.35%
CMYK 6.67% 0.00% 1.90%
17.65%

Color #C4D2CE in popluar number systems.

HEX C4 D2 CE
Decimal 196 210 206
Binary 11000100 11010010 11001110
Octal 304 322 316

Shades and tints

Shades of #C4D2CE

#C4D2CE
(196,210,206)
#B3BFBC
(179,191,188)
#A2ACAA
(162,172,170)
#919998
(145,153,152)
#808686
(128,134,134)
#6F7374
(111,115,116)
#5E6062
(94,96,98)
#4D4D50
(77,77,80)
#3C3A3E
(60,58,62)
#2B272C
(43,39,44)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #C4D2CE

#C4D2CE
(196,210,206)
#C9D6D2
(201,214,210)
#CEDAD6
(206,218,214)
#D3DEDA
(211,222,218)
#D8E2DE
(216,226,222)
#DDE6E2
(221,230,226)
#E2EAE6
(226,234,230)
#E7EEEA
(231,238,234)
#ECF2EE
(236,242,238)
#F1F6F2
(241,246,242)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D2CE color. Also use rgb(196,210,206) instead hex code.

Text Font Color

.myTextColor { color: #C4D2CE; }

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

This text font color is #C4D2CE.

Background Color

.myBgColor { background-color: #C4D2CE; }

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

This div background color is #C4D2CE.

Border color

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

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

This div border color is #C4D2CE.

Opacity

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

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

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

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

This text has shadow with #C4D2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D2CE.

Preview

Color preview on black background

This text has color #C4D2CE on black background.


Color preview on white background

This text has color #C4D2CE on white background.


Black color preview on #C4D2CE background

This text has black color on #C4D2CE background.


White color preview on #C4D2CE background

This text has white color on #C4D2CE background.


Related colors

Complementary color

Complementary color for #hex is #3B2D31.


I love getcolorcode.com

Triadic colors

1 #CEC4D2 and #D2CEC4 with #C4D2CE are triadic colors.

2 #CED2C4 and #D2C4CE with #C4D2CE are triadic colors.