COLOR #CD9EA7

HEX: #CD9EA7
RGB: (205,158,167)

Color info

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

RGB color model

#CD9EA7 color RGB value is (205,158,167).

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

RGB channels and saturation

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

205
158
167

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

Portions of RGB colors in percentages

R + G + B =
205 + 158 + 167 = 530 (100%)
R 205 of 530 ~ 38.68%
G 158 of 530 ~ 29.81%
B 167 of 530 ~ 31.51%

%38.68
%29.81
%31.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.93%
  • yellow value is 18.54%
  • key color value is 19.61%
CMYK:
(0,23,19,20)
C0M23Y19K20 
(0%,23%,19%,20%)
(0.00/0.23/0.19/0.20)	

CMYK percentages

%0
%22.93
%18.54
%19.61

Codes

Color #CD9EA7 in popluar color models

CD9EA7
RGB205158167
HSL349°31.97%71.18%
HSB/HSV349°22.93%80.39%
CMYK0.00%22.93%18.54%
19.61%

Color #CD9EA7 in popluar number systems.

HEXCD9EA7
Decimal205158167
Binary110011011001111010100111
Octal315236247

Shades and tints

Shades of #CD9EA7

#CD9EA7
(205,158,167)
#BB9098
(187,144,152)
#A98289
(169,130,137)
#97747A
(151,116,122)
#85666B
(133,102,107)
#73585C
(115,88,92)
#614A4D
(97,74,77)
#4F3C3E
(79,60,62)
#3D2E2F
(61,46,47)
#2B2020
(43,32,32)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #CD9EA7

#CD9EA7
(205,158,167)
#D1A6AF
(209,166,175)
#D5AEB7
(213,174,183)
#D9B6BF
(217,182,191)
#DDBEC7
(221,190,199)
#E1C6CF
(225,198,207)
#E5CED7
(229,206,215)
#E9D6DF
(233,214,223)
#EDDEE7
(237,222,231)
#F1E6EF
(241,230,239)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD9EA7; }

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

This text font color is #CD9EA7.


Background Color

.myBgColor { background-color: #CD9EA7; }

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

This div background color is #CD9EA7.


Border color

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

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

This div border color is #CD9EA7.


Opacity

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

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

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

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

This text has shadow with #CD9EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD9EA7 on black background.


Color preview on white background

This text has color #CD9EA7 on white background.



Black color preview on #CD9EA7 background

This text has black color on #CD9EA7 background.


White color preview on #CD9EA7 background

This text has white color on #CD9EA7 background.