COLOR #CC9D8E

HEX: #CC9D8E RGB: (204,157,142)

Color info

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

RGB color model

#CC9D8E color RGB value is (204,157,142).

RGB: (204,157,142) (80%, 62%, 56%)

RGB channels and saturation

R 204 of 255 = 80%
G 157 of 255 = 62%
B 142 of 255 = 56%

204
157
142

R + G + B ~ 66%. #CC9D8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 157 + 142 = 503 (100%)
R 204 of 503 ~ 40.56%
G 157 of 503 ~ 31.21%
B 142 of 503 ~ 28.23'%

%40.56
%31.21
%28.23

CMYK color model

#CC9D8E color CMYK value is (0,23,30,20).

  • cyan value is 0.00%
  • magenta value is 23.04%
  • yellow value is 30.39%
  • key color value is 20.00%

CMYK: (0,23,30,20)
C0M23Y30K20 (0%, 23%, 30%, 20%)
(0.00 / 0.23 / 0.30 / 0.20)

CMYK percentages

%0
%23.04
%30.39
%20

Codes

Color #CC9D8E in popluar color models

CC 9D 8E
RGB 204 157 142
HSL 15° 37.80% 67.84%
HSB/HSV 15° 30.39% 80.00%
CMYK 0.00% 23.04% 30.39%
20.00%

Color #CC9D8E in popluar number systems.

HEX CC 9D 8E
Decimal 204 157 142
Binary 11001100 10011101 10001110
Octal 314 235 216

Shades and tints

Shades of #CC9D8E

#CC9D8E
(204,157,142)
#BA8F82
(186,143,130)
#A88176
(168,129,118)
#96736A
(150,115,106)
#84655E
(132,101,94)
#725752
(114,87,82)
#604946
(96,73,70)
#4E3B3A
(78,59,58)
#3C2D2E
(60,45,46)
#2A1F22
(42,31,34)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #CC9D8E

#CC9D8E
(204,157,142)
#D0A598
(208,165,152)
#D4ADA2
(212,173,162)
#D8B5AC
(216,181,172)
#DCBDB6
(220,189,182)
#E0C5C0
(224,197,192)
#E4CDCA
(228,205,202)
#E8D5D4
(232,213,212)
#ECDDDE
(236,221,222)
#F0E5E8
(240,229,232)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9D8E; }

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

This text font color is #CC9D8E.

Background Color

.myBgColor { background-color: #CC9D8E; }

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

This div background color is #CC9D8E.

Border color

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

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

This div border color is #CC9D8E.

Opacity

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

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

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

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

This text has shadow with #CC9D8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9D8E.

Preview

Color preview on black background

This text has color #CC9D8E on black background.


Color preview on white background

This text has color #CC9D8E on white background.


Black color preview on #CC9D8E background

This text has black color on #CC9D8E background.


White color preview on #CC9D8E background

This text has white color on #CC9D8E background.


Related colors

Complementary color

Complementary color for #hex is #336271.


I love getcolorcode.com

Triadic colors

1 #8ECC9D and #9D8ECC with #CC9D8E are triadic colors.

2 #8E9DCC and #9DCC8E with #CC9D8E are triadic colors.