COLOR #D5E97A

HEX: #D5E97A
RGB: (213,233,122)

Color info

#D5E97A contains mainly red and green colors. Web safe color of #D5E97A is #CCFF66 (or #CF6).

RGB color model

#D5E97A color RGB value is (213,233,122).

  • red value is 213;
  • green value is 233;
  • blue value is 122.
RGB:
(213,233,122)
(84%,91%,48%)

RGB channels and saturation

R 213 of 255 = 84%
G 233 of 255 = 91%
B 122 of 255 = 48%

213
233
122

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

Portions of RGB colors in percentages

R + G + B =
213 + 233 + 122 = 568 (100%)
R 213 of 568 ~ 37.5%
G 233 of 568 ~ 41.02%
B 122 of 568 ~ 21.48%

%37.5
%41.02
%21.48

CMYK color model

#D5E97A color CMYK value is (9,0,48,9).

  • cyan value is 8.58%
  • magenta value is 0.00%
  • yellow value is 47.64%
  • key color value is 8.63%
CMYK:
(9,0,48,9)
C9M0Y48K9 
(9%,0%,48%,9%)
(0.09/0.00/0.48/0.09)	

CMYK percentages

%8.58
%0
%47.64
%8.63

Codes

Color #D5E97A in popluar color models

D5E97A
RGB213233122
HSL71°71.61%69.61%
HSB/HSV71°47.64%91.37%
CMYK8.58%0.00%47.64%
8.63%

Color #D5E97A in popluar number systems.

HEXD5E97A
Decimal213233122
Binary11010101111010011111010
Octal325351172

Shades and tints

Shades of #D5E97A

#D5E97A
(213,233,122)
#C2D46F
(194,212,111)
#AFBF64
(175,191,100)
#9CAA59
(156,170,89)
#89954E
(137,149,78)
#768043
(118,128,67)
#636B38
(99,107,56)
#50562D
(80,86,45)
#3D4122
(61,65,34)
#2A2C17
(42,44,23)
#17170C
(23,23,12)
#000000
(0,0,0)

Tints of #D5E97A

#D5E97A
(213,233,122)
#D8EB86
(216,235,134)
#DBED92
(219,237,146)
#DEEF9E
(222,239,158)
#E1F1AA
(225,241,170)
#E4F3B6
(228,243,182)
#E7F5C2
(231,245,194)
#EAF7CE
(234,247,206)
#EDF9DA
(237,249,218)
#F0FBE6
(240,251,230)
#F3FDF2
(243,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E97A color. Also use rgb(213,233,122) instead hex code.

Text Font Color

.myTextColor { color: #D5E97A; }

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

This text font color is #D5E97A.


Background Color

.myBgColor { background-color: #D5E97A; }

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

This div background color is #D5E97A.


Border color

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

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

This div border color is #D5E97A.


Opacity

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

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

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

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

This text has shadow with #D5E97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E97A on black background.


Color preview on white background

This text has color #D5E97A on white background.



Black color preview on #D5E97A background

This text has black color on #D5E97A background.


White color preview on #D5E97A background

This text has white color on #D5E97A background.