COLOR #CDD687

HEX: #CDD687 RGB: (205,214,135)

Color info

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

RGB color model

#CDD687 color RGB value is (205,214,135).

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

RGB channels and saturation

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

205
214
135

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

Portions of RGB colors in percentages

R + G + B = 205 + 214 + 135 = 554 (100%)
R 205 of 554 ~ 37%
G 214 of 554 ~ 38.63%
B 135 of 554 ~ 24.37'%

%37
%38.63
%24.37

CMYK color model

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

  • cyan value is 4.21%
  • magenta value is 0.00%
  • yellow value is 36.92%
  • key color value is 16.08%
CMYK: (4,0,37,16) C4M0Y37K16 (4%,0%,37%,16%) (0.04/0.00/0.37/0.16) 

CMYK percentages

%4.21
%0
%36.92
%16.08

Codes

Color #CDD687 in popluar color models

CD D6 87
RGB 205 214 135
HSL 67° 49.07% 68.43%
HSB/HSV 67° 36.92% 83.92%
CMYK 4.21% 0.00% 36.92%
16.08%

Color #CDD687 in popluar number systems.

HEX CD D6 87
Decimal 205 214 135
Binary 11001101 11010110 10000111
Octal 315 326 207

Shades and tints

Shades of #CDD687

#CDD687
(205,214,135)
#BBC37B
(187,195,123)
#A9B06F
(169,176,111)
#979D63
(151,157,99)
#858A57
(133,138,87)
#73774B
(115,119,75)
#61643F
(97,100,63)
#4F5133
(79,81,51)
#3D3E27
(61,62,39)
#2B2B1B
(43,43,27)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #CDD687

#CDD687
(205,214,135)
#D1D991
(209,217,145)
#D5DC9B
(213,220,155)
#D9DFA5
(217,223,165)
#DDE2AF
(221,226,175)
#E1E5B9
(225,229,185)
#E5E8C3
(229,232,195)
#E9EBCD
(233,235,205)
#EDEED7
(237,238,215)
#F1F1E1
(241,241,225)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD687; }

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

This text font color is #CDD687.

Background Color

.myBgColor { background-color: #CDD687; }

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

This div background color is #CDD687.

Border color

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

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

This div border color is #CDD687.

Opacity

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

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

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

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

This text has shadow with #CDD687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDD687.

Preview

Color preview on black background

This text has color #CDD687 on black background.


Color preview on white background

This text has color #CDD687 on white background.


Black color preview on #CDD687 background

This text has black color on #CDD687 background.


White color preview on #CDD687 background

This text has white color on #CDD687 background.


Related colors

Complementary color

Complementary color for #hex is #322978.


I love getcolorcode.com

Triadic colors

1 #87CDD6 and #D687CD with #CDD687 are triadic colors.

2 #87D6CD and #D6CD87 with #CDD687 are triadic colors.