COLOR #CD9DD5

HEX: #CD9DD5
RGB: (205,157,213)

Color info

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

RGB color model

#CD9DD5 color RGB value is (205,157,213).

  • red value is 205;
  • green value is 157;
  • blue value is 213.
RGB:
(205,157,213)
(80%,62%,84%)

RGB channels and saturation

R 205 of 255 = 80%
G 157 of 255 = 62%
B 213 of 255 = 84%

205
157
213

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

Portions of RGB colors in percentages

R + G + B =
205 + 157 + 213 = 575 (100%)
R 205 of 575 ~ 35.65%
G 157 of 575 ~ 27.3%
B 213 of 575 ~ 37.04%

%35.65
%27.3
%37.04

CMYK color model

#CD9DD5 color CMYK value is (4,26,0,16).

  • cyan value is 3.76%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(4,26,0,16)
C4M26Y0K16 
(4%,26%,0%,16%)
(0.04/0.26/0.00/0.16)	

CMYK percentages

%3.76
%26.29
%0
%16.47

Codes

Color #CD9DD5 in popluar color models

CD9DD5
RGB205157213
HSL291°40.00%72.55%
HSB/HSV291°26.29%83.53%
CMYK3.76%26.29%0.00%
16.47%

Color #CD9DD5 in popluar number systems.

HEXCD9DD5
Decimal205157213
Binary110011011001110111010101
Octal315235325

Shades and tints

Shades of #CD9DD5

#CD9DD5
(205,157,213)
#BB8FC2
(187,143,194)
#A981AF
(169,129,175)
#97739C
(151,115,156)
#856589
(133,101,137)
#735776
(115,87,118)
#614963
(97,73,99)
#4F3B50
(79,59,80)
#3D2D3D
(61,45,61)
#2B1F2A
(43,31,42)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #CD9DD5

#CD9DD5
(205,157,213)
#D1A5D8
(209,165,216)
#D5ADDB
(213,173,219)
#D9B5DE
(217,181,222)
#DDBDE1
(221,189,225)
#E1C5E4
(225,197,228)
#E5CDE7
(229,205,231)
#E9D5EA
(233,213,234)
#EDDDED
(237,221,237)
#F1E5F0
(241,229,240)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD9DD5 color. Also use rgb(205,157,213) instead hex code.

Text Font Color

.myTextColor { color: #CD9DD5; }

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

This text font color is #CD9DD5.


Background Color

.myBgColor { background-color: #CD9DD5; }

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

This div background color is #CD9DD5.


Border color

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

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

This div border color is #CD9DD5.


Opacity

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

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

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

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

This text has shadow with #CD9DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD9DD5 on black background.


Color preview on white background

This text has color #CD9DD5 on white background.



Black color preview on #CD9DD5 background

This text has black color on #CD9DD5 background.


White color preview on #CD9DD5 background

This text has white color on #CD9DD5 background.