COLOR #D5E46E

HEX: #D5E46E
RGB: (213,228,110)

Color info

#D5E46E contains mainly red and green colors. Web safe color of #D5E46E is #CCCC66 (or #CC6).

RGB color model

#D5E46E color RGB value is (213,228,110).

  • red value is 213;
  • green value is 228;
  • blue value is 110.
RGB:
(213,228,110)
(84%,89%,43%)

RGB channels and saturation

R 213 of 255 = 84%
G 228 of 255 = 89%
B 110 of 255 = 43%

213
228
110

R + G + B ~ 72%. #D5E46E is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 228 + 110 = 551 (100%)
R 213 of 551 ~ 38.66%
G 228 of 551 ~ 41.38%
B 110 of 551 ~ 19.96%

%38.66
%41.38
%19.96

CMYK color model

#D5E46E color CMYK value is (7,0,52,11).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 51.75%
  • key color value is 10.59%
CMYK:
(7,0,52,11)
C7M0Y52K11 
(7%,0%,52%,11%)
(0.07/0.00/0.52/0.11)	

CMYK percentages

%6.58
%0
%51.75
%10.59

Codes

Color #D5E46E in popluar color models

D5E46E
RGB213228110
HSL68°68.60%66.27%
HSB/HSV68°51.75%89.41%
CMYK6.58%0.00%51.75%
10.59%

Color #D5E46E in popluar number systems.

HEXD5E46E
Decimal213228110
Binary11010101111001001101110
Octal325344156

Shades and tints

Shades of #D5E46E

#D5E46E
(213,228,110)
#C2D064
(194,208,100)
#AFBC5A
(175,188,90)
#9CA850
(156,168,80)
#899446
(137,148,70)
#76803C
(118,128,60)
#636C32
(99,108,50)
#505828
(80,88,40)
#3D441E
(61,68,30)
#2A3014
(42,48,20)
#171C0A
(23,28,10)
#000000
(0,0,0)

Tints of #D5E46E

#D5E46E
(213,228,110)
#D8E67B
(216,230,123)
#DBE888
(219,232,136)
#DEEA95
(222,234,149)
#E1ECA2
(225,236,162)
#E4EEAF
(228,238,175)
#E7F0BC
(231,240,188)
#EAF2C9
(234,242,201)
#EDF4D6
(237,244,214)
#F0F6E3
(240,246,227)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E46E color. Also use rgb(213,228,110) instead hex code.

Text Font Color

.myTextColor { color: #D5E46E; }

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

This text font color is #D5E46E.


Background Color

.myBgColor { background-color: #D5E46E; }

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

This div background color is #D5E46E.


Border color

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

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

This div border color is #D5E46E.


Opacity

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

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

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

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

This text has shadow with #D5E46E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E46E on black background.


Color preview on white background

This text has color #D5E46E on white background.



Black color preview on #D5E46E background

This text has black color on #D5E46E background.


White color preview on #D5E46E background

This text has white color on #D5E46E background.