COLOR #CC9E9B

HEX: #CC9E9B RGB: (204,158,155)

Color info

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

RGB color model

#CC9E9B color RGB value is (204,158,155).

RGB: (204,158,155) (80%, 62%, 61%)

RGB channels and saturation

R 204 of 255 = 80%
G 158 of 255 = 62%
B 155 of 255 = 61%

204
158
155

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

Portions of RGB colors in percentages

R + G + B = 204 + 158 + 155 = 517 (100%)
R 204 of 517 ~ 39.46%
G 158 of 517 ~ 30.56%
B 155 of 517 ~ 29.98'%

%39.46
%30.56
%29.98

CMYK color model

#CC9E9B color CMYK value is (0,23,24,20).

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 24.02%
  • key color value is 20.00%

CMYK: (0,23,24,20)
C0M23Y24K20 (0%, 23%, 24%, 20%)
(0.00 / 0.23 / 0.24 / 0.20)

CMYK percentages

%0
%22.55
%24.02
%20

Codes

Color #CC9E9B in popluar color models

CC 9E 9B
RGB 204 158 155
HSL 32.45% 70.39%
HSB/HSV 24.02% 80.00%
CMYK 0.00% 22.55% 24.02%
20.00%

Color #CC9E9B in popluar number systems.

HEX CC 9E 9B
Decimal 204 158 155
Binary 11001100 10011110 10011011
Octal 314 236 233

Shades and tints

Shades of #CC9E9B

#CC9E9B
(204,158,155)
#BA908D
(186,144,141)
#A8827F
(168,130,127)
#967471
(150,116,113)
#846663
(132,102,99)
#725855
(114,88,85)
#604A47
(96,74,71)
#4E3C39
(78,60,57)
#3C2E2B
(60,46,43)
#2A201D
(42,32,29)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #CC9E9B

#CC9E9B
(204,158,155)
#D0A6A4
(208,166,164)
#D4AEAD
(212,174,173)
#D8B6B6
(216,182,182)
#DCBEBF
(220,190,191)
#E0C6C8
(224,198,200)
#E4CED1
(228,206,209)
#E8D6DA
(232,214,218)
#ECDEE3
(236,222,227)
#F0E6EC
(240,230,236)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9E9B; }

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

This text font color is #CC9E9B.

Background Color

.myBgColor { background-color: #CC9E9B; }

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

This div background color is #CC9E9B.

Border color

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

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

This div border color is #CC9E9B.

Opacity

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

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

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

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

This text has shadow with #CC9E9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9E9B.

Preview

Color preview on black background

This text has color #CC9E9B on black background.


Color preview on white background

This text has color #CC9E9B on white background.


Black color preview on #CC9E9B background

This text has black color on #CC9E9B background.


White color preview on #CC9E9B background

This text has white color on #CC9E9B background.


Related colors

Complementary color

Complementary color for #hex is #336164.


I love getcolorcode.com

Triadic colors

1 #9BCC9E and #9E9BCC with #CC9E9B are triadic colors.

2 #9B9ECC and #9ECC9B with #CC9E9B are triadic colors.