COLOR #CC9BD2

HEX: #CC9BD2
RGB: (204,155,210)

Color info

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

RGB color model

#CC9BD2 color RGB value is (204,155,210).

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

RGB channels and saturation

R 204 of 255 = 80%
G 155 of 255 = 61%
B 210 of 255 = 82%

204
155
210

R + G + B ~ 74%. #CC9BD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 155 + 210 = 569 (100%)
R 204 of 569 ~ 35.85%
G 155 of 569 ~ 27.24%
B 210 of 569 ~ 36.91%

%35.85
%27.24
%36.91

CMYK color model

#CC9BD2 color CMYK value is (3,26,0,18).

  • cyan value is 2.86%
  • magenta value is 26.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(3,26,0,18)
C3M26Y0K18 
(3%,26%,0%,18%)
(0.03/0.26/0.00/0.18)	

CMYK percentages

%2.86
%26.19
%0
%17.65

Codes

Color #CC9BD2 in popluar color models

CC9BD2
RGB204155210
HSL293°37.93%71.57%
HSB/HSV293°26.19%82.35%
CMYK2.86%26.19%0.00%
17.65%

Color #CC9BD2 in popluar number systems.

HEXCC9BD2
Decimal204155210
Binary110011001001101111010010
Octal314233322

Shades and tints

Shades of #CC9BD2

#CC9BD2
(204,155,210)
#BA8DBF
(186,141,191)
#A87FAC
(168,127,172)
#967199
(150,113,153)
#846386
(132,99,134)
#725573
(114,85,115)
#604760
(96,71,96)
#4E394D
(78,57,77)
#3C2B3A
(60,43,58)
#2A1D27
(42,29,39)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #CC9BD2

#CC9BD2
(204,155,210)
#D0A4D6
(208,164,214)
#D4ADDA
(212,173,218)
#D8B6DE
(216,182,222)
#DCBFE2
(220,191,226)
#E0C8E6
(224,200,230)
#E4D1EA
(228,209,234)
#E8DAEE
(232,218,238)
#ECE3F2
(236,227,242)
#F0ECF6
(240,236,246)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9BD2; }

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

This text font color is #CC9BD2.


Background Color

.myBgColor { background-color: #CC9BD2; }

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

This div background color is #CC9BD2.


Border color

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

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

This div border color is #CC9BD2.


Opacity

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

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

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

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

This text has shadow with #CC9BD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9BD2 on black background.


Color preview on white background

This text has color #CC9BD2 on white background.



Black color preview on #CC9BD2 background

This text has black color on #CC9BD2 background.


White color preview on #CC9BD2 background

This text has white color on #CC9BD2 background.