COLOR #C4D6CF

HEX: #C4D6CF
RGB: (196,214,207)

Color info

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

RGB color model

#C4D6CF color RGB value is (196,214,207).

  • red value is 196;
  • green value is 214;
  • blue value is 207.
RGB:
(196,214,207)
(77%,84%,81%)

RGB channels and saturation

R 196 of 255 = 77%
G 214 of 255 = 84%
B 207 of 255 = 81%

196
214
207

R + G + B ~ 81%. #C4D6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 214 + 207 = 617 (100%)
R 196 of 617 ~ 31.77%
G 214 of 617 ~ 34.68%
B 207 of 617 ~ 33.55%

%31.77
%34.68
%33.55

CMYK color model

#C4D6CF color CMYK value is (8,0,3,16).

  • cyan value is 8.41%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 16.08%
CMYK:
(8,0,3,16)
C8M0Y3K16 
(8%,0%,3%,16%)
(0.08/0.00/0.03/0.16)	

CMYK percentages

%8.41
%0
%3.27
%16.08

Codes

Color #C4D6CF in popluar color models

C4D6CF
RGB196214207
HSL157°18.00%80.39%
HSB/HSV157°8.41%83.92%
CMYK8.41%0.00%3.27%
16.08%

Color #C4D6CF in popluar number systems.

HEXC4D6CF
Decimal196214207
Binary110001001101011011001111
Octal304326317

Shades and tints

Shades of #C4D6CF

#C4D6CF
(196,214,207)
#B3C3BD
(179,195,189)
#A2B0AB
(162,176,171)
#919D99
(145,157,153)
#808A87
(128,138,135)
#6F7775
(111,119,117)
#5E6463
(94,100,99)
#4D5151
(77,81,81)
#3C3E3F
(60,62,63)
#2B2B2D
(43,43,45)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #C4D6CF

#C4D6CF
(196,214,207)
#C9D9D3
(201,217,211)
#CEDCD7
(206,220,215)
#D3DFDB
(211,223,219)
#D8E2DF
(216,226,223)
#DDE5E3
(221,229,227)
#E2E8E7
(226,232,231)
#E7EBEB
(231,235,235)
#ECEEEF
(236,238,239)
#F1F1F3
(241,241,243)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D6CF color. Also use rgb(196,214,207) instead hex code.

Text Font Color

.myTextColor { color: #C4D6CF; }

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

This text font color is #C4D6CF.


Background Color

.myBgColor { background-color: #C4D6CF; }

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

This div background color is #C4D6CF.


Border color

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

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

This div border color is #C4D6CF.


Opacity

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

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

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

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

This text has shadow with #C4D6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D6CF on black background.


Color preview on white background

This text has color #C4D6CF on white background.



Black color preview on #C4D6CF background

This text has black color on #C4D6CF background.


White color preview on #C4D6CF background

This text has white color on #C4D6CF background.