COLOR #CCA99D

HEX: #CCA99D
RGB: (204,169,157)

Color info

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

RGB color model

#CCA99D color RGB value is (204,169,157).

  • red value is 204;
  • green value is 169;
  • blue value is 157.
RGB:
(204,169,157)
(80%,66%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 169 of 255 = 66%
B 157 of 255 = 62%

204
169
157

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

Portions of RGB colors in percentages

R + G + B =
204 + 169 + 157 = 530 (100%)
R 204 of 530 ~ 38.49%
G 169 of 530 ~ 31.89%
B 157 of 530 ~ 29.62%

%38.49
%31.89
%29.62

CMYK color model

#CCA99D color CMYK value is (0,17,23,20).

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 23.04%
  • key color value is 20.00%
CMYK:
(0,17,23,20)
C0M17Y23K20 
(0%,17%,23%,20%)
(0.00/0.17/0.23/0.20)	

CMYK percentages

%0
%17.16
%23.04
%20

Codes

Color #CCA99D in popluar color models

CCA99D
RGB204169157
HSL15°31.54%70.78%
HSB/HSV15°23.04%80.00%
CMYK0.00%17.16%23.04%
20.00%

Color #CCA99D in popluar number systems.

HEXCCA99D
Decimal204169157
Binary110011001010100110011101
Octal314251235

Shades and tints

Shades of #CCA99D

#CCA99D
(204,169,157)
#BA9A8F
(186,154,143)
#A88B81
(168,139,129)
#967C73
(150,124,115)
#846D65
(132,109,101)
#725E57
(114,94,87)
#604F49
(96,79,73)
#4E403B
(78,64,59)
#3C312D
(60,49,45)
#2A221F
(42,34,31)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #CCA99D

#CCA99D
(204,169,157)
#D0B0A5
(208,176,165)
#D4B7AD
(212,183,173)
#D8BEB5
(216,190,181)
#DCC5BD
(220,197,189)
#E0CCC5
(224,204,197)
#E4D3CD
(228,211,205)
#E8DAD5
(232,218,213)
#ECE1DD
(236,225,221)
#F0E8E5
(240,232,229)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA99D; }

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

This text font color is #CCA99D.


Background Color

.myBgColor { background-color: #CCA99D; }

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

This div background color is #CCA99D.


Border color

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

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

This div border color is #CCA99D.


Opacity

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

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

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

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

This text has shadow with #CCA99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA99D on black background.


Color preview on white background

This text has color #CCA99D on white background.



Black color preview on #CCA99D background

This text has black color on #CCA99D background.


White color preview on #CCA99D background

This text has white color on #CCA99D background.