COLOR #CDE087

HEX: #CDE087
RGB: (205,224,135)

Color info

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

RGB color model

#CDE087 color RGB value is (205,224,135).

  • red value is 205;
  • green value is 224;
  • blue value is 135.
RGB:
(205,224,135)
(80%,88%,53%)

RGB channels and saturation

R 205 of 255 = 80%
G 224 of 255 = 88%
B 135 of 255 = 53%

205
224
135

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

Portions of RGB colors in percentages

R + G + B =
205 + 224 + 135 = 564 (100%)
R 205 of 564 ~ 36.35%
G 224 of 564 ~ 39.72%
B 135 of 564 ~ 23.94%

%36.35
%39.72
%23.94

CMYK color model

#CDE087 color CMYK value is (8,0,40,12).

  • cyan value is 8.48%
  • magenta value is 0.00%
  • yellow value is 39.73%
  • key color value is 12.16%
CMYK:
(8,0,40,12)
C8M0Y40K12 
(8%,0%,40%,12%)
(0.08/0.00/0.40/0.12)	

CMYK percentages

%8.48
%0
%39.73
%12.16

Codes

Color #CDE087 in popluar color models

CDE087
RGB205224135
HSL73°58.94%70.39%
HSB/HSV73°39.73%87.84%
CMYK8.48%0.00%39.73%
12.16%

Color #CDE087 in popluar number systems.

HEXCDE087
Decimal205224135
Binary110011011110000010000111
Octal315340207

Shades and tints

Shades of #CDE087

#CDE087
(205,224,135)
#BBCC7B
(187,204,123)
#A9B86F
(169,184,111)
#97A463
(151,164,99)
#859057
(133,144,87)
#737C4B
(115,124,75)
#61683F
(97,104,63)
#4F5433
(79,84,51)
#3D4027
(61,64,39)
#2B2C1B
(43,44,27)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #CDE087

#CDE087
(205,224,135)
#D1E291
(209,226,145)
#D5E49B
(213,228,155)
#D9E6A5
(217,230,165)
#DDE8AF
(221,232,175)
#E1EAB9
(225,234,185)
#E5ECC3
(229,236,195)
#E9EECD
(233,238,205)
#EDF0D7
(237,240,215)
#F1F2E1
(241,242,225)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDE087 color. Also use rgb(205,224,135) instead hex code.

Text Font Color

.myTextColor { color: #CDE087; }

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

This text font color is #CDE087.


Background Color

.myBgColor { background-color: #CDE087; }

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

This div background color is #CDE087.


Border color

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

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

This div border color is #CDE087.


Opacity

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

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

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

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

This text has shadow with #CDE087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDE087 on black background.


Color preview on white background

This text has color #CDE087 on white background.



Black color preview on #CDE087 background

This text has black color on #CDE087 background.


White color preview on #CDE087 background

This text has white color on #CDE087 background.