COLOR #C4DAF2

HEX: #C4DAF2
RGB: (196,218,242)

Color info

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

RGB color model

#C4DAF2 color RGB value is (196,218,242).

  • red value is 196;
  • green value is 218;
  • blue value is 242.
RGB:
(196,218,242)
(77%,85%,95%)

RGB channels and saturation

R 196 of 255 = 77%
G 218 of 255 = 85%
B 242 of 255 = 95%

196
218
242

R + G + B ~ 86%. #C4DAF2 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 218 + 242 = 656 (100%)
R 196 of 656 ~ 29.88%
G 218 of 656 ~ 33.23%
B 242 of 656 ~ 36.89%

%29.88
%33.23
%36.89

CMYK color model

#C4DAF2 color CMYK value is (19,10,0,5).

  • cyan value is 19.01%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(19,10,0,5)
C19M10Y0K5 
(19%,10%,0%,5%)
(0.19/0.10/0.00/0.05)	

CMYK percentages

%19.01
%9.92
%0
%5.1

Codes

Color #C4DAF2 in popluar color models

C4DAF2
RGB196218242
HSL211°63.89%85.88%
HSB/HSV211°19.01%94.90%
CMYK19.01%9.92%0.00%
5.10%

Color #C4DAF2 in popluar number systems.

HEXC4DAF2
Decimal196218242
Binary110001001101101011110010
Octal304332362

Shades and tints

Shades of #C4DAF2

#C4DAF2
(196,218,242)
#B3C7DC
(179,199,220)
#A2B4C6
(162,180,198)
#91A1B0
(145,161,176)
#808E9A
(128,142,154)
#6F7B84
(111,123,132)
#5E686E
(94,104,110)
#4D5558
(77,85,88)
#3C4242
(60,66,66)
#2B2F2C
(43,47,44)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #C4DAF2

#C4DAF2
(196,218,242)
#C9DDF3
(201,221,243)
#CEE0F4
(206,224,244)
#D3E3F5
(211,227,245)
#D8E6F6
(216,230,246)
#DDE9F7
(221,233,247)
#E2ECF8
(226,236,248)
#E7EFF9
(231,239,249)
#ECF2FA
(236,242,250)
#F1F5FB
(241,245,251)
#F6F8FC
(246,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DAF2 color. Also use rgb(196,218,242) instead hex code.

Text Font Color

.myTextColor { color: #C4DAF2; }

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

This text font color is #C4DAF2.


Background Color

.myBgColor { background-color: #C4DAF2; }

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

This div background color is #C4DAF2.


Border color

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

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

This div border color is #C4DAF2.


Opacity

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

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

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

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

This text has shadow with #C4DAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DAF2 on black background.


Color preview on white background

This text has color #C4DAF2 on white background.



Black color preview on #C4DAF2 background

This text has black color on #C4DAF2 background.


White color preview on #C4DAF2 background

This text has white color on #C4DAF2 background.