COLOR #CC9D86

HEX: #CC9D86
RGB: (204,157,134)

Color info

#CC9D86 contains mainly red and green colors. Web safe color of #CC9D86 is #CC9999 (or #C99).

RGB color model

#CC9D86 color RGB value is (204,157,134).

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

RGB channels and saturation

R 204 of 255 = 80%
G 157 of 255 = 62%
B 134 of 255 = 53%

204
157
134

R + G + B ~ 65%. #CC9D86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 157 + 134 = 495 (100%)
R 204 of 495 ~ 41.21%
G 157 of 495 ~ 31.72%
B 134 of 495 ~ 27.07%

%41.21
%31.72
%27.07

CMYK color model

#CC9D86 color CMYK value is (0,23,34,20).

  • cyan value is 0.00%
  • magenta value is 23.04%
  • yellow value is 34.31%
  • key color value is 20.00%
CMYK:
(0,23,34,20)
C0M23Y34K20 
(0%,23%,34%,20%)
(0.00/0.23/0.34/0.20)	

CMYK percentages

%0
%23.04
%34.31
%20

Codes

Color #CC9D86 in popluar color models

CC9D86
RGB204157134
HSL20°40.70%66.27%
HSB/HSV20°34.31%80.00%
CMYK0.00%23.04%34.31%
20.00%

Color #CC9D86 in popluar number systems.

HEXCC9D86
Decimal204157134
Binary110011001001110110000110
Octal314235206

Shades and tints

Shades of #CC9D86

#CC9D86
(204,157,134)
#BA8F7A
(186,143,122)
#A8816E
(168,129,110)
#967362
(150,115,98)
#846556
(132,101,86)
#72574A
(114,87,74)
#60493E
(96,73,62)
#4E3B32
(78,59,50)
#3C2D26
(60,45,38)
#2A1F1A
(42,31,26)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #CC9D86

#CC9D86
(204,157,134)
#D0A591
(208,165,145)
#D4AD9C
(212,173,156)
#D8B5A7
(216,181,167)
#DCBDB2
(220,189,178)
#E0C5BD
(224,197,189)
#E4CDC8
(228,205,200)
#E8D5D3
(232,213,211)
#ECDDDE
(236,221,222)
#F0E5E9
(240,229,233)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9D86; }

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

This text font color is #CC9D86.


Background Color

.myBgColor { background-color: #CC9D86; }

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

This div background color is #CC9D86.


Border color

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

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

This div border color is #CC9D86.


Opacity

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

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

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

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

This text has shadow with #CC9D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9D86 on black background.


Color preview on white background

This text has color #CC9D86 on white background.



Black color preview on #CC9D86 background

This text has black color on #CC9D86 background.


White color preview on #CC9D86 background

This text has white color on #CC9D86 background.