COLOR #D5E286

HEX: #D5E286
RGB: (213,226,134)

Color info

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

RGB color model

#D5E286 color RGB value is (213,226,134).

  • red value is 213;
  • green value is 226;
  • blue value is 134.
RGB:
(213,226,134)
(84%,89%,53%)

RGB channels and saturation

R 213 of 255 = 84%
G 226 of 255 = 89%
B 134 of 255 = 53%

213
226
134

R + G + B ~ 75%. #D5E286 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 226 + 134 = 573 (100%)
R 213 of 573 ~ 37.17%
G 226 of 573 ~ 39.44%
B 134 of 573 ~ 23.39%

%37.17
%39.44
%23.39

CMYK color model

#D5E286 color CMYK value is (6,0,41,11).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 40.71%
  • key color value is 11.37%
CMYK:
(6,0,41,11)
C6M0Y41K11 
(6%,0%,41%,11%)
(0.06/0.00/0.41/0.11)	

CMYK percentages

%5.75
%0
%40.71
%11.37

Codes

Color #D5E286 in popluar color models

D5E286
RGB213226134
HSL68°61.33%70.59%
HSB/HSV68°40.71%88.63%
CMYK5.75%0.00%40.71%
11.37%

Color #D5E286 in popluar number systems.

HEXD5E286
Decimal213226134
Binary110101011110001010000110
Octal325342206

Shades and tints

Shades of #D5E286

#D5E286
(213,226,134)
#C2CE7A
(194,206,122)
#AFBA6E
(175,186,110)
#9CA662
(156,166,98)
#899256
(137,146,86)
#767E4A
(118,126,74)
#636A3E
(99,106,62)
#505632
(80,86,50)
#3D4226
(61,66,38)
#2A2E1A
(42,46,26)
#171A0E
(23,26,14)
#000000
(0,0,0)

Tints of #D5E286

#D5E286
(213,226,134)
#D8E491
(216,228,145)
#DBE69C
(219,230,156)
#DEE8A7
(222,232,167)
#E1EAB2
(225,234,178)
#E4ECBD
(228,236,189)
#E7EEC8
(231,238,200)
#EAF0D3
(234,240,211)
#EDF2DE
(237,242,222)
#F0F4E9
(240,244,233)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E286 color. Also use rgb(213,226,134) instead hex code.

Text Font Color

.myTextColor { color: #D5E286; }

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

This text font color is #D5E286.


Background Color

.myBgColor { background-color: #D5E286; }

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

This div background color is #D5E286.


Border color

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

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

This div border color is #D5E286.


Opacity

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

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

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

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

This text has shadow with #D5E286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E286 on black background.


Color preview on white background

This text has color #D5E286 on white background.



Black color preview on #D5E286 background

This text has black color on #D5E286 background.


White color preview on #D5E286 background

This text has white color on #D5E286 background.