COLOR #CD9EC4

HEX: #CD9EC4
RGB: (205,158,196)

Color info

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

RGB color model

#CD9EC4 color RGB value is (205,158,196).

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

RGB channels and saturation

R 205 of 255 = 80%
G 158 of 255 = 62%
B 196 of 255 = 77%

205
158
196

R + G + B ~ 73%. #CD9EC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 158 + 196 = 559 (100%)
R 205 of 559 ~ 36.67%
G 158 of 559 ~ 28.26%
B 196 of 559 ~ 35.06%

%36.67
%28.26
%35.06

CMYK color model

#CD9EC4 color CMYK value is (0,23,4,20).

  • cyan value is 0.00%
  • magenta value is 22.93%
  • yellow value is 4.39%
  • key color value is 19.61%
CMYK:
(0,23,4,20)
C0M23Y4K20 
(0%,23%,4%,20%)
(0.00/0.23/0.04/0.20)	

CMYK percentages

%0
%22.93
%4.39
%19.61

Codes

Color #CD9EC4 in popluar color models

CD9EC4
RGB205158196
HSL311°31.97%71.18%
HSB/HSV311°22.93%80.39%
CMYK0.00%22.93%4.39%
19.61%

Color #CD9EC4 in popluar number systems.

HEXCD9EC4
Decimal205158196
Binary110011011001111011000100
Octal315236304

Shades and tints

Shades of #CD9EC4

#CD9EC4
(205,158,196)
#BB90B3
(187,144,179)
#A982A2
(169,130,162)
#977491
(151,116,145)
#856680
(133,102,128)
#73586F
(115,88,111)
#614A5E
(97,74,94)
#4F3C4D
(79,60,77)
#3D2E3C
(61,46,60)
#2B202B
(43,32,43)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #CD9EC4

#CD9EC4
(205,158,196)
#D1A6C9
(209,166,201)
#D5AECE
(213,174,206)
#D9B6D3
(217,182,211)
#DDBED8
(221,190,216)
#E1C6DD
(225,198,221)
#E5CEE2
(229,206,226)
#E9D6E7
(233,214,231)
#EDDEEC
(237,222,236)
#F1E6F1
(241,230,241)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD9EC4; }

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

This text font color is #CD9EC4.


Background Color

.myBgColor { background-color: #CD9EC4; }

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

This div background color is #CD9EC4.


Border color

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

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

This div border color is #CD9EC4.


Opacity

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

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

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

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

This text has shadow with #CD9EC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD9EC4 on black background.


Color preview on white background

This text has color #CD9EC4 on white background.



Black color preview on #CD9EC4 background

This text has black color on #CD9EC4 background.


White color preview on #CD9EC4 background

This text has white color on #CD9EC4 background.