COLOR #CD5AB9

HEX: #CD5AB9
RGB: (205,90,185)

Color info

#CD5AB9 contains mainly red and blue colors. Web safe color of #CD5AB9 is #CC66CC (or #C6C).

RGB color model

#CD5AB9 color RGB value is (205,90,185).

  • red value is 205;
  • green value is 90;
  • blue value is 185.
RGB:
(205,90,185)
(80%,35%,73%)

RGB channels and saturation

R 205 of 255 = 80%
G 90 of 255 = 35%
B 185 of 255 = 73%

205
90
185

R + G + B ~ 63%. #CD5AB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 90 + 185 = 480 (100%)
R 205 of 480 ~ 42.71%
G 90 of 480 ~ 18.75%
B 185 of 480 ~ 38.54%

%42.71
%18.75
%38.54

CMYK color model

#CD5AB9 color CMYK value is (0,56,10,20).

  • cyan value is 0.00%
  • magenta value is 56.10%
  • yellow value is 9.76%
  • key color value is 19.61%
CMYK:
(0,56,10,20)
C0M56Y10K20 
(0%,56%,10%,20%)
(0.00/0.56/0.10/0.20)	

CMYK percentages

%0
%56.1
%9.76
%19.61

Codes

Color #CD5AB9 in popluar color models

CD5AB9
RGB20590185
HSL310°53.49%57.84%
HSB/HSV310°56.10%80.39%
CMYK0.00%56.10%9.76%
19.61%

Color #CD5AB9 in popluar number systems.

HEXCD5AB9
Decimal20590185
Binary11001101101101010111001
Octal315132271

Shades and tints

Shades of #CD5AB9

#CD5AB9
(205,90,185)
#BB52A9
(187,82,169)
#A94A99
(169,74,153)
#974289
(151,66,137)
#853A79
(133,58,121)
#733269
(115,50,105)
#612A59
(97,42,89)
#4F2249
(79,34,73)
#3D1A39
(61,26,57)
#2B1229
(43,18,41)
#190A19
(25,10,25)
#000000
(0,0,0)

Tints of #CD5AB9

#CD5AB9
(205,90,185)
#D169BF
(209,105,191)
#D578C5
(213,120,197)
#D987CB
(217,135,203)
#DD96D1
(221,150,209)
#E1A5D7
(225,165,215)
#E5B4DD
(229,180,221)
#E9C3E3
(233,195,227)
#EDD2E9
(237,210,233)
#F1E1EF
(241,225,239)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD5AB9 color. Also use rgb(205,90,185) instead hex code.

Text Font Color

.myTextColor { color: #CD5AB9; }

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

This text font color is #CD5AB9.


Background Color

.myBgColor { background-color: #CD5AB9; }

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

This div background color is #CD5AB9.


Border color

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

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

This div border color is #CD5AB9.


Opacity

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

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

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

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

This text has shadow with #CD5AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD5AB9 on black background.


Color preview on white background

This text has color #CD5AB9 on white background.



Black color preview on #CD5AB9 background

This text has black color on #CD5AB9 background.


White color preview on #CD5AB9 background

This text has white color on #CD5AB9 background.