COLOR #CD987D

HEX: #CD987D
RGB: (205,152,125)

Color info

#CD987D contains mainly red and green colors. Web safe color of #CD987D is #CC9966 (or #C96).

RGB color model

#CD987D color RGB value is (205,152,125).

  • red value is 205;
  • green value is 152;
  • blue value is 125.
RGB:
(205,152,125)
(80%,60%,49%)

RGB channels and saturation

R 205 of 255 = 80%
G 152 of 255 = 60%
B 125 of 255 = 49%

205
152
125

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

Portions of RGB colors in percentages

R + G + B =
205 + 152 + 125 = 482 (100%)
R 205 of 482 ~ 42.53%
G 152 of 482 ~ 31.54%
B 125 of 482 ~ 25.93%

%42.53
%31.54
%25.93

CMYK color model

#CD987D color CMYK value is (0,26,39,20).

  • cyan value is 0.00%
  • magenta value is 25.85%
  • yellow value is 39.02%
  • key color value is 19.61%
CMYK:
(0,26,39,20)
C0M26Y39K20 
(0%,26%,39%,20%)
(0.00/0.26/0.39/0.20)	

CMYK percentages

%0
%25.85
%39.02
%19.61

Codes

Color #CD987D in popluar color models

CD987D
RGB205152125
HSL20°44.44%64.71%
HSB/HSV20°39.02%80.39%
CMYK0.00%25.85%39.02%
19.61%

Color #CD987D in popluar number systems.

HEXCD987D
Decimal205152125
Binary11001101100110001111101
Octal315230175

Shades and tints

Shades of #CD987D

#CD987D
(205,152,125)
#BB8B72
(187,139,114)
#A97E67
(169,126,103)
#97715C
(151,113,92)
#856451
(133,100,81)
#735746
(115,87,70)
#614A3B
(97,74,59)
#4F3D30
(79,61,48)
#3D3025
(61,48,37)
#2B231A
(43,35,26)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #CD987D

#CD987D
(205,152,125)
#D1A188
(209,161,136)
#D5AA93
(213,170,147)
#D9B39E
(217,179,158)
#DDBCA9
(221,188,169)
#E1C5B4
(225,197,180)
#E5CEBF
(229,206,191)
#E9D7CA
(233,215,202)
#EDE0D5
(237,224,213)
#F1E9E0
(241,233,224)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD987D color. Also use rgb(205,152,125) instead hex code.

Text Font Color

.myTextColor { color: #CD987D; }

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

This text font color is #CD987D.


Background Color

.myBgColor { background-color: #CD987D; }

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

This div background color is #CD987D.


Border color

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

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

This div border color is #CD987D.


Opacity

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

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

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

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

This text has shadow with #CD987D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD987D on black background.


Color preview on white background

This text has color #CD987D on white background.



Black color preview on #CD987D background

This text has black color on #CD987D background.


White color preview on #CD987D background

This text has white color on #CD987D background.