COLOR #CDD396

HEX: #CDD396
RGB: (205,211,150)

Color info

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

RGB color model

#CDD396 color RGB value is (205,211,150).

  • red value is 205;
  • green value is 211;
  • blue value is 150.
RGB:
(205,211,150)
(80%,83%,59%)

RGB channels and saturation

R 205 of 255 = 80%
G 211 of 255 = 83%
B 150 of 255 = 59%

205
211
150

R + G + B ~ 74%. #CDD396 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 211 + 150 = 566 (100%)
R 205 of 566 ~ 36.22%
G 211 of 566 ~ 37.28%
B 150 of 566 ~ 26.5%

%36.22
%37.28
%26.5

CMYK color model

#CDD396 color CMYK value is (3,0,29,17).

  • cyan value is 2.84%
  • magenta value is 0.00%
  • yellow value is 28.91%
  • key color value is 17.25%
CMYK:
(3,0,29,17)
C3M0Y29K17 
(3%,0%,29%,17%)
(0.03/0.00/0.29/0.17)	

CMYK percentages

%2.84
%0
%28.91
%17.25

Codes

Color #CDD396 in popluar color models

CDD396
RGB205211150
HSL66°40.94%70.78%
HSB/HSV66°28.91%82.75%
CMYK2.84%0.00%28.91%
17.25%

Color #CDD396 in popluar number systems.

HEXCDD396
Decimal205211150
Binary110011011101001110010110
Octal315323226

Shades and tints

Shades of #CDD396

#CDD396
(205,211,150)
#BBC089
(187,192,137)
#A9AD7C
(169,173,124)
#979A6F
(151,154,111)
#858762
(133,135,98)
#737455
(115,116,85)
#616148
(97,97,72)
#4F4E3B
(79,78,59)
#3D3B2E
(61,59,46)
#2B2821
(43,40,33)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #CDD396

#CDD396
(205,211,150)
#D1D79F
(209,215,159)
#D5DBA8
(213,219,168)
#D9DFB1
(217,223,177)
#DDE3BA
(221,227,186)
#E1E7C3
(225,231,195)
#E5EBCC
(229,235,204)
#E9EFD5
(233,239,213)
#EDF3DE
(237,243,222)
#F1F7E7
(241,247,231)
#F5FBF0
(245,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD396 color. Also use rgb(205,211,150) instead hex code.

Text Font Color

.myTextColor { color: #CDD396; }

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

This text font color is #CDD396.


Background Color

.myBgColor { background-color: #CDD396; }

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

This div background color is #CDD396.


Border color

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

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

This div border color is #CDD396.


Opacity

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

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

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

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

This text has shadow with #CDD396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD396 on black background.


Color preview on white background

This text has color #CDD396 on white background.



Black color preview on #CDD396 background

This text has black color on #CDD396 background.


White color preview on #CDD396 background

This text has white color on #CDD396 background.