COLOR #CC9DB6

HEX: #CC9DB6
RGB: (204,157,182)

Color info

#CC9DB6 contains red, green and blue colors in about the same proportion. Web safe color of #CC9DB6 is #CC99CC (or #C9C).

RGB color model

#CC9DB6 color RGB value is (204,157,182).

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

RGB channels and saturation

R 204 of 255 = 80%
G 157 of 255 = 62%
B 182 of 255 = 71%

204
157
182

R + G + B ~ 71%. #CC9DB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 157 + 182 = 543 (100%)
R 204 of 543 ~ 37.57%
G 157 of 543 ~ 28.91%
B 182 of 543 ~ 33.52%

%37.57
%28.91
%33.52

CMYK color model

#CC9DB6 color CMYK value is (0,23,11,20).

  • cyan value is 0.00%
  • magenta value is 23.04%
  • yellow value is 10.78%
  • key color value is 20.00%
CMYK:
(0,23,11,20)
C0M23Y11K20 
(0%,23%,11%,20%)
(0.00/0.23/0.11/0.20)	

CMYK percentages

%0
%23.04
%10.78
%20

Codes

Color #CC9DB6 in popluar color models

CC9DB6
RGB204157182
HSL328°31.54%70.78%
HSB/HSV328°23.04%80.00%
CMYK0.00%23.04%10.78%
20.00%

Color #CC9DB6 in popluar number systems.

HEXCC9DB6
Decimal204157182
Binary110011001001110110110110
Octal314235266

Shades and tints

Shades of #CC9DB6

#CC9DB6
(204,157,182)
#BA8FA6
(186,143,166)
#A88196
(168,129,150)
#967386
(150,115,134)
#846576
(132,101,118)
#725766
(114,87,102)
#604956
(96,73,86)
#4E3B46
(78,59,70)
#3C2D36
(60,45,54)
#2A1F26
(42,31,38)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #CC9DB6

#CC9DB6
(204,157,182)
#D0A5BC
(208,165,188)
#D4ADC2
(212,173,194)
#D8B5C8
(216,181,200)
#DCBDCE
(220,189,206)
#E0C5D4
(224,197,212)
#E4CDDA
(228,205,218)
#E8D5E0
(232,213,224)
#ECDDE6
(236,221,230)
#F0E5EC
(240,229,236)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9DB6; }

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

This text font color is #CC9DB6.


Background Color

.myBgColor { background-color: #CC9DB6; }

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

This div background color is #CC9DB6.


Border color

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

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

This div border color is #CC9DB6.


Opacity

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

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

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

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

This text has shadow with #CC9DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9DB6 on black background.


Color preview on white background

This text has color #CC9DB6 on white background.



Black color preview on #CC9DB6 background

This text has black color on #CC9DB6 background.


White color preview on #CC9DB6 background

This text has white color on #CC9DB6 background.