COLOR #CC9E8D

HEX: #CC9E8D RGB: (204,158,141)

Color info

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

RGB color model

#CC9E8D color RGB value is (204,158,141).

RGB: (204,158,141) (80%, 62%, 55%)

RGB channels and saturation

R 204 of 255 = 80%
G 158 of 255 = 62%
B 141 of 255 = 55%

204
158
141

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

Portions of RGB colors in percentages

R + G + B = 204 + 158 + 141 = 503 (100%)
R 204 of 503 ~ 40.56%
G 158 of 503 ~ 31.41%
B 141 of 503 ~ 28.03'%

%40.56
%31.41
%28.03

CMYK color model

#CC9E8D color CMYK value is (0,23,31,20).

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 30.88%
  • key color value is 20.00%
CMYK: (0,23,31,20) C0M23Y31K20 (0%,23%,31%,20%) (0.00/0.23/0.31/0.20) 

CMYK percentages

%0
%22.55
%30.88
%20

Codes

Color #CC9E8D in popluar color models

CC 9E 8D
RGB 204 158 141
HSL 16° 38.18% 67.65%
HSB/HSV 16° 30.88% 80.00%
CMYK 0.00% 22.55% 30.88%
20.00%

Color #CC9E8D in popluar number systems.

HEX CC 9E 8D
Decimal 204 158 141
Binary 11001100 10011110 10001101
Octal 314 236 215

Shades and tints

Shades of #CC9E8D

#CC9E8D
(204,158,141)
#BA9081
(186,144,129)
#A88275
(168,130,117)
#967469
(150,116,105)
#84665D
(132,102,93)
#725851
(114,88,81)
#604A45
(96,74,69)
#4E3C39
(78,60,57)
#3C2E2D
(60,46,45)
#2A2021
(42,32,33)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #CC9E8D

#CC9E8D
(204,158,141)
#D0A697
(208,166,151)
#D4AEA1
(212,174,161)
#D8B6AB
(216,182,171)
#DCBEB5
(220,190,181)
#E0C6BF
(224,198,191)
#E4CEC9
(228,206,201)
#E8D6D3
(232,214,211)
#ECDEDD
(236,222,221)
#F0E6E7
(240,230,231)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9E8D color. Also use rgb(204,158,141) instead hex code.

Text Font Color

.myTextColor { color: #CC9E8D; }

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

This text font color is #CC9E8D.

Background Color

.myBgColor { background-color: #CC9E8D; }

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

This div background color is #CC9E8D.

Border color

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

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

This div border color is #CC9E8D.

Opacity

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

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

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

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

This text has shadow with #CC9E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9E8D.

Preview

Color preview on black background

This text has color #CC9E8D on black background.


Color preview on white background

This text has color #CC9E8D on white background.


Black color preview on #CC9E8D background

This text has black color on #CC9E8D background.


White color preview on #CC9E8D background

This text has white color on #CC9E8D background.


Related colors

Complementary color

Complementary color for #hex is #336172.


I love getcolorcode.com

Triadic colors

1 #8DCC9E and #9E8DCC with #CC9E8D are triadic colors.

2 #8D9ECC and #9ECC8D with #CC9E8D are triadic colors.