COLOR #D5E69A

HEX: #D5E69A
RGB: (213,230,154)

Color info

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

RGB color model

#D5E69A color RGB value is (213,230,154).

  • red value is 213;
  • green value is 230;
  • blue value is 154.
RGB:
(213,230,154)
(84%,90%,60%)

RGB channels and saturation

R 213 of 255 = 84%
G 230 of 255 = 90%
B 154 of 255 = 60%

213
230
154

R + G + B ~ 78%. #D5E69A is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 230 + 154 = 597 (100%)
R 213 of 597 ~ 35.68%
G 230 of 597 ~ 38.53%
B 154 of 597 ~ 25.8%

%35.68
%38.53
%25.8

CMYK color model

#D5E69A color CMYK value is (7,0,33,10).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 9.80%
CMYK:
(7,0,33,10)
C7M0Y33K10 
(7%,0%,33%,10%)
(0.07/0.00/0.33/0.10)	

CMYK percentages

%7.39
%0
%33.04
%9.8

Codes

Color #D5E69A in popluar color models

D5E69A
RGB213230154
HSL73°60.32%75.29%
HSB/HSV73°33.04%90.20%
CMYK7.39%0.00%33.04%
9.80%

Color #D5E69A in popluar number systems.

HEXD5E69A
Decimal213230154
Binary110101011110011010011010
Octal325346232

Shades and tints

Shades of #D5E69A

#D5E69A
(213,230,154)
#C2D28C
(194,210,140)
#AFBE7E
(175,190,126)
#9CAA70
(156,170,112)
#899662
(137,150,98)
#768254
(118,130,84)
#636E46
(99,110,70)
#505A38
(80,90,56)
#3D462A
(61,70,42)
#2A321C
(42,50,28)
#171E0E
(23,30,14)
#000000
(0,0,0)

Tints of #D5E69A

#D5E69A
(213,230,154)
#D8E8A3
(216,232,163)
#DBEAAC
(219,234,172)
#DEECB5
(222,236,181)
#E1EEBE
(225,238,190)
#E4F0C7
(228,240,199)
#E7F2D0
(231,242,208)
#EAF4D9
(234,244,217)
#EDF6E2
(237,246,226)
#F0F8EB
(240,248,235)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E69A color. Also use rgb(213,230,154) instead hex code.

Text Font Color

.myTextColor { color: #D5E69A; }

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

This text font color is #D5E69A.


Background Color

.myBgColor { background-color: #D5E69A; }

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

This div background color is #D5E69A.


Border color

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

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

This div border color is #D5E69A.


Opacity

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

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

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

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

This text has shadow with #D5E69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E69A on black background.


Color preview on white background

This text has color #D5E69A on white background.



Black color preview on #D5E69A background

This text has black color on #D5E69A background.


White color preview on #D5E69A background

This text has white color on #D5E69A background.