COLOR #CACCE9

HEX: #CACCE9
RGB: (202,204,233)

Color info

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

RGB color model

#CACCE9 color RGB value is (202,204,233).

  • red value is 202;
  • green value is 204;
  • blue value is 233.
RGB:
(202,204,233)
(79%,80%,91%)

RGB channels and saturation

R 202 of 255 = 79%
G 204 of 255 = 80%
B 233 of 255 = 91%

202
204
233

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

Portions of RGB colors in percentages

R + G + B =
202 + 204 + 233 = 639 (100%)
R 202 of 639 ~ 31.61%
G 204 of 639 ~ 31.92%
B 233 of 639 ~ 36.46%

%31.61
%31.92
%36.46

CMYK color model

#CACCE9 color CMYK value is (13,12,0,9).

  • cyan value is 13.30%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(13,12,0,9)
C13M12Y0K9 
(13%,12%,0%,9%)
(0.13/0.12/0.00/0.09)	

CMYK percentages

%13.3
%12.45
%0
%8.63

Codes

Color #CACCE9 in popluar color models

CACCE9
RGB202204233
HSL236°41.33%85.29%
HSB/HSV236°13.30%91.37%
CMYK13.30%12.45%0.00%
8.63%

Color #CACCE9 in popluar number systems.

HEXCACCE9
Decimal202204233
Binary110010101100110011101001
Octal312314351

Shades and tints

Shades of #CACCE9

#CACCE9
(202,204,233)
#B8BAD4
(184,186,212)
#A6A8BF
(166,168,191)
#9496AA
(148,150,170)
#828495
(130,132,149)
#707280
(112,114,128)
#5E606B
(94,96,107)
#4C4E56
(76,78,86)
#3A3C41
(58,60,65)
#282A2C
(40,42,44)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #CACCE9

#CACCE9
(202,204,233)
#CED0EB
(206,208,235)
#D2D4ED
(210,212,237)
#D6D8EF
(214,216,239)
#DADCF1
(218,220,241)
#DEE0F3
(222,224,243)
#E2E4F5
(226,228,245)
#E6E8F7
(230,232,247)
#EAECF9
(234,236,249)
#EEF0FB
(238,240,251)
#F2F4FD
(242,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CACCE9 color. Also use rgb(202,204,233) instead hex code.

Text Font Color

.myTextColor { color: #CACCE9; }

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

This text font color is #CACCE9.


Background Color

.myBgColor { background-color: #CACCE9; }

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

This div background color is #CACCE9.


Border color

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

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

This div border color is #CACCE9.


Opacity

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

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

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

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

This text has shadow with #CACCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACCE9 on black background.


Color preview on white background

This text has color #CACCE9 on white background.



Black color preview on #CACCE9 background

This text has black color on #CACCE9 background.


White color preview on #CACCE9 background

This text has white color on #CACCE9 background.