COLOR #CDD99E

HEX: #CDD99E RGB: (205,217,158)

Color info

#CDD99E contains red, green and blue colors in about the same proportion. Web safe color of #CDD99E is #CCCC99 (or #CC9).

RGB color model

#CDD99E color RGB value is (205,217,158).

RGB: (205,217,158) (80%, 85%, 62%)

RGB channels and saturation

R 205 of 255 = 80%
G 217 of 255 = 85%
B 158 of 255 = 62%

205
217
158

R + G + B ~ 76%. #CDD99E is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 217 + 158 = 580 (100%)
R 205 of 580 ~ 35.34%
G 217 of 580 ~ 37.41%
B 158 of 580 ~ 27.24'%

%35.34
%37.41
%27.24

CMYK color model

#CDD99E color CMYK value is (6,0,27,15).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 27.19%
  • key color value is 14.90%

CMYK: (6,0,27,15)
C6M0Y27K15 (6%, 0%, 27%, 15%)
(0.06 / 0.00 / 0.27 / 0.15)

CMYK percentages

%5.53
%0
%27.19
%14.9

Codes

Color #CDD99E in popluar color models

CD D9 9E
RGB 205 217 158
HSL 72° 43.70% 73.53%
HSB/HSV 72° 27.19% 85.10%
CMYK 5.53% 0.00% 27.19%
14.90%

Color #CDD99E in popluar number systems.

HEX CD D9 9E
Decimal 205 217 158
Binary 11001101 11011001 10011110
Octal 315 331 236

Shades and tints

Shades of #CDD99E

#CDD99E
(205,217,158)
#BBC690
(187,198,144)
#A9B382
(169,179,130)
#97A074
(151,160,116)
#858D66
(133,141,102)
#737A58
(115,122,88)
#61674A
(97,103,74)
#4F543C
(79,84,60)
#3D412E
(61,65,46)
#2B2E20
(43,46,32)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #CDD99E

#CDD99E
(205,217,158)
#D1DCA6
(209,220,166)
#D5DFAE
(213,223,174)
#D9E2B6
(217,226,182)
#DDE5BE
(221,229,190)
#E1E8C6
(225,232,198)
#E5EBCE
(229,235,206)
#E9EED6
(233,238,214)
#EDF1DE
(237,241,222)
#F1F4E6
(241,244,230)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD99E; }

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

This text font color is #CDD99E.

Background Color

.myBgColor { background-color: #CDD99E; }

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

This div background color is #CDD99E.

Border color

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

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

This div border color is #CDD99E.

Opacity

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

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

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

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

This text has shadow with #CDD99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDD99E.

Preview

Color preview on black background

This text has color #CDD99E on black background.


Color preview on white background

This text has color #CDD99E on white background.


Black color preview on #CDD99E background

This text has black color on #CDD99E background.


White color preview on #CDD99E background

This text has white color on #CDD99E background.


Related colors

Complementary color

Complementary color for #hex is #322661.


I love getcolorcode.com

Triadic colors

1 #9ECDD9 and #D99ECD with #CDD99E are triadic colors.

2 #9ED9CD and #D9CD9E with #CDD99E are triadic colors.