COLOR #CACEE1

HEX: #CACEE1
RGB: (202,206,225)

Color info

#CACEE1 contains red, green and blue colors in about the same proportion. Web safe color of #CACEE1 is #CCCCCC (or #CCC).

RGB color model

#CACEE1 color RGB value is (202,206,225).

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

RGB channels and saturation

R 202 of 255 = 79%
G 206 of 255 = 81%
B 225 of 255 = 88%

202
206
225

R + G + B ~ 83%. #CACEE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 206 + 225 = 633 (100%)
R 202 of 633 ~ 31.91%
G 206 of 633 ~ 32.54%
B 225 of 633 ~ 35.55%

%31.91
%32.54
%35.55

CMYK color model

#CACEE1 color CMYK value is (10,8,0,12).

  • cyan value is 10.22%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(10,8,0,12)
C10M8Y0K12 
(10%,8%,0%,12%)
(0.10/0.08/0.00/0.12)	

CMYK percentages

%10.22
%8.44
%0
%11.76

Codes

Color #CACEE1 in popluar color models

CACEE1
RGB202206225
HSL230°27.71%83.73%
HSB/HSV230°10.22%88.24%
CMYK10.22%8.44%0.00%
11.76%

Color #CACEE1 in popluar number systems.

HEXCACEE1
Decimal202206225
Binary110010101100111011100001
Octal312316341

Shades and tints

Shades of #CACEE1

#CACEE1
(202,206,225)
#B8BCCD
(184,188,205)
#A6AAB9
(166,170,185)
#9498A5
(148,152,165)
#828691
(130,134,145)
#70747D
(112,116,125)
#5E6269
(94,98,105)
#4C5055
(76,80,85)
#3A3E41
(58,62,65)
#282C2D
(40,44,45)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #CACEE1

#CACEE1
(202,206,225)
#CED2E3
(206,210,227)
#D2D6E5
(210,214,229)
#D6DAE7
(214,218,231)
#DADEE9
(218,222,233)
#DEE2EB
(222,226,235)
#E2E6ED
(226,230,237)
#E6EAEF
(230,234,239)
#EAEEF1
(234,238,241)
#EEF2F3
(238,242,243)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACEE1; }

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

This text font color is #CACEE1.


Background Color

.myBgColor { background-color: #CACEE1; }

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

This div background color is #CACEE1.


Border color

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

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

This div border color is #CACEE1.


Opacity

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

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

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

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

This text has shadow with #CACEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACEE1 on black background.


Color preview on white background

This text has color #CACEE1 on white background.



Black color preview on #CACEE1 background

This text has black color on #CACEE1 background.


White color preview on #CACEE1 background

This text has white color on #CACEE1 background.