COLOR #CCAEA8

HEX: #CCAEA8 RGB: (204,174,168)

Color info

#CCAEA8 contains red, green and blue colors in about the same proportion. Web safe color of #CCAEA8 is #CC9999 (or #C99).

RGB color model

#CCAEA8 color RGB value is (204,174,168).

RGB: (204,174,168) (80%, 68%, 66%)

RGB channels and saturation

R 204 of 255 = 80%
G 174 of 255 = 68%
B 168 of 255 = 66%

204
174
168

R + G + B ~ 71%. #CCAEA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 174 + 168 = 546 (100%)
R 204 of 546 ~ 37.36%
G 174 of 546 ~ 31.87%
B 168 of 546 ~ 30.77'%

%37.36
%31.87
%30.77

CMYK color model

#CCAEA8 color CMYK value is (0,15,18,20).

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

CMYK: (0,15,18,20)
C0M15Y18K20 (0%, 15%, 18%, 20%)
(0.00 / 0.15 / 0.18 / 0.20)

CMYK percentages

%0
%14.71
%17.65
%20

Codes

Color #CCAEA8 in popluar color models

CC AE A8
RGB 204 174 168
HSL 10° 26.09% 72.94%
HSB/HSV 10° 17.65% 80.00%
CMYK 0.00% 14.71% 17.65%
20.00%

Color #CCAEA8 in popluar number systems.

HEX CC AE A8
Decimal 204 174 168
Binary 11001100 10101110 10101000
Octal 314 256 250

Shades and tints

Shades of #CCAEA8

#CCAEA8
(204,174,168)
#BA9F99
(186,159,153)
#A8908A
(168,144,138)
#96817B
(150,129,123)
#84726C
(132,114,108)
#72635D
(114,99,93)
#60544E
(96,84,78)
#4E453F
(78,69,63)
#3C3630
(60,54,48)
#2A2721
(42,39,33)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #CCAEA8

#CCAEA8
(204,174,168)
#D0B5AF
(208,181,175)
#D4BCB6
(212,188,182)
#D8C3BD
(216,195,189)
#DCCAC4
(220,202,196)
#E0D1CB
(224,209,203)
#E4D8D2
(228,216,210)
#E8DFD9
(232,223,217)
#ECE6E0
(236,230,224)
#F0EDE7
(240,237,231)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAEA8; }

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

This text font color is #CCAEA8.

Background Color

.myBgColor { background-color: #CCAEA8; }

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

This div background color is #CCAEA8.

Border color

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

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

This div border color is #CCAEA8.

Opacity

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

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

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

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

This text has shadow with #CCAEA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAEA8.

Preview

Color preview on black background

This text has color #CCAEA8 on black background.


Color preview on white background

This text has color #CCAEA8 on white background.


Black color preview on #CCAEA8 background

This text has black color on #CCAEA8 background.


White color preview on #CCAEA8 background

This text has white color on #CCAEA8 background.


Related colors

Complementary color

Complementary color for #hex is #335157.


I love getcolorcode.com

Triadic colors

1 #A8CCAE and #AEA8CC with #CCAEA8 are triadic colors.

2 #A8AECC and #AECCA8 with #CCAEA8 are triadic colors.