COLOR #CC9DB7

HEX: #CC9DB7 RGB: (204,157,183)

Color info

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

RGB color model

#CC9DB7 color RGB value is (204,157,183).

RGB: (204,157,183) (80%, 62%, 72%)

RGB channels and saturation

R 204 of 255 = 80%
G 157 of 255 = 62%
B 183 of 255 = 72%

204
157
183

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

Portions of RGB colors in percentages

R + G + B = 204 + 157 + 183 = 544 (100%)
R 204 of 544 ~ 37.5%
G 157 of 544 ~ 28.86%
B 183 of 544 ~ 33.64'%

%37.5
%28.86
%33.64

CMYK color model

#CC9DB7 color CMYK value is (0,23,10,20).

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

CMYK: (0,23,10,20)
C0M23Y10K20 (0%, 23%, 10%, 20%)
(0.00 / 0.23 / 0.10 / 0.20)

CMYK percentages

%0
%23.04
%10.29
%20

Codes

Color #CC9DB7 in popluar color models

CC 9D B7
RGB 204 157 183
HSL 327° 31.54% 70.78%
HSB/HSV 327° 23.04% 80.00%
CMYK 0.00% 23.04% 10.29%
20.00%

Color #CC9DB7 in popluar number systems.

HEX CC 9D B7
Decimal 204 157 183
Binary 11001100 10011101 10110111
Octal 314 235 267

Shades and tints

Shades of #CC9DB7

#CC9DB7
(204,157,183)
#BA8FA7
(186,143,167)
#A88197
(168,129,151)
#967387
(150,115,135)
#846577
(132,101,119)
#725767
(114,87,103)
#604957
(96,73,87)
#4E3B47
(78,59,71)
#3C2D37
(60,45,55)
#2A1F27
(42,31,39)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #CC9DB7

#CC9DB7
(204,157,183)
#D0A5BD
(208,165,189)
#D4ADC3
(212,173,195)
#D8B5C9
(216,181,201)
#DCBDCF
(220,189,207)
#E0C5D5
(224,197,213)
#E4CDDB
(228,205,219)
#E8D5E1
(232,213,225)
#ECDDE7
(236,221,231)
#F0E5ED
(240,229,237)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9DB7; }

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

This text font color is #CC9DB7.

Background Color

.myBgColor { background-color: #CC9DB7; }

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

This div background color is #CC9DB7.

Border color

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

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

This div border color is #CC9DB7.

Opacity

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

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

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

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

This text has shadow with #CC9DB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9DB7.

Preview

Color preview on black background

This text has color #CC9DB7 on black background.


Color preview on white background

This text has color #CC9DB7 on white background.


Black color preview on #CC9DB7 background

This text has black color on #CC9DB7 background.


White color preview on #CC9DB7 background

This text has white color on #CC9DB7 background.


Related colors

Complementary color

Complementary color for #hex is #336248.


I love getcolorcode.com

Triadic colors

1 #B7CC9D and #9DB7CC with #CC9DB7 are triadic colors.

2 #B79DCC and #9DCCB7 with #CC9DB7 are triadic colors.