COLOR #CDDE88

HEX: #CDDE88
RGB: (205,222,136)

Color info

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

RGB color model

#CDDE88 color RGB value is (205,222,136).

  • red value is 205;
  • green value is 222;
  • blue value is 136.
RGB:
(205,222,136)
(80%,87%,53%)

RGB channels and saturation

R 205 of 255 = 80%
G 222 of 255 = 87%
B 136 of 255 = 53%

205
222
136

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

Portions of RGB colors in percentages

R + G + B =
205 + 222 + 136 = 563 (100%)
R 205 of 563 ~ 36.41%
G 222 of 563 ~ 39.43%
B 136 of 563 ~ 24.16%

%36.41
%39.43
%24.16

CMYK color model

#CDDE88 color CMYK value is (8,0,39,13).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 38.74%
  • key color value is 12.94%
CMYK:
(8,0,39,13)
C8M0Y39K13 
(8%,0%,39%,13%)
(0.08/0.00/0.39/0.13)	

CMYK percentages

%7.66
%0
%38.74
%12.94

Codes

Color #CDDE88 in popluar color models

CDDE88
RGB205222136
HSL72°56.58%70.20%
HSB/HSV72°38.74%87.06%
CMYK7.66%0.00%38.74%
12.94%

Color #CDDE88 in popluar number systems.

HEXCDDE88
Decimal205222136
Binary110011011101111010001000
Octal315336210

Shades and tints

Shades of #CDDE88

#CDDE88
(205,222,136)
#BBCA7C
(187,202,124)
#A9B670
(169,182,112)
#97A264
(151,162,100)
#858E58
(133,142,88)
#737A4C
(115,122,76)
#616640
(97,102,64)
#4F5234
(79,82,52)
#3D3E28
(61,62,40)
#2B2A1C
(43,42,28)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #CDDE88

#CDDE88
(205,222,136)
#D1E192
(209,225,146)
#D5E49C
(213,228,156)
#D9E7A6
(217,231,166)
#DDEAB0
(221,234,176)
#E1EDBA
(225,237,186)
#E5F0C4
(229,240,196)
#E9F3CE
(233,243,206)
#EDF6D8
(237,246,216)
#F1F9E2
(241,249,226)
#F5FCEC
(245,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDDE88 color. Also use rgb(205,222,136) instead hex code.

Text Font Color

.myTextColor { color: #CDDE88; }

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

This text font color is #CDDE88.


Background Color

.myBgColor { background-color: #CDDE88; }

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

This div background color is #CDDE88.


Border color

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

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

This div border color is #CDDE88.


Opacity

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

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

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

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

This text has shadow with #CDDE88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDDE88 on black background.


Color preview on white background

This text has color #CDDE88 on white background.



Black color preview on #CDDE88 background

This text has black color on #CDDE88 background.


White color preview on #CDDE88 background

This text has white color on #CDDE88 background.