COLOR #CACEEC

HEX: #CACEEC
RGB: (202,206,236)

Color info

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

RGB color model

#CACEEC color RGB value is (202,206,236).

  • red value is 202;
  • green value is 206;
  • blue value is 236.
RGB:
(202,206,236)
(79%,81%,93%)

RGB channels and saturation

R 202 of 255 = 79%
G 206 of 255 = 81%
B 236 of 255 = 93%

202
206
236

R + G + B ~ 84%. #CACEEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 206 + 236 = 644 (100%)
R 202 of 644 ~ 31.37%
G 206 of 644 ~ 31.99%
B 236 of 644 ~ 36.65%

%31.37
%31.99
%36.65

CMYK color model

#CACEEC color CMYK value is (14,13,0,7).

  • cyan value is 14.41%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(14,13,0,7)
C14M13Y0K7 
(14%,13%,0%,7%)
(0.14/0.13/0.00/0.07)	

CMYK percentages

%14.41
%12.71
%0
%7.45

Codes

Color #CACEEC in popluar color models

CACEEC
RGB202206236
HSL233°47.22%85.88%
HSB/HSV233°14.41%92.55%
CMYK14.41%12.71%0.00%
7.45%

Color #CACEEC in popluar number systems.

HEXCACEEC
Decimal202206236
Binary110010101100111011101100
Octal312316354

Shades and tints

Shades of #CACEEC

#CACEEC
(202,206,236)
#B8BCD7
(184,188,215)
#A6AAC2
(166,170,194)
#9498AD
(148,152,173)
#828698
(130,134,152)
#707483
(112,116,131)
#5E626E
(94,98,110)
#4C5059
(76,80,89)
#3A3E44
(58,62,68)
#282C2F
(40,44,47)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #CACEEC

#CACEEC
(202,206,236)
#CED2ED
(206,210,237)
#D2D6EE
(210,214,238)
#D6DAEF
(214,218,239)
#DADEF0
(218,222,240)
#DEE2F1
(222,226,241)
#E2E6F2
(226,230,242)
#E6EAF3
(230,234,243)
#EAEEF4
(234,238,244)
#EEF2F5
(238,242,245)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACEEC; }

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

This text font color is #CACEEC.


Background Color

.myBgColor { background-color: #CACEEC; }

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

This div background color is #CACEEC.


Border color

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

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

This div border color is #CACEEC.


Opacity

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

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

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

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

This text has shadow with #CACEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACEEC on black background.


Color preview on white background

This text has color #CACEEC on white background.



Black color preview on #CACEEC background

This text has black color on #CACEEC background.


White color preview on #CACEEC background

This text has white color on #CACEEC background.