COLOR #CD9EA4

HEX: #CD9EA4
RGB: (205,158,164)

Color info

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

RGB color model

#CD9EA4 color RGB value is (205,158,164).

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

RGB channels and saturation

R 205 of 255 = 80%
G 158 of 255 = 62%
B 164 of 255 = 64%

205
158
164

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

Portions of RGB colors in percentages

R + G + B =
205 + 158 + 164 = 527 (100%)
R 205 of 527 ~ 38.9%
G 158 of 527 ~ 29.98%
B 164 of 527 ~ 31.12%

%38.9
%29.98
%31.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.93%
  • yellow value is 20.00%
  • 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
%20
%19.61

Codes

Color #CD9EA4 in popluar color models

CD9EA4
RGB205158164
HSL352°31.97%71.18%
HSB/HSV352°22.93%80.39%
CMYK0.00%22.93%20.00%
19.61%

Color #CD9EA4 in popluar number systems.

HEXCD9EA4
Decimal205158164
Binary110011011001111010100100
Octal315236244

Shades and tints

Shades of #CD9EA4

#CD9EA4
(205,158,164)
#BB9096
(187,144,150)
#A98288
(169,130,136)
#97747A
(151,116,122)
#85666C
(133,102,108)
#73585E
(115,88,94)
#614A50
(97,74,80)
#4F3C42
(79,60,66)
#3D2E34
(61,46,52)
#2B2026
(43,32,38)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #CD9EA4

#CD9EA4
(205,158,164)
#D1A6AC
(209,166,172)
#D5AEB4
(213,174,180)
#D9B6BC
(217,182,188)
#DDBEC4
(221,190,196)
#E1C6CC
(225,198,204)
#E5CED4
(229,206,212)
#E9D6DC
(233,214,220)
#EDDEE4
(237,222,228)
#F1E6EC
(241,230,236)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD9EA4; }

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

This text font color is #CD9EA4.


Background Color

.myBgColor { background-color: #CD9EA4; }

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

This div background color is #CD9EA4.


Border color

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

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

This div border color is #CD9EA4.


Opacity

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

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

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

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

This text has shadow with #CD9EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD9EA4 on black background.


Color preview on white background

This text has color #CD9EA4 on white background.



Black color preview on #CD9EA4 background

This text has black color on #CD9EA4 background.


White color preview on #CD9EA4 background

This text has white color on #CD9EA4 background.