COLOR #C4D3CE

HEX: #C4D3CE
RGB: (196,211,206)

Color info

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

RGB color model

#C4D3CE color RGB value is (196,211,206).

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

RGB channels and saturation

R 196 of 255 = 77%
G 211 of 255 = 83%
B 206 of 255 = 81%

196
211
206

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

Portions of RGB colors in percentages

R + G + B =
196 + 211 + 206 = 613 (100%)
R 196 of 613 ~ 31.97%
G 211 of 613 ~ 34.42%
B 206 of 613 ~ 33.61%

%31.97
%34.42
%33.61

CMYK color model

#C4D3CE color CMYK value is (7,0,2,17).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 2.37%
  • key color value is 17.25%
CMYK:
(7,0,2,17)
C7M0Y2K17 
(7%,0%,2%,17%)
(0.07/0.00/0.02/0.17)	

CMYK percentages

%7.11
%0
%2.37
%17.25

Codes

Color #C4D3CE in popluar color models

C4D3CE
RGB196211206
HSL160°14.56%79.80%
HSB/HSV160°7.11%82.75%
CMYK7.11%0.00%2.37%
17.25%

Color #C4D3CE in popluar number systems.

HEXC4D3CE
Decimal196211206
Binary110001001101001111001110
Octal304323316

Shades and tints

Shades of #C4D3CE

#C4D3CE
(196,211,206)
#B3C0BC
(179,192,188)
#A2ADAA
(162,173,170)
#919A98
(145,154,152)
#808786
(128,135,134)
#6F7474
(111,116,116)
#5E6162
(94,97,98)
#4D4E50
(77,78,80)
#3C3B3E
(60,59,62)
#2B282C
(43,40,44)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #C4D3CE

#C4D3CE
(196,211,206)
#C9D7D2
(201,215,210)
#CEDBD6
(206,219,214)
#D3DFDA
(211,223,218)
#D8E3DE
(216,227,222)
#DDE7E2
(221,231,226)
#E2EBE6
(226,235,230)
#E7EFEA
(231,239,234)
#ECF3EE
(236,243,238)
#F1F7F2
(241,247,242)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D3CE; }

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

This text font color is #C4D3CE.


Background Color

.myBgColor { background-color: #C4D3CE; }

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

This div background color is #C4D3CE.


Border color

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

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

This div border color is #C4D3CE.


Opacity

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

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

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

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

This text has shadow with #C4D3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D3CE on black background.


Color preview on white background

This text has color #C4D3CE on white background.



Black color preview on #C4D3CE background

This text has black color on #C4D3CE background.


White color preview on #C4D3CE background

This text has white color on #C4D3CE background.