COLOR #CDD496

HEX: #CDD496
RGB: (205,212,150)

Color info

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

RGB color model

#CDD496 color RGB value is (205,212,150).

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

RGB channels and saturation

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

205
212
150

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

Portions of RGB colors in percentages

R + G + B =
205 + 212 + 150 = 567 (100%)
R 205 of 567 ~ 36.16%
G 212 of 567 ~ 37.39%
B 150 of 567 ~ 26.46%

%36.16
%37.39
%26.46

CMYK color model

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

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

CMYK percentages

%3.3
%0
%29.25
%16.86

Codes

Color #CDD496 in popluar color models

CDD496
RGB205212150
HSL67°41.89%70.98%
HSB/HSV67°29.25%83.14%
CMYK3.30%0.00%29.25%
16.86%

Color #CDD496 in popluar number systems.

HEXCDD496
Decimal205212150
Binary110011011101010010010110
Octal315324226

Shades and tints

Shades of #CDD496

#CDD496
(205,212,150)
#BBC189
(187,193,137)
#A9AE7C
(169,174,124)
#979B6F
(151,155,111)
#858862
(133,136,98)
#737555
(115,117,85)
#616248
(97,98,72)
#4F4F3B
(79,79,59)
#3D3C2E
(61,60,46)
#2B2921
(43,41,33)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #CDD496

#CDD496
(205,212,150)
#D1D79F
(209,215,159)
#D5DAA8
(213,218,168)
#D9DDB1
(217,221,177)
#DDE0BA
(221,224,186)
#E1E3C3
(225,227,195)
#E5E6CC
(229,230,204)
#E9E9D5
(233,233,213)
#EDECDE
(237,236,222)
#F1EFE7
(241,239,231)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD496; }

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

This text font color is #CDD496.


Background Color

.myBgColor { background-color: #CDD496; }

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

This div background color is #CDD496.


Border color

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

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

This div border color is #CDD496.


Opacity

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

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

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

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

This text has shadow with #CDD496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD496 on black background.


Color preview on white background

This text has color #CDD496 on white background.



Black color preview on #CDD496 background

This text has black color on #CDD496 background.


White color preview on #CDD496 background

This text has white color on #CDD496 background.