COLOR #C4DEF7

HEX: #C4DEF7
RGB: (196,222,247)

Color info

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

RGB color model

#C4DEF7 color RGB value is (196,222,247).

  • red value is 196;
  • green value is 222;
  • blue value is 247.
RGB:
(196,222,247)
(77%,87%,97%)

RGB channels and saturation

R 196 of 255 = 77%
G 222 of 255 = 87%
B 247 of 255 = 97%

196
222
247

R + G + B ~ 87%. #C4DEF7 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 222 + 247 = 665 (100%)
R 196 of 665 ~ 29.47%
G 222 of 665 ~ 33.38%
B 247 of 665 ~ 37.14%

%29.47
%33.38
%37.14

CMYK color model

#C4DEF7 color CMYK value is (21,10,0,3).

  • cyan value is 20.65%
  • magenta value is 10.12%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(21,10,0,3)
C21M10Y0K3 
(21%,10%,0%,3%)
(0.21/0.10/0.00/0.03)	

CMYK percentages

%20.65
%10.12
%0
%3.14

Codes

Color #C4DEF7 in popluar color models

C4DEF7
RGB196222247
HSL209°76.12%86.86%
HSB/HSV209°20.65%96.86%
CMYK20.65%10.12%0.00%
3.14%

Color #C4DEF7 in popluar number systems.

HEXC4DEF7
Decimal196222247
Binary110001001101111011110111
Octal304336367

Shades and tints

Shades of #C4DEF7

#C4DEF7
(196,222,247)
#B3CAE1
(179,202,225)
#A2B6CB
(162,182,203)
#91A2B5
(145,162,181)
#808E9F
(128,142,159)
#6F7A89
(111,122,137)
#5E6673
(94,102,115)
#4D525D
(77,82,93)
#3C3E47
(60,62,71)
#2B2A31
(43,42,49)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #C4DEF7

#C4DEF7
(196,222,247)
#C9E1F7
(201,225,247)
#CEE4F7
(206,228,247)
#D3E7F7
(211,231,247)
#D8EAF7
(216,234,247)
#DDEDF7
(221,237,247)
#E2F0F7
(226,240,247)
#E7F3F7
(231,243,247)
#ECF6F7
(236,246,247)
#F1F9F7
(241,249,247)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DEF7 color. Also use rgb(196,222,247) instead hex code.

Text Font Color

.myTextColor { color: #C4DEF7; }

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

This text font color is #C4DEF7.


Background Color

.myBgColor { background-color: #C4DEF7; }

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

This div background color is #C4DEF7.


Border color

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

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

This div border color is #C4DEF7.


Opacity

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

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

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

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

This text has shadow with #C4DEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DEF7 on black background.


Color preview on white background

This text has color #C4DEF7 on white background.



Black color preview on #C4DEF7 background

This text has black color on #C4DEF7 background.


White color preview on #C4DEF7 background

This text has white color on #C4DEF7 background.