COLOR #CADEF7

HEX: #CADEF7 RGB: (202,222,247)

Color info

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

RGB color model

#CADEF7 color RGB value is (202,222,247).

RGB: (202,222,247) (79%, 87%, 97%)

RGB channels and saturation

R 202 of 255 = 79%
G 222 of 255 = 87%
B 247 of 255 = 97%

202
222
247

R + G + B ~ 88%. #CADEF7 is light color.

Portions of RGB colors in percentages

R + G + B = 202 + 222 + 247 = 671 (100%)
R 202 of 671 ~ 30.1%
G 222 of 671 ~ 33.08%
B 247 of 671 ~ 36.81'%

%30.1
%33.08
%36.81

CMYK color model

#CADEF7 color CMYK value is (18,10,0,3).

  • cyan value is 18.22%
  • magenta value is 10.12%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (18,10,0,3)
C18M10Y0K3 (18%, 10%, 0%, 3%)
(0.18 / 0.10 / 0.00 / 0.03)

CMYK percentages

%18.22
%10.12
%0
%3.14

Codes

Color #CADEF7 in popluar color models

CA DE F7
RGB 202 222 247
HSL 213° 73.77% 88.04%
HSB/HSV 213° 18.22% 96.86%
CMYK 18.22% 10.12% 0.00%
3.14%

Color #CADEF7 in popluar number systems.

HEX CA DE F7
Decimal 202 222 247
Binary 11001010 11011110 11110111
Octal 312 336 367

Shades and tints

Shades of #CADEF7

#CADEF7
(202,222,247)
#B8CAE1
(184,202,225)
#A6B6CB
(166,182,203)
#94A2B5
(148,162,181)
#828E9F
(130,142,159)
#707A89
(112,122,137)
#5E6673
(94,102,115)
#4C525D
(76,82,93)
#3A3E47
(58,62,71)
#282A31
(40,42,49)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #CADEF7

#CADEF7
(202,222,247)
#CEE1F7
(206,225,247)
#D2E4F7
(210,228,247)
#D6E7F7
(214,231,247)
#DAEAF7
(218,234,247)
#DEEDF7
(222,237,247)
#E2F0F7
(226,240,247)
#E6F3F7
(230,243,247)
#EAF6F7
(234,246,247)
#EEF9F7
(238,249,247)
#F2FCF7
(242,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CADEF7; }

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

This text font color is #CADEF7.

Background Color

.myBgColor { background-color: #CADEF7; }

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

This div background color is #CADEF7.

Border color

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

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

This div border color is #CADEF7.

Opacity

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

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

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

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

This text has shadow with #CADEF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CADEF7.

Preview

Color preview on black background

This text has color #CADEF7 on black background.


Color preview on white background

This text has color #CADEF7 on white background.


Black color preview on #CADEF7 background

This text has black color on #CADEF7 background.


White color preview on #CADEF7 background

This text has white color on #CADEF7 background.


Related colors

Complementary color

Complementary color for #hex is #352108.


I love getcolorcode.com

Triadic colors

1 #F7CADE and #DEF7CA with #CADEF7 are triadic colors.

2 #F7DECA and #DECAF7 with #CADEF7 are triadic colors.