COLOR #CCAD9A

HEX: #CCAD9A RGB: (204,173,154)

Color info

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

RGB color model

#CCAD9A color RGB value is (204,173,154).

RGB: (204,173,154) (80%, 68%, 60%)

RGB channels and saturation

R 204 of 255 = 80%
G 173 of 255 = 68%
B 154 of 255 = 60%

204
173
154

R + G + B ~ 69%. #CCAD9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 173 + 154 = 531 (100%)
R 204 of 531 ~ 38.42%
G 173 of 531 ~ 32.58%
B 154 of 531 ~ 29'%

%38.42
%32.58
%29

CMYK color model

#CCAD9A color CMYK value is (0,15,25,20).

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

CMYK: (0,15,25,20)
C0M15Y25K20 (0%, 15%, 25%, 20%)
(0.00 / 0.15 / 0.25 / 0.20)

CMYK percentages

%0
%15.2
%24.51
%20

Codes

Color #CCAD9A in popluar color models

CC AD 9A
RGB 204 173 154
HSL 23° 32.89% 70.20%
HSB/HSV 23° 24.51% 80.00%
CMYK 0.00% 15.20% 24.51%
20.00%

Color #CCAD9A in popluar number systems.

HEX CC AD 9A
Decimal 204 173 154
Binary 11001100 10101101 10011010
Octal 314 255 232

Shades and tints

Shades of #CCAD9A

#CCAD9A
(204,173,154)
#BA9E8C
(186,158,140)
#A88F7E
(168,143,126)
#968070
(150,128,112)
#847162
(132,113,98)
#726254
(114,98,84)
#605346
(96,83,70)
#4E4438
(78,68,56)
#3C352A
(60,53,42)
#2A261C
(42,38,28)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #CCAD9A

#CCAD9A
(204,173,154)
#D0B4A3
(208,180,163)
#D4BBAC
(212,187,172)
#D8C2B5
(216,194,181)
#DCC9BE
(220,201,190)
#E0D0C7
(224,208,199)
#E4D7D0
(228,215,208)
#E8DED9
(232,222,217)
#ECE5E2
(236,229,226)
#F0ECEB
(240,236,235)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAD9A; }

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

This text font color is #CCAD9A.

Background Color

.myBgColor { background-color: #CCAD9A; }

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

This div background color is #CCAD9A.

Border color

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

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

This div border color is #CCAD9A.

Opacity

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

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

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

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

This text has shadow with #CCAD9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAD9A.

Preview

Color preview on black background

This text has color #CCAD9A on black background.


Color preview on white background

This text has color #CCAD9A on white background.


Black color preview on #CCAD9A background

This text has black color on #CCAD9A background.


White color preview on #CCAD9A background

This text has white color on #CCAD9A background.


Related colors

Complementary color

Complementary color for #hex is #335265.


I love getcolorcode.com

Triadic colors

1 #9ACCAD and #AD9ACC with #CCAD9A are triadic colors.

2 #9AADCC and #ADCC9A with #CCAD9A are triadic colors.