COLOR #CAD7F0

HEX: #CAD7F0
RGB: (202,215,240)

Color info

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

RGB color model

#CAD7F0 color RGB value is (202,215,240).

  • red value is 202;
  • green value is 215;
  • blue value is 240.
RGB:
(202,215,240)
(79%,84%,94%)

RGB channels and saturation

R 202 of 255 = 79%
G 215 of 255 = 84%
B 240 of 255 = 94%

202
215
240

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

Portions of RGB colors in percentages

R + G + B =
202 + 215 + 240 = 657 (100%)
R 202 of 657 ~ 30.75%
G 215 of 657 ~ 32.72%
B 240 of 657 ~ 36.53%

%30.75
%32.72
%36.53

CMYK color model

#CAD7F0 color CMYK value is (16,10,0,6).

  • cyan value is 15.83%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(16,10,0,6)
C16M10Y0K6 
(16%,10%,0%,6%)
(0.16/0.10/0.00/0.06)	

CMYK percentages

%15.83
%10.42
%0
%5.88

Codes

Color #CAD7F0 in popluar color models

CAD7F0
RGB202215240
HSL219°55.88%86.67%
HSB/HSV219°15.83%94.12%
CMYK15.83%10.42%0.00%
5.88%

Color #CAD7F0 in popluar number systems.

HEXCAD7F0
Decimal202215240
Binary110010101101011111110000
Octal312327360

Shades and tints

Shades of #CAD7F0

#CAD7F0
(202,215,240)
#B8C4DB
(184,196,219)
#A6B1C6
(166,177,198)
#949EB1
(148,158,177)
#828B9C
(130,139,156)
#707887
(112,120,135)
#5E6572
(94,101,114)
#4C525D
(76,82,93)
#3A3F48
(58,63,72)
#282C33
(40,44,51)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #CAD7F0

#CAD7F0
(202,215,240)
#CEDAF1
(206,218,241)
#D2DDF2
(210,221,242)
#D6E0F3
(214,224,243)
#DAE3F4
(218,227,244)
#DEE6F5
(222,230,245)
#E2E9F6
(226,233,246)
#E6ECF7
(230,236,247)
#EAEFF8
(234,239,248)
#EEF2F9
(238,242,249)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD7F0 color. Also use rgb(202,215,240) instead hex code.

Text Font Color

.myTextColor { color: #CAD7F0; }

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

This text font color is #CAD7F0.


Background Color

.myBgColor { background-color: #CAD7F0; }

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

This div background color is #CAD7F0.


Border color

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

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

This div border color is #CAD7F0.


Opacity

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

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

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

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

This text has shadow with #CAD7F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD7F0 on black background.


Color preview on white background

This text has color #CAD7F0 on white background.



Black color preview on #CAD7F0 background

This text has black color on #CAD7F0 background.


White color preview on #CAD7F0 background

This text has white color on #CAD7F0 background.