COLOR #CC9D7F

HEX: #CC9D7F
RGB: (204,157,127)

Color info

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

RGB color model

#CC9D7F color RGB value is (204,157,127).

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

RGB channels and saturation

R 204 of 255 = 80%
G 157 of 255 = 62%
B 127 of 255 = 50%

204
157
127

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

Portions of RGB colors in percentages

R + G + B =
204 + 157 + 127 = 488 (100%)
R 204 of 488 ~ 41.8%
G 157 of 488 ~ 32.17%
B 127 of 488 ~ 26.02%

%41.8
%32.17
%26.02

CMYK color model

#CC9D7F color CMYK value is (0,23,38,20).

  • cyan value is 0.00%
  • magenta value is 23.04%
  • yellow value is 37.75%
  • key color value is 20.00%
CMYK:
(0,23,38,20)
C0M23Y38K20 
(0%,23%,38%,20%)
(0.00/0.23/0.38/0.20)	

CMYK percentages

%0
%23.04
%37.75
%20

Codes

Color #CC9D7F in popluar color models

CC9D7F
RGB204157127
HSL23°43.02%64.90%
HSB/HSV23°37.75%80.00%
CMYK0.00%23.04%37.75%
20.00%

Color #CC9D7F in popluar number systems.

HEXCC9D7F
Decimal204157127
Binary11001100100111011111111
Octal314235177

Shades and tints

Shades of #CC9D7F

#CC9D7F
(204,157,127)
#BA8F74
(186,143,116)
#A88169
(168,129,105)
#96735E
(150,115,94)
#846553
(132,101,83)
#725748
(114,87,72)
#60493D
(96,73,61)
#4E3B32
(78,59,50)
#3C2D27
(60,45,39)
#2A1F1C
(42,31,28)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #CC9D7F

#CC9D7F
(204,157,127)
#D0A58A
(208,165,138)
#D4AD95
(212,173,149)
#D8B5A0
(216,181,160)
#DCBDAB
(220,189,171)
#E0C5B6
(224,197,182)
#E4CDC1
(228,205,193)
#E8D5CC
(232,213,204)
#ECDDD7
(236,221,215)
#F0E5E2
(240,229,226)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9D7F; }

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

This text font color is #CC9D7F.


Background Color

.myBgColor { background-color: #CC9D7F; }

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

This div background color is #CC9D7F.


Border color

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

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

This div border color is #CC9D7F.


Opacity

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

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

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

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

This text has shadow with #CC9D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9D7F on black background.


Color preview on white background

This text has color #CC9D7F on white background.



Black color preview on #CC9D7F background

This text has black color on #CC9D7F background.


White color preview on #CC9D7F background

This text has white color on #CC9D7F background.