COLOR #CC9BD5

HEX: #CC9BD5
RGB: (204,155,213)

Color info

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

RGB color model

#CC9BD5 color RGB value is (204,155,213).

  • red value is 204;
  • green value is 155;
  • blue value is 213.
RGB:
(204,155,213)
(80%,61%,84%)

RGB channels and saturation

R 204 of 255 = 80%
G 155 of 255 = 61%
B 213 of 255 = 84%

204
155
213

R + G + B ~ 75%. #CC9BD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 155 + 213 = 572 (100%)
R 204 of 572 ~ 35.66%
G 155 of 572 ~ 27.1%
B 213 of 572 ~ 37.24%

%35.66
%27.1
%37.24

CMYK color model

#CC9BD5 color CMYK value is (4,27,0,16).

  • cyan value is 4.23%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(4,27,0,16)
C4M27Y0K16 
(4%,27%,0%,16%)
(0.04/0.27/0.00/0.16)	

CMYK percentages

%4.23
%27.23
%0
%16.47

Codes

Color #CC9BD5 in popluar color models

CC9BD5
RGB204155213
HSL291°40.85%72.16%
HSB/HSV291°27.23%83.53%
CMYK4.23%27.23%0.00%
16.47%

Color #CC9BD5 in popluar number systems.

HEXCC9BD5
Decimal204155213
Binary110011001001101111010101
Octal314233325

Shades and tints

Shades of #CC9BD5

#CC9BD5
(204,155,213)
#BA8DC2
(186,141,194)
#A87FAF
(168,127,175)
#96719C
(150,113,156)
#846389
(132,99,137)
#725576
(114,85,118)
#604763
(96,71,99)
#4E3950
(78,57,80)
#3C2B3D
(60,43,61)
#2A1D2A
(42,29,42)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #CC9BD5

#CC9BD5
(204,155,213)
#D0A4D8
(208,164,216)
#D4ADDB
(212,173,219)
#D8B6DE
(216,182,222)
#DCBFE1
(220,191,225)
#E0C8E4
(224,200,228)
#E4D1E7
(228,209,231)
#E8DAEA
(232,218,234)
#ECE3ED
(236,227,237)
#F0ECF0
(240,236,240)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9BD5; }

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

This text font color is #CC9BD5.


Background Color

.myBgColor { background-color: #CC9BD5; }

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

This div background color is #CC9BD5.


Border color

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

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

This div border color is #CC9BD5.


Opacity

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

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

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

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

This text has shadow with #CC9BD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9BD5 on black background.


Color preview on white background

This text has color #CC9BD5 on white background.



Black color preview on #CC9BD5 background

This text has black color on #CC9BD5 background.


White color preview on #CC9BD5 background

This text has white color on #CC9BD5 background.