COLOR #C4D1CE

HEX: #C4D1CE
RGB: (196,209,206)

Color info

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

RGB color model

#C4D1CE color RGB value is (196,209,206).

  • red value is 196;
  • green value is 209;
  • blue value is 206.
RGB:
(196,209,206)
(77%,82%,81%)

RGB channels and saturation

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

196
209
206

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

Portions of RGB colors in percentages

R + G + B =
196 + 209 + 206 = 611 (100%)
R 196 of 611 ~ 32.08%
G 209 of 611 ~ 34.21%
B 206 of 611 ~ 33.72%

%32.08
%34.21
%33.72

CMYK color model

#C4D1CE color CMYK value is (6,0,1,18).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 1.44%
  • key color value is 18.04%
CMYK:
(6,0,1,18)
C6M0Y1K18 
(6%,0%,1%,18%)
(0.06/0.00/0.01/0.18)	

CMYK percentages

%6.22
%0
%1.44
%18.04

Codes

Color #C4D1CE in popluar color models

C4D1CE
RGB196209206
HSL166°12.38%79.41%
HSB/HSV166°6.22%81.96%
CMYK6.22%0.00%1.44%
18.04%

Color #C4D1CE in popluar number systems.

HEXC4D1CE
Decimal196209206
Binary110001001101000111001110
Octal304321316

Shades and tints

Shades of #C4D1CE

#C4D1CE
(196,209,206)
#B3BEBC
(179,190,188)
#A2ABAA
(162,171,170)
#919898
(145,152,152)
#808586
(128,133,134)
#6F7274
(111,114,116)
#5E5F62
(94,95,98)
#4D4C50
(77,76,80)
#3C393E
(60,57,62)
#2B262C
(43,38,44)
#1A131A
(26,19,26)
#000000
(0,0,0)

Tints of #C4D1CE

#C4D1CE
(196,209,206)
#C9D5D2
(201,213,210)
#CED9D6
(206,217,214)
#D3DDDA
(211,221,218)
#D8E1DE
(216,225,222)
#DDE5E2
(221,229,226)
#E2E9E6
(226,233,230)
#E7EDEA
(231,237,234)
#ECF1EE
(236,241,238)
#F1F5F2
(241,245,242)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D1CE; }

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

This text font color is #C4D1CE.


Background Color

.myBgColor { background-color: #C4D1CE; }

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

This div background color is #C4D1CE.


Border color

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

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

This div border color is #C4D1CE.


Opacity

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

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

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

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

This text has shadow with #C4D1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D1CE on black background.


Color preview on white background

This text has color #C4D1CE on white background.



Black color preview on #C4D1CE background

This text has black color on #C4D1CE background.


White color preview on #C4D1CE background

This text has white color on #C4D1CE background.