COLOR #CCAC9D

HEX: #CCAC9D RGB: (204,172,157)

Color info

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

RGB color model

#CCAC9D color RGB value is (204,172,157).

RGB: (204,172,157) (80%, 67%, 62%)

RGB channels and saturation

R 204 of 255 = 80%
G 172 of 255 = 67%
B 157 of 255 = 62%

204
172
157

R + G + B ~ 70%. #CCAC9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 172 + 157 = 533 (100%)
R 204 of 533 ~ 38.27%
G 172 of 533 ~ 32.27%
B 157 of 533 ~ 29.46'%

%38.27
%32.27
%29.46

CMYK color model

#CCAC9D color CMYK value is (0,16,23,20).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 23.04%
  • key color value is 20.00%

CMYK: (0,16,23,20)
C0M16Y23K20 (0%, 16%, 23%, 20%)
(0.00 / 0.16 / 0.23 / 0.20)

CMYK percentages

%0
%15.69
%23.04
%20

Codes

Color #CCAC9D in popluar color models

CC AC 9D
RGB 204 172 157
HSL 19° 31.54% 70.78%
HSB/HSV 19° 23.04% 80.00%
CMYK 0.00% 15.69% 23.04%
20.00%

Color #CCAC9D in popluar number systems.

HEX CC AC 9D
Decimal 204 172 157
Binary 11001100 10101100 10011101
Octal 314 254 235

Shades and tints

Shades of #CCAC9D

#CCAC9D
(204,172,157)
#BA9D8F
(186,157,143)
#A88E81
(168,142,129)
#967F73
(150,127,115)
#847065
(132,112,101)
#726157
(114,97,87)
#605249
(96,82,73)
#4E433B
(78,67,59)
#3C342D
(60,52,45)
#2A251F
(42,37,31)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #CCAC9D

#CCAC9D
(204,172,157)
#D0B3A5
(208,179,165)
#D4BAAD
(212,186,173)
#D8C1B5
(216,193,181)
#DCC8BD
(220,200,189)
#E0CFC5
(224,207,197)
#E4D6CD
(228,214,205)
#E8DDD5
(232,221,213)
#ECE4DD
(236,228,221)
#F0EBE5
(240,235,229)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAC9D color. Also use rgb(204,172,157) instead hex code.

Text Font Color

.myTextColor { color: #CCAC9D; }

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

This text font color is #CCAC9D.

Background Color

.myBgColor { background-color: #CCAC9D; }

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

This div background color is #CCAC9D.

Border color

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

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

This div border color is #CCAC9D.

Opacity

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

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

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

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

This text has shadow with #CCAC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAC9D.

Preview

Color preview on black background

This text has color #CCAC9D on black background.


Color preview on white background

This text has color #CCAC9D on white background.


Black color preview on #CCAC9D background

This text has black color on #CCAC9D background.


White color preview on #CCAC9D background

This text has white color on #CCAC9D background.


Related colors

Complementary color

Complementary color for #hex is #335362.


I love getcolorcode.com

Triadic colors

1 #9DCCAC and #AC9DCC with #CCAC9D are triadic colors.

2 #9DACCC and #ACCC9D with #CCAC9D are triadic colors.