COLOR #C4D1EC

HEX: #C4D1EC
RGB: (196,209,236)

Color info

#C4D1EC contains red, green and blue colors in about the same proportion. Web safe color of #C4D1EC is #CCCCFF (or #CCF).

RGB color model

#C4D1EC color RGB value is (196,209,236).

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

RGB channels and saturation

R 196 of 255 = 77%
G 209 of 255 = 82%
B 236 of 255 = 93%

196
209
236

R + G + B ~ 84%. #C4D1EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 209 + 236 = 641 (100%)
R 196 of 641 ~ 30.58%
G 209 of 641 ~ 32.61%
B 236 of 641 ~ 36.82%

%30.58
%32.61
%36.82

CMYK color model

#C4D1EC color CMYK value is (17,11,0,7).

  • cyan value is 16.95%
  • magenta value is 11.44%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(17,11,0,7)
C17M11Y0K7 
(17%,11%,0%,7%)
(0.17/0.11/0.00/0.07)	

CMYK percentages

%16.95
%11.44
%0
%7.45

Codes

Color #C4D1EC in popluar color models

C4D1EC
RGB196209236
HSL221°51.28%84.71%
HSB/HSV221°16.95%92.55%
CMYK16.95%11.44%0.00%
7.45%

Color #C4D1EC in popluar number systems.

HEXC4D1EC
Decimal196209236
Binary110001001101000111101100
Octal304321354

Shades and tints

Shades of #C4D1EC

#C4D1EC
(196,209,236)
#B3BED7
(179,190,215)
#A2ABC2
(162,171,194)
#9198AD
(145,152,173)
#808598
(128,133,152)
#6F7283
(111,114,131)
#5E5F6E
(94,95,110)
#4D4C59
(77,76,89)
#3C3944
(60,57,68)
#2B262F
(43,38,47)
#1A131A
(26,19,26)
#000000
(0,0,0)

Tints of #C4D1EC

#C4D1EC
(196,209,236)
#C9D5ED
(201,213,237)
#CED9EE
(206,217,238)
#D3DDEF
(211,221,239)
#D8E1F0
(216,225,240)
#DDE5F1
(221,229,241)
#E2E9F2
(226,233,242)
#E7EDF3
(231,237,243)
#ECF1F4
(236,241,244)
#F1F5F5
(241,245,245)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D1EC; }

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

This text font color is #C4D1EC.


Background Color

.myBgColor { background-color: #C4D1EC; }

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

This div background color is #C4D1EC.


Border color

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

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

This div border color is #C4D1EC.


Opacity

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

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

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

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

This text has shadow with #C4D1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D1EC on black background.


Color preview on white background

This text has color #C4D1EC on white background.



Black color preview on #C4D1EC background

This text has black color on #C4D1EC background.


White color preview on #C4D1EC background

This text has white color on #C4D1EC background.