COLOR #CCAD6E

HEX: #CCAD6E RGB: (204,173,110)

Color info

#CCAD6E contains mainly red and green colors. Web safe color of #CCAD6E is #CC9966 (or #C96).

RGB color model

#CCAD6E color RGB value is (204,173,110).

RGB: (204,173,110) (80%, 68%, 43%)

RGB channels and saturation

R 204 of 255 = 80%
G 173 of 255 = 68%
B 110 of 255 = 43%

204
173
110

R + G + B ~ 64%. #CCAD6E is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 173 + 110 = 487 (100%)
R 204 of 487 ~ 41.89%
G 173 of 487 ~ 35.52%
B 110 of 487 ~ 22.59'%

%41.89
%35.52
%22.59

CMYK color model

#CCAD6E color CMYK value is (0,15,46,20).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 46.08%
  • key color value is 20.00%
CMYK: (0,15,46,20) C0M15Y46K20 (0%,15%,46%,20%) (0.00/0.15/0.46/0.20) 

CMYK percentages

%0
%15.2
%46.08
%20

Codes

Color #CCAD6E in popluar color models

CC AD 6E
RGB 204 173 110
HSL 40° 47.96% 61.57%
HSB/HSV 40° 46.08% 80.00%
CMYK 0.00% 15.20% 46.08%
20.00%

Color #CCAD6E in popluar number systems.

HEX CC AD 6E
Decimal 204 173 110
Binary 11001100 10101101 1101110
Octal 314 255 156

Shades and tints

Shades of #CCAD6E

#CCAD6E
(204,173,110)
#BA9E64
(186,158,100)
#A88F5A
(168,143,90)
#968050
(150,128,80)
#847146
(132,113,70)
#72623C
(114,98,60)
#605332
(96,83,50)
#4E4428
(78,68,40)
#3C351E
(60,53,30)
#2A2614
(42,38,20)
#18170A
(24,23,10)
#000000
(0,0,0)

Tints of #CCAD6E

#CCAD6E
(204,173,110)
#D0B47B
(208,180,123)
#D4BB88
(212,187,136)
#D8C295
(216,194,149)
#DCC9A2
(220,201,162)
#E0D0AF
(224,208,175)
#E4D7BC
(228,215,188)
#E8DEC9
(232,222,201)
#ECE5D6
(236,229,214)
#F0ECE3
(240,236,227)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAD6E; }

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

This text font color is #CCAD6E.

Background Color

.myBgColor { background-color: #CCAD6E; }

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

This div background color is #CCAD6E.

Border color

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

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

This div border color is #CCAD6E.

Opacity

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

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

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

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

This text has shadow with #CCAD6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAD6E.

Preview

Color preview on black background

This text has color #CCAD6E on black background.


Color preview on white background

This text has color #CCAD6E on white background.


Black color preview on #CCAD6E background

This text has black color on #CCAD6E background.


White color preview on #CCAD6E background

This text has white color on #CCAD6E background.


Related colors

Complementary color

Complementary color for #hex is #335291.


I love getcolorcode.com

Triadic colors

1 #6ECCAD and #AD6ECC with #CCAD6E are triadic colors.

2 #6EADCC and #ADCC6E with #CCAD6E are triadic colors.