COLOR #CACCAE

HEX: #CACCAE RGB: (202,204,174)

Color info

#CACCAE contains red, green and blue colors in about the same proportion. Web safe color of #CACCAE is #CCCC99 (or #CC9).

RGB color model

#CACCAE color RGB value is (202,204,174).

RGB: (202,204,174) (79%, 80%, 68%)

RGB channels and saturation

R 202 of 255 = 79%
G 204 of 255 = 80%
B 174 of 255 = 68%

202
204
174

R + G + B ~ 76%. #CACCAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 204 + 174 = 580 (100%)
R 202 of 580 ~ 34.83%
G 204 of 580 ~ 35.17%
B 174 of 580 ~ 30'%

%34.83
%35.17
%30

CMYK color model

#CACCAE color CMYK value is (1,0,15,20).

  • cyan value is 0.98%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 20.00%

CMYK: (1,0,15,20)
C1M0Y15K20 (1%, 0%, 15%, 20%)
(0.01 / 0.00 / 0.15 / 0.20)

CMYK percentages

%0.98
%0
%14.71
%20

Codes

Color #CACCAE in popluar color models

CA CC AE
RGB 202 204 174
HSL 64° 22.73% 74.12%
HSB/HSV 64° 14.71% 80.00%
CMYK 0.98% 0.00% 14.71%
20.00%

Color #CACCAE in popluar number systems.

HEX CA CC AE
Decimal 202 204 174
Binary 11001010 11001100 10101110
Octal 312 314 256

Shades and tints

Shades of #CACCAE

#CACCAE
(202,204,174)
#B8BA9F
(184,186,159)
#A6A890
(166,168,144)
#949681
(148,150,129)
#828472
(130,132,114)
#707263
(112,114,99)
#5E6054
(94,96,84)
#4C4E45
(76,78,69)
#3A3C36
(58,60,54)
#282A27
(40,42,39)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #CACCAE

#CACCAE
(202,204,174)
#CED0B5
(206,208,181)
#D2D4BC
(210,212,188)
#D6D8C3
(214,216,195)
#DADCCA
(218,220,202)
#DEE0D1
(222,224,209)
#E2E4D8
(226,228,216)
#E6E8DF
(230,232,223)
#EAECE6
(234,236,230)
#EEF0ED
(238,240,237)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACCAE; }

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

This text font color is #CACCAE.

Background Color

.myBgColor { background-color: #CACCAE; }

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

This div background color is #CACCAE.

Border color

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

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

This div border color is #CACCAE.

Opacity

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

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

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

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

This text has shadow with #CACCAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CACCAE.

Preview

Color preview on black background

This text has color #CACCAE on black background.


Color preview on white background

This text has color #CACCAE on white background.


Black color preview on #CACCAE background

This text has black color on #CACCAE background.


White color preview on #CACCAE background

This text has white color on #CACCAE background.


Related colors

Complementary color

Complementary color for #hex is #353351.


I love getcolorcode.com

Triadic colors

1 #AECACC and #CCAECA with #CACCAE are triadic colors.

2 #AECCCA and #CCCAAE with #CACCAE are triadic colors.