COLOR #CC99D5

HEX: #CC99D5
RGB: (204,153,213)

Color info

#CC99D5 contains mainly red and blue colors. Web safe color of #CC99D5 is #CC99CC (or #C9C).

RGB color model

#CC99D5 color RGB value is (204,153,213).

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

RGB channels and saturation

R 204 of 255 = 80%
G 153 of 255 = 60%
B 213 of 255 = 84%

204
153
213

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

Portions of RGB colors in percentages

R + G + B =
204 + 153 + 213 = 570 (100%)
R 204 of 570 ~ 35.79%
G 153 of 570 ~ 26.84%
B 213 of 570 ~ 37.37%

%35.79
%26.84
%37.37

CMYK color model

#CC99D5 color CMYK value is (4,28,0,16).

  • cyan value is 4.23%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(4,28,0,16)
C4M28Y0K16 
(4%,28%,0%,16%)
(0.04/0.28/0.00/0.16)	

CMYK percentages

%4.23
%28.17
%0
%16.47

Codes

Color #CC99D5 in popluar color models

CC99D5
RGB204153213
HSL291°41.67%71.76%
HSB/HSV291°28.17%83.53%
CMYK4.23%28.17%0.00%
16.47%

Color #CC99D5 in popluar number systems.

HEXCC99D5
Decimal204153213
Binary110011001001100111010101
Octal314231325

Shades and tints

Shades of #CC99D5

#CC99D5
(204,153,213)
#BA8CC2
(186,140,194)
#A87FAF
(168,127,175)
#96729C
(150,114,156)
#846589
(132,101,137)
#725876
(114,88,118)
#604B63
(96,75,99)
#4E3E50
(78,62,80)
#3C313D
(60,49,61)
#2A242A
(42,36,42)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #CC99D5

#CC99D5
(204,153,213)
#D0A2D8
(208,162,216)
#D4ABDB
(212,171,219)
#D8B4DE
(216,180,222)
#DCBDE1
(220,189,225)
#E0C6E4
(224,198,228)
#E4CFE7
(228,207,231)
#E8D8EA
(232,216,234)
#ECE1ED
(236,225,237)
#F0EAF0
(240,234,240)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC99D5; }

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

This text font color is #CC99D5.


Background Color

.myBgColor { background-color: #CC99D5; }

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

This div background color is #CC99D5.


Border color

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

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

This div border color is #CC99D5.


Opacity

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

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

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

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

This text has shadow with #CC99D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC99D5 on black background.


Color preview on white background

This text has color #CC99D5 on white background.



Black color preview on #CC99D5 background

This text has black color on #CC99D5 background.


White color preview on #CC99D5 background

This text has white color on #CC99D5 background.