COLOR #CAD5F4

HEX: #CAD5F4
RGB: (202,213,244)

Color info

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

RGB color model

#CAD5F4 color RGB value is (202,213,244).

  • red value is 202;
  • green value is 213;
  • blue value is 244.
RGB:
(202,213,244)
(79%,84%,96%)

RGB channels and saturation

R 202 of 255 = 79%
G 213 of 255 = 84%
B 244 of 255 = 96%

202
213
244

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

Portions of RGB colors in percentages

R + G + B =
202 + 213 + 244 = 659 (100%)
R 202 of 659 ~ 30.65%
G 213 of 659 ~ 32.32%
B 244 of 659 ~ 37.03%

%30.65
%32.32
%37.03

CMYK color model

#CAD5F4 color CMYK value is (17,13,0,4).

  • cyan value is 17.21%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(17,13,0,4)
C17M13Y0K4 
(17%,13%,0%,4%)
(0.17/0.13/0.00/0.04)	

CMYK percentages

%17.21
%12.7
%0
%4.31

Codes

Color #CAD5F4 in popluar color models

CAD5F4
RGB202213244
HSL224°65.63%87.45%
HSB/HSV224°17.21%95.69%
CMYK17.21%12.70%0.00%
4.31%

Color #CAD5F4 in popluar number systems.

HEXCAD5F4
Decimal202213244
Binary110010101101010111110100
Octal312325364

Shades and tints

Shades of #CAD5F4

#CAD5F4
(202,213,244)
#B8C2DE
(184,194,222)
#A6AFC8
(166,175,200)
#949CB2
(148,156,178)
#82899C
(130,137,156)
#707686
(112,118,134)
#5E6370
(94,99,112)
#4C505A
(76,80,90)
#3A3D44
(58,61,68)
#282A2E
(40,42,46)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #CAD5F4

#CAD5F4
(202,213,244)
#CED8F5
(206,216,245)
#D2DBF6
(210,219,246)
#D6DEF7
(214,222,247)
#DAE1F8
(218,225,248)
#DEE4F9
(222,228,249)
#E2E7FA
(226,231,250)
#E6EAFB
(230,234,251)
#EAEDFC
(234,237,252)
#EEF0FD
(238,240,253)
#F2F3FE
(242,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD5F4 color. Also use rgb(202,213,244) instead hex code.

Text Font Color

.myTextColor { color: #CAD5F4; }

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

This text font color is #CAD5F4.


Background Color

.myBgColor { background-color: #CAD5F4; }

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

This div background color is #CAD5F4.


Border color

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

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

This div border color is #CAD5F4.


Opacity

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

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

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

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

This text has shadow with #CAD5F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD5F4 on black background.


Color preview on white background

This text has color #CAD5F4 on white background.



Black color preview on #CAD5F4 background

This text has black color on #CAD5F4 background.


White color preview on #CAD5F4 background

This text has white color on #CAD5F4 background.