COLOR #CDD98D

HEX: #CDD98D
RGB: (205,217,141)

Color info

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

RGB color model

#CDD98D color RGB value is (205,217,141).

  • red value is 205;
  • green value is 217;
  • blue value is 141.
RGB:
(205,217,141)
(80%,85%,55%)

RGB channels and saturation

R 205 of 255 = 80%
G 217 of 255 = 85%
B 141 of 255 = 55%

205
217
141

R + G + B ~ 73%. #CDD98D is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 217 + 141 = 563 (100%)
R 205 of 563 ~ 36.41%
G 217 of 563 ~ 38.54%
B 141 of 563 ~ 25.04%

%36.41
%38.54
%25.04

CMYK color model

#CDD98D color CMYK value is (6,0,35,15).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 35.02%
  • key color value is 14.90%
CMYK:
(6,0,35,15)
C6M0Y35K15 
(6%,0%,35%,15%)
(0.06/0.00/0.35/0.15)	

CMYK percentages

%5.53
%0
%35.02
%14.9

Codes

Color #CDD98D in popluar color models

CDD98D
RGB205217141
HSL69°50.00%70.20%
HSB/HSV69°35.02%85.10%
CMYK5.53%0.00%35.02%
14.90%

Color #CDD98D in popluar number systems.

HEXCDD98D
Decimal205217141
Binary110011011101100110001101
Octal315331215

Shades and tints

Shades of #CDD98D

#CDD98D
(205,217,141)
#BBC681
(187,198,129)
#A9B375
(169,179,117)
#97A069
(151,160,105)
#858D5D
(133,141,93)
#737A51
(115,122,81)
#616745
(97,103,69)
#4F5439
(79,84,57)
#3D412D
(61,65,45)
#2B2E21
(43,46,33)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #CDD98D

#CDD98D
(205,217,141)
#D1DC97
(209,220,151)
#D5DFA1
(213,223,161)
#D9E2AB
(217,226,171)
#DDE5B5
(221,229,181)
#E1E8BF
(225,232,191)
#E5EBC9
(229,235,201)
#E9EED3
(233,238,211)
#EDF1DD
(237,241,221)
#F1F4E7
(241,244,231)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD98D; }

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

This text font color is #CDD98D.


Background Color

.myBgColor { background-color: #CDD98D; }

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

This div background color is #CDD98D.


Border color

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

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

This div border color is #CDD98D.


Opacity

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

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

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

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

This text has shadow with #CDD98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD98D on black background.


Color preview on white background

This text has color #CDD98D on white background.



Black color preview on #CDD98D background

This text has black color on #CDD98D background.


White color preview on #CDD98D background

This text has white color on #CDD98D background.