COLOR #CACCE6

HEX: #CACCE6 RGB: (202,204,230)

Color info

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

RGB color model

#CACCE6 color RGB value is (202,204,230).

RGB: (202,204,230) (79%, 80%, 90%)

RGB channels and saturation

R 202 of 255 = 79%
G 204 of 255 = 80%
B 230 of 255 = 90%

202
204
230

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

Portions of RGB colors in percentages

R + G + B = 202 + 204 + 230 = 636 (100%)
R 202 of 636 ~ 31.76%
G 204 of 636 ~ 32.08%
B 230 of 636 ~ 36.16'%

%31.76
%32.08
%36.16

CMYK color model

#CACCE6 color CMYK value is (12,11,0,10).

  • cyan value is 12.17%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (12,11,0,10)
C12M11Y0K10 (12%, 11%, 0%, 10%)
(0.12 / 0.11 / 0.00 / 0.10)

CMYK percentages

%12.17
%11.3
%0
%9.8

Codes

Color #CACCE6 in popluar color models

CA CC E6
RGB 202 204 230
HSL 236° 35.90% 84.71%
HSB/HSV 236° 12.17% 90.20%
CMYK 12.17% 11.30% 0.00%
9.80%

Color #CACCE6 in popluar number systems.

HEX CA CC E6
Decimal 202 204 230
Binary 11001010 11001100 11100110
Octal 312 314 346

Shades and tints

Shades of #CACCE6

#CACCE6
(202,204,230)
#B8BAD2
(184,186,210)
#A6A8BE
(166,168,190)
#9496AA
(148,150,170)
#828496
(130,132,150)
#707282
(112,114,130)
#5E606E
(94,96,110)
#4C4E5A
(76,78,90)
#3A3C46
(58,60,70)
#282A32
(40,42,50)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #CACCE6

#CACCE6
(202,204,230)
#CED0E8
(206,208,232)
#D2D4EA
(210,212,234)
#D6D8EC
(214,216,236)
#DADCEE
(218,220,238)
#DEE0F0
(222,224,240)
#E2E4F2
(226,228,242)
#E6E8F4
(230,232,244)
#EAECF6
(234,236,246)
#EEF0F8
(238,240,248)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACCE6; }

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

This text font color is #CACCE6.

Background Color

.myBgColor { background-color: #CACCE6; }

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

This div background color is #CACCE6.

Border color

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

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

This div border color is #CACCE6.

Opacity

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

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

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

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

This text has shadow with #CACCE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CACCE6.

Preview

Color preview on black background

This text has color #CACCE6 on black background.


Color preview on white background

This text has color #CACCE6 on white background.


Black color preview on #CACCE6 background

This text has black color on #CACCE6 background.


White color preview on #CACCE6 background

This text has white color on #CACCE6 background.


Related colors

Complementary color

Complementary color for #hex is #353319.


I love getcolorcode.com

Triadic colors

1 #E6CACC and #CCE6CA with #CACCE6 are triadic colors.

2 #E6CCCA and #CCCAE6 with #CACCE6 are triadic colors.