COLOR #CCAA84

HEX: #CCAA84 RGB: (204,170,132)

Color info

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

RGB color model

#CCAA84 color RGB value is (204,170,132).

RGB: (204,170,132) (80%, 67%, 52%)

RGB channels and saturation

R 204 of 255 = 80%
G 170 of 255 = 67%
B 132 of 255 = 52%

204
170
132

R + G + B ~ 66%. #CCAA84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 170 + 132 = 506 (100%)
R 204 of 506 ~ 40.32%
G 170 of 506 ~ 33.6%
B 132 of 506 ~ 26.09'%

%40.32
%33.6
%26.09

CMYK color model

#CCAA84 color CMYK value is (0,17,35,20).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 35.29%
  • key color value is 20.00%

CMYK: (0,17,35,20)
C0M17Y35K20 (0%, 17%, 35%, 20%)
(0.00 / 0.17 / 0.35 / 0.20)

CMYK percentages

%0
%16.67
%35.29
%20

Codes

Color #CCAA84 in popluar color models

CC AA 84
RGB 204 170 132
HSL 32° 41.38% 65.88%
HSB/HSV 32° 35.29% 80.00%
CMYK 0.00% 16.67% 35.29%
20.00%

Color #CCAA84 in popluar number systems.

HEX CC AA 84
Decimal 204 170 132
Binary 11001100 10101010 10000100
Octal 314 252 204

Shades and tints

Shades of #CCAA84

#CCAA84
(204,170,132)
#BA9B78
(186,155,120)
#A88C6C
(168,140,108)
#967D60
(150,125,96)
#846E54
(132,110,84)
#725F48
(114,95,72)
#60503C
(96,80,60)
#4E4130
(78,65,48)
#3C3224
(60,50,36)
#2A2318
(42,35,24)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #CCAA84

#CCAA84
(204,170,132)
#D0B18F
(208,177,143)
#D4B89A
(212,184,154)
#D8BFA5
(216,191,165)
#DCC6B0
(220,198,176)
#E0CDBB
(224,205,187)
#E4D4C6
(228,212,198)
#E8DBD1
(232,219,209)
#ECE2DC
(236,226,220)
#F0E9E7
(240,233,231)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAA84 color. Also use rgb(204,170,132) instead hex code.

Text Font Color

.myTextColor { color: #CCAA84; }

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

This text font color is #CCAA84.

Background Color

.myBgColor { background-color: #CCAA84; }

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

This div background color is #CCAA84.

Border color

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

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

This div border color is #CCAA84.

Opacity

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

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

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

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

This text has shadow with #CCAA84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAA84.

Preview

Color preview on black background

This text has color #CCAA84 on black background.


Color preview on white background

This text has color #CCAA84 on white background.


Black color preview on #CCAA84 background

This text has black color on #CCAA84 background.


White color preview on #CCAA84 background

This text has white color on #CCAA84 background.


Related colors

Complementary color

Complementary color for #hex is #33557B.


I love getcolorcode.com

Triadic colors

1 #84CCAA and #AA84CC with #CCAA84 are triadic colors.

2 #84AACC and #AACC84 with #CCAA84 are triadic colors.