COLOR #CAECF6

HEX: #CAECF6 RGB: (202,236,246)

Color info

#CAECF6 contains red, green and blue colors in about the same proportion. Web safe color of #CAECF6 is #CCFFFF (or #CFF).

RGB color model

#CAECF6 color RGB value is (202,236,246).

RGB: (202,236,246) (79%, 93%, 96%)

RGB channels and saturation

R 202 of 255 = 79%
G 236 of 255 = 93%
B 246 of 255 = 96%

202
236
246

R + G + B ~ 89%. #CAECF6 is light color.

Portions of RGB colors in percentages

R + G + B = 202 + 236 + 246 = 684 (100%)
R 202 of 684 ~ 29.53%
G 236 of 684 ~ 34.5%
B 246 of 684 ~ 35.96'%

%29.53
%34.5
%35.96

CMYK color model

#CAECF6 color CMYK value is (18,4,0,4).

  • cyan value is 17.89%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (18,4,0,4)
C18M4Y0K4 (18%, 4%, 0%, 4%)
(0.18 / 0.04 / 0.00 / 0.04)

CMYK percentages

%17.89
%4.07
%0
%3.53

Codes

Color #CAECF6 in popluar color models

CA EC F6
RGB 202 236 246
HSL 194° 70.97% 87.84%
HSB/HSV 194° 17.89% 96.47%
CMYK 17.89% 4.07% 0.00%
3.53%

Color #CAECF6 in popluar number systems.

HEX CA EC F6
Decimal 202 236 246
Binary 11001010 11101100 11110110
Octal 312 354 366

Shades and tints

Shades of #CAECF6

#CAECF6
(202,236,246)
#B8D7E0
(184,215,224)
#A6C2CA
(166,194,202)
#94ADB4
(148,173,180)
#82989E
(130,152,158)
#708388
(112,131,136)
#5E6E72
(94,110,114)
#4C595C
(76,89,92)
#3A4446
(58,68,70)
#282F30
(40,47,48)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #CAECF6

#CAECF6
(202,236,246)
#CEEDF6
(206,237,246)
#D2EEF6
(210,238,246)
#D6EFF6
(214,239,246)
#DAF0F6
(218,240,246)
#DEF1F6
(222,241,246)
#E2F2F6
(226,242,246)
#E6F3F6
(230,243,246)
#EAF4F6
(234,244,246)
#EEF5F6
(238,245,246)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAECF6 color. Also use rgb(202,236,246) instead hex code.

Text Font Color

.myTextColor { color: #CAECF6; }

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

This text font color is #CAECF6.

Background Color

.myBgColor { background-color: #CAECF6; }

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

This div background color is #CAECF6.

Border color

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

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

This div border color is #CAECF6.

Opacity

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

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

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

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

This text has shadow with #CAECF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAECF6.

Preview

Color preview on black background

This text has color #CAECF6 on black background.


Color preview on white background

This text has color #CAECF6 on white background.


Black color preview on #CAECF6 background

This text has black color on #CAECF6 background.


White color preview on #CAECF6 background

This text has white color on #CAECF6 background.


Related colors

Complementary color

Complementary color for #hex is #351309.


I love getcolorcode.com

Triadic colors

1 #F6CAEC and #ECF6CA with #CAECF6 are triadic colors.

2 #F6ECCA and #ECCAF6 with #CAECF6 are triadic colors.