COLOR #CD99D7

HEX: #CD99D7
RGB: (205,153,215)

Color info

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

RGB color model

#CD99D7 color RGB value is (205,153,215).

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

RGB channels and saturation

R 205 of 255 = 80%
G 153 of 255 = 60%
B 215 of 255 = 84%

205
153
215

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

Portions of RGB colors in percentages

R + G + B =
205 + 153 + 215 = 573 (100%)
R 205 of 573 ~ 35.78%
G 153 of 573 ~ 26.7%
B 215 of 573 ~ 37.52%

%35.78
%26.7
%37.52

CMYK color model

#CD99D7 color CMYK value is (5,29,0,16).

  • cyan value is 4.65%
  • magenta value is 28.84%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(5,29,0,16)
C5M29Y0K16 
(5%,29%,0%,16%)
(0.05/0.29/0.00/0.16)	

CMYK percentages

%4.65
%28.84
%0
%15.69

Codes

Color #CD99D7 in popluar color models

CD99D7
RGB205153215
HSL290°43.66%72.16%
HSB/HSV290°28.84%84.31%
CMYK4.65%28.84%0.00%
15.69%

Color #CD99D7 in popluar number systems.

HEXCD99D7
Decimal205153215
Binary110011011001100111010111
Octal315231327

Shades and tints

Shades of #CD99D7

#CD99D7
(205,153,215)
#BB8CC4
(187,140,196)
#A97FB1
(169,127,177)
#97729E
(151,114,158)
#85658B
(133,101,139)
#735878
(115,88,120)
#614B65
(97,75,101)
#4F3E52
(79,62,82)
#3D313F
(61,49,63)
#2B242C
(43,36,44)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #CD99D7

#CD99D7
(205,153,215)
#D1A2DA
(209,162,218)
#D5ABDD
(213,171,221)
#D9B4E0
(217,180,224)
#DDBDE3
(221,189,227)
#E1C6E6
(225,198,230)
#E5CFE9
(229,207,233)
#E9D8EC
(233,216,236)
#EDE1EF
(237,225,239)
#F1EAF2
(241,234,242)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD99D7 color. Also use rgb(205,153,215) instead hex code.

Text Font Color

.myTextColor { color: #CD99D7; }

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

This text font color is #CD99D7.


Background Color

.myBgColor { background-color: #CD99D7; }

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

This div background color is #CD99D7.


Border color

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

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

This div border color is #CD99D7.


Opacity

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

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

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

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

This text has shadow with #CD99D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD99D7 on black background.


Color preview on white background

This text has color #CD99D7 on white background.



Black color preview on #CD99D7 background

This text has black color on #CD99D7 background.


White color preview on #CD99D7 background

This text has white color on #CD99D7 background.