COLOR #CC9EB9

HEX: #CC9EB9
RGB: (204,158,185)

Color info

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

RGB color model

#CC9EB9 color RGB value is (204,158,185).

  • red value is 204;
  • green value is 158;
  • blue value is 185.
RGB:
(204,158,185)
(80%,62%,73%)

RGB channels and saturation

R 204 of 255 = 80%
G 158 of 255 = 62%
B 185 of 255 = 73%

204
158
185

R + G + B ~ 72%. #CC9EB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 158 + 185 = 547 (100%)
R 204 of 547 ~ 37.29%
G 158 of 547 ~ 28.88%
B 185 of 547 ~ 33.82%

%37.29
%28.88
%33.82

CMYK color model

#CC9EB9 color CMYK value is (0,23,9,20).

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 9.31%
  • key color value is 20.00%
CMYK:
(0,23,9,20)
C0M23Y9K20 
(0%,23%,9%,20%)
(0.00/0.23/0.09/0.20)	

CMYK percentages

%0
%22.55
%9.31
%20

Codes

Color #CC9EB9 in popluar color models

CC9EB9
RGB204158185
HSL325°31.08%70.98%
HSB/HSV325°22.55%80.00%
CMYK0.00%22.55%9.31%
20.00%

Color #CC9EB9 in popluar number systems.

HEXCC9EB9
Decimal204158185
Binary110011001001111010111001
Octal314236271

Shades and tints

Shades of #CC9EB9

#CC9EB9
(204,158,185)
#BA90A9
(186,144,169)
#A88299
(168,130,153)
#967489
(150,116,137)
#846679
(132,102,121)
#725869
(114,88,105)
#604A59
(96,74,89)
#4E3C49
(78,60,73)
#3C2E39
(60,46,57)
#2A2029
(42,32,41)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #CC9EB9

#CC9EB9
(204,158,185)
#D0A6BF
(208,166,191)
#D4AEC5
(212,174,197)
#D8B6CB
(216,182,203)
#DCBED1
(220,190,209)
#E0C6D7
(224,198,215)
#E4CEDD
(228,206,221)
#E8D6E3
(232,214,227)
#ECDEE9
(236,222,233)
#F0E6EF
(240,230,239)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9EB9; }

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

This text font color is #CC9EB9.


Background Color

.myBgColor { background-color: #CC9EB9; }

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

This div background color is #CC9EB9.


Border color

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

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

This div border color is #CC9EB9.


Opacity

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

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

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

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

This text has shadow with #CC9EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9EB9 on black background.


Color preview on white background

This text has color #CC9EB9 on white background.



Black color preview on #CC9EB9 background

This text has black color on #CC9EB9 background.


White color preview on #CC9EB9 background

This text has white color on #CC9EB9 background.