COLOR #CDD587

HEX: #CDD587 RGB: (205,213,135)

Color info

#CDD587 contains mainly red and green colors. Web safe color of #CDD587 is #CCCC99 (or #CC9).

RGB color model

#CDD587 color RGB value is (205,213,135).

RGB: (205,213,135) (80%, 84%, 53%)

RGB channels and saturation

R 205 of 255 = 80%
G 213 of 255 = 84%
B 135 of 255 = 53%

205
213
135

R + G + B ~ 72%. #CDD587 is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 213 + 135 = 553 (100%)
R 205 of 553 ~ 37.07%
G 213 of 553 ~ 38.52%
B 135 of 553 ~ 24.41'%

%37.07
%38.52
%24.41

CMYK color model

#CDD587 color CMYK value is (4,0,37,16).

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 36.62%
  • key color value is 16.47%

CMYK: (4,0,37,16)
C4M0Y37K16 (4%, 0%, 37%, 16%)
(0.04 / 0.00 / 0.37 / 0.16)

CMYK percentages

%3.76
%0
%36.62
%16.47

Codes

Color #CDD587 in popluar color models

CD D5 87
RGB 205 213 135
HSL 66° 48.15% 68.24%
HSB/HSV 66° 36.62% 83.53%
CMYK 3.76% 0.00% 36.62%
16.47%

Color #CDD587 in popluar number systems.

HEX CD D5 87
Decimal 205 213 135
Binary 11001101 11010101 10000111
Octal 315 325 207

Shades and tints

Shades of #CDD587

#CDD587
(205,213,135)
#BBC27B
(187,194,123)
#A9AF6F
(169,175,111)
#979C63
(151,156,99)
#858957
(133,137,87)
#73764B
(115,118,75)
#61633F
(97,99,63)
#4F5033
(79,80,51)
#3D3D27
(61,61,39)
#2B2A1B
(43,42,27)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #CDD587

#CDD587
(205,213,135)
#D1D891
(209,216,145)
#D5DB9B
(213,219,155)
#D9DEA5
(217,222,165)
#DDE1AF
(221,225,175)
#E1E4B9
(225,228,185)
#E5E7C3
(229,231,195)
#E9EACD
(233,234,205)
#EDEDD7
(237,237,215)
#F1F0E1
(241,240,225)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD587 color. Also use rgb(205,213,135) instead hex code.

Text Font Color

.myTextColor { color: #CDD587; }

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

This text font color is #CDD587.

Background Color

.myBgColor { background-color: #CDD587; }

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

This div background color is #CDD587.

Border color

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

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

This div border color is #CDD587.

Opacity

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

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

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

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

This text has shadow with #CDD587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDD587.

Preview

Color preview on black background

This text has color #CDD587 on black background.


Color preview on white background

This text has color #CDD587 on white background.


Black color preview on #CDD587 background

This text has black color on #CDD587 background.


White color preview on #CDD587 background

This text has white color on #CDD587 background.


Related colors

Complementary color

Complementary color for #hex is #322A78.


I love getcolorcode.com

Triadic colors

1 #87CDD5 and #D587CD with #CDD587 are triadic colors.

2 #87D5CD and #D5CD87 with #CDD587 are triadic colors.