COLOR #CCAD9C

HEX: #CCAD9C RGB: (204,173,156)

Color info

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

RGB color model

#CCAD9C color RGB value is (204,173,156).

RGB: (204,173,156) (80%, 68%, 61%)

RGB channels and saturation

R 204 of 255 = 80%
G 173 of 255 = 68%
B 156 of 255 = 61%

204
173
156

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

Portions of RGB colors in percentages

R + G + B = 204 + 173 + 156 = 533 (100%)
R 204 of 533 ~ 38.27%
G 173 of 533 ~ 32.46%
B 156 of 533 ~ 29.27'%

%38.27
%32.46
%29.27

CMYK color model

#CCAD9C color CMYK value is (0,15,24,20).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 23.53%
  • key color value is 20.00%

CMYK: (0,15,24,20)
C0M15Y24K20 (0%, 15%, 24%, 20%)
(0.00 / 0.15 / 0.24 / 0.20)

CMYK percentages

%0
%15.2
%23.53
%20

Codes

Color #CCAD9C in popluar color models

CC AD 9C
RGB 204 173 156
HSL 21° 32.00% 70.59%
HSB/HSV 21° 23.53% 80.00%
CMYK 0.00% 15.20% 23.53%
20.00%

Color #CCAD9C in popluar number systems.

HEX CC AD 9C
Decimal 204 173 156
Binary 11001100 10101101 10011100
Octal 314 255 234

Shades and tints

Shades of #CCAD9C

#CCAD9C
(204,173,156)
#BA9E8E
(186,158,142)
#A88F80
(168,143,128)
#968072
(150,128,114)
#847164
(132,113,100)
#726256
(114,98,86)
#605348
(96,83,72)
#4E443A
(78,68,58)
#3C352C
(60,53,44)
#2A261E
(42,38,30)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #CCAD9C

#CCAD9C
(204,173,156)
#D0B4A5
(208,180,165)
#D4BBAE
(212,187,174)
#D8C2B7
(216,194,183)
#DCC9C0
(220,201,192)
#E0D0C9
(224,208,201)
#E4D7D2
(228,215,210)
#E8DEDB
(232,222,219)
#ECE5E4
(236,229,228)
#F0ECED
(240,236,237)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAD9C color. Also use rgb(204,173,156) instead hex code.

Text Font Color

.myTextColor { color: #CCAD9C; }

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

This text font color is #CCAD9C.

Background Color

.myBgColor { background-color: #CCAD9C; }

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

This div background color is #CCAD9C.

Border color

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

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

This div border color is #CCAD9C.

Opacity

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

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

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

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

This text has shadow with #CCAD9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAD9C.

Preview

Color preview on black background

This text has color #CCAD9C on black background.


Color preview on white background

This text has color #CCAD9C on white background.


Black color preview on #CCAD9C background

This text has black color on #CCAD9C background.


White color preview on #CCAD9C background

This text has white color on #CCAD9C background.


Related colors

Complementary color

Complementary color for #hex is #335263.


I love getcolorcode.com

Triadic colors

1 #9CCCAD and #AD9CCC with #CCAD9C are triadic colors.

2 #9CADCC and #ADCC9C with #CCAD9C are triadic colors.