COLOR #CCAE8E

HEX: #CCAE8E RGB: (204,174,142)

Color info

#CCAE8E contains mainly red and green colors. Web safe color of #CCAE8E is #CC9999 (or #C99).

RGB color model

#CCAE8E color RGB value is (204,174,142).

RGB: (204,174,142) (80%, 68%, 56%)

RGB channels and saturation

R 204 of 255 = 80%
G 174 of 255 = 68%
B 142 of 255 = 56%

204
174
142

R + G + B ~ 68%. #CCAE8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 174 + 142 = 520 (100%)
R 204 of 520 ~ 39.23%
G 174 of 520 ~ 33.46%
B 142 of 520 ~ 27.31'%

%39.23
%33.46
%27.31

CMYK color model

#CCAE8E color CMYK value is (0,15,30,20).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 30.39%
  • key color value is 20.00%
CMYK: (0,15,30,20) C0M15Y30K20 (0%,15%,30%,20%) (0.00/0.15/0.30/0.20) 

CMYK percentages

%0
%14.71
%30.39
%20

Codes

Color #CCAE8E in popluar color models

CC AE 8E
RGB 204 174 142
HSL 31° 37.80% 67.84%
HSB/HSV 31° 30.39% 80.00%
CMYK 0.00% 14.71% 30.39%
20.00%

Color #CCAE8E in popluar number systems.

HEX CC AE 8E
Decimal 204 174 142
Binary 11001100 10101110 10001110
Octal 314 256 216

Shades and tints

Shades of #CCAE8E

#CCAE8E
(204,174,142)
#BA9F82
(186,159,130)
#A89076
(168,144,118)
#96816A
(150,129,106)
#84725E
(132,114,94)
#726352
(114,99,82)
#605446
(96,84,70)
#4E453A
(78,69,58)
#3C362E
(60,54,46)
#2A2722
(42,39,34)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #CCAE8E

#CCAE8E
(204,174,142)
#D0B598
(208,181,152)
#D4BCA2
(212,188,162)
#D8C3AC
(216,195,172)
#DCCAB6
(220,202,182)
#E0D1C0
(224,209,192)
#E4D8CA
(228,216,202)
#E8DFD4
(232,223,212)
#ECE6DE
(236,230,222)
#F0EDE8
(240,237,232)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAE8E; }

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

This text font color is #CCAE8E.

Background Color

.myBgColor { background-color: #CCAE8E; }

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

This div background color is #CCAE8E.

Border color

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

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

This div border color is #CCAE8E.

Opacity

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

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

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

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

This text has shadow with #CCAE8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAE8E.

Preview

Color preview on black background

This text has color #CCAE8E on black background.


Color preview on white background

This text has color #CCAE8E on white background.


Black color preview on #CCAE8E background

This text has black color on #CCAE8E background.


White color preview on #CCAE8E background

This text has white color on #CCAE8E background.


Related colors

Complementary color

Complementary color for #hex is #335171.


I love getcolorcode.com

Triadic colors

1 #8ECCAE and #AE8ECC with #CCAE8E are triadic colors.

2 #8EAECC and #AECC8E with #CCAE8E are triadic colors.