COLOR #CD9ED6

HEX: #CD9ED6
RGB: (205,158,214)

Color info

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

RGB color model

#CD9ED6 color RGB value is (205,158,214).

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

RGB channels and saturation

R 205 of 255 = 80%
G 158 of 255 = 62%
B 214 of 255 = 84%

205
158
214

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

Portions of RGB colors in percentages

R + G + B =
205 + 158 + 214 = 577 (100%)
R 205 of 577 ~ 35.53%
G 158 of 577 ~ 27.38%
B 214 of 577 ~ 37.09%

%35.53
%27.38
%37.09

CMYK color model

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

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

CMYK percentages

%4.21
%26.17
%0
%16.08

Codes

Color #CD9ED6 in popluar color models

CD9ED6
RGB205158214
HSL290°40.58%72.94%
HSB/HSV290°26.17%83.92%
CMYK4.21%26.17%0.00%
16.08%

Color #CD9ED6 in popluar number systems.

HEXCD9ED6
Decimal205158214
Binary110011011001111011010110
Octal315236326

Shades and tints

Shades of #CD9ED6

#CD9ED6
(205,158,214)
#BB90C3
(187,144,195)
#A982B0
(169,130,176)
#97749D
(151,116,157)
#85668A
(133,102,138)
#735877
(115,88,119)
#614A64
(97,74,100)
#4F3C51
(79,60,81)
#3D2E3E
(61,46,62)
#2B202B
(43,32,43)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #CD9ED6

#CD9ED6
(205,158,214)
#D1A6D9
(209,166,217)
#D5AEDC
(213,174,220)
#D9B6DF
(217,182,223)
#DDBEE2
(221,190,226)
#E1C6E5
(225,198,229)
#E5CEE8
(229,206,232)
#E9D6EB
(233,214,235)
#EDDEEE
(237,222,238)
#F1E6F1
(241,230,241)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD9ED6 color. Also use rgb(205,158,214) instead hex code.

Text Font Color

.myTextColor { color: #CD9ED6; }

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

This text font color is #CD9ED6.


Background Color

.myBgColor { background-color: #CD9ED6; }

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

This div background color is #CD9ED6.


Border color

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

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

This div border color is #CD9ED6.


Opacity

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

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

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

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

This text has shadow with #CD9ED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD9ED6 on black background.


Color preview on white background

This text has color #CD9ED6 on white background.



Black color preview on #CD9ED6 background

This text has black color on #CD9ED6 background.


White color preview on #CD9ED6 background

This text has white color on #CD9ED6 background.