COLOR #CD9EA5

HEX: #CD9EA5
RGB: (205,158,165)

Color info

#CD9EA5 contains red, green and blue colors in about the same proportion. Web safe color of #CD9EA5 is #CC9999 (or #C99).

RGB color model

#CD9EA5 color RGB value is (205,158,165).

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

RGB channels and saturation

R 205 of 255 = 80%
G 158 of 255 = 62%
B 165 of 255 = 65%

205
158
165

R + G + B ~ 69%. #CD9EA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 158 + 165 = 528 (100%)
R 205 of 528 ~ 38.83%
G 158 of 528 ~ 29.92%
B 165 of 528 ~ 31.25%

%38.83
%29.92
%31.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.93%
  • yellow value is 19.51%
  • key color value is 19.61%
CMYK:
(0,23,20,20)
C0M23Y20K20 
(0%,23%,20%,20%)
(0.00/0.23/0.20/0.20)	

CMYK percentages

%0
%22.93
%19.51
%19.61

Codes

Color #CD9EA5 in popluar color models

CD9EA5
RGB205158165
HSL351°31.97%71.18%
HSB/HSV351°22.93%80.39%
CMYK0.00%22.93%19.51%
19.61%

Color #CD9EA5 in popluar number systems.

HEXCD9EA5
Decimal205158165
Binary110011011001111010100101
Octal315236245

Shades and tints

Shades of #CD9EA5

#CD9EA5
(205,158,165)
#BB9096
(187,144,150)
#A98287
(169,130,135)
#977478
(151,116,120)
#856669
(133,102,105)
#73585A
(115,88,90)
#614A4B
(97,74,75)
#4F3C3C
(79,60,60)
#3D2E2D
(61,46,45)
#2B201E
(43,32,30)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #CD9EA5

#CD9EA5
(205,158,165)
#D1A6AD
(209,166,173)
#D5AEB5
(213,174,181)
#D9B6BD
(217,182,189)
#DDBEC5
(221,190,197)
#E1C6CD
(225,198,205)
#E5CED5
(229,206,213)
#E9D6DD
(233,214,221)
#EDDEE5
(237,222,229)
#F1E6ED
(241,230,237)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD9EA5; }

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

This text font color is #CD9EA5.


Background Color

.myBgColor { background-color: #CD9EA5; }

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

This div background color is #CD9EA5.


Border color

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

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

This div border color is #CD9EA5.


Opacity

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

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

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

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

This text has shadow with #CD9EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD9EA5 on black background.


Color preview on white background

This text has color #CD9EA5 on white background.



Black color preview on #CD9EA5 background

This text has black color on #CD9EA5 background.


White color preview on #CD9EA5 background

This text has white color on #CD9EA5 background.