COLOR #CCAA93

HEX: #CCAA93
RGB: (204,170,147)

Color info

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

RGB color model

#CCAA93 color RGB value is (204,170,147).

  • red value is 204;
  • green value is 170;
  • blue value is 147.
RGB:
(204,170,147)
(80%,67%,58%)

RGB channels and saturation

R 204 of 255 = 80%
G 170 of 255 = 67%
B 147 of 255 = 58%

204
170
147

R + G + B ~ 68%. #CCAA93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 170 + 147 = 521 (100%)
R 204 of 521 ~ 39.16%
G 170 of 521 ~ 32.63%
B 147 of 521 ~ 28.21%

%39.16
%32.63
%28.21

CMYK color model

#CCAA93 color CMYK value is (0,17,28,20).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 27.94%
  • key color value is 20.00%
CMYK:
(0,17,28,20)
C0M17Y28K20 
(0%,17%,28%,20%)
(0.00/0.17/0.28/0.20)	

CMYK percentages

%0
%16.67
%27.94
%20

Codes

Color #CCAA93 in popluar color models

CCAA93
RGB204170147
HSL24°35.85%68.82%
HSB/HSV24°27.94%80.00%
CMYK0.00%16.67%27.94%
20.00%

Color #CCAA93 in popluar number systems.

HEXCCAA93
Decimal204170147
Binary110011001010101010010011
Octal314252223

Shades and tints

Shades of #CCAA93

#CCAA93
(204,170,147)
#BA9B86
(186,155,134)
#A88C79
(168,140,121)
#967D6C
(150,125,108)
#846E5F
(132,110,95)
#725F52
(114,95,82)
#605045
(96,80,69)
#4E4138
(78,65,56)
#3C322B
(60,50,43)
#2A231E
(42,35,30)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #CCAA93

#CCAA93
(204,170,147)
#D0B19C
(208,177,156)
#D4B8A5
(212,184,165)
#D8BFAE
(216,191,174)
#DCC6B7
(220,198,183)
#E0CDC0
(224,205,192)
#E4D4C9
(228,212,201)
#E8DBD2
(232,219,210)
#ECE2DB
(236,226,219)
#F0E9E4
(240,233,228)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAA93 color. Also use rgb(204,170,147) instead hex code.

Text Font Color

.myTextColor { color: #CCAA93; }

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

This text font color is #CCAA93.


Background Color

.myBgColor { background-color: #CCAA93; }

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

This div background color is #CCAA93.


Border color

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

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

This div border color is #CCAA93.


Opacity

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

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

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

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

This text has shadow with #CCAA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAA93 on black background.


Color preview on white background

This text has color #CCAA93 on white background.



Black color preview on #CCAA93 background

This text has black color on #CCAA93 background.


White color preview on #CCAA93 background

This text has white color on #CCAA93 background.