COLOR #D5EB73

HEX: #D5EB73
RGB: (213,235,115)

Color info

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

RGB color model

#D5EB73 color RGB value is (213,235,115).

  • red value is 213;
  • green value is 235;
  • blue value is 115.
RGB:
(213,235,115)
(84%,92%,45%)

RGB channels and saturation

R 213 of 255 = 84%
G 235 of 255 = 92%
B 115 of 255 = 45%

213
235
115

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

Portions of RGB colors in percentages

R + G + B =
213 + 235 + 115 = 563 (100%)
R 213 of 563 ~ 37.83%
G 235 of 563 ~ 41.74%
B 115 of 563 ~ 20.43%

%37.83
%41.74
%20.43

CMYK color model

#D5EB73 color CMYK value is (9,0,51,8).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 51.06%
  • key color value is 7.84%
CMYK:
(9,0,51,8)
C9M0Y51K8 
(9%,0%,51%,8%)
(0.09/0.00/0.51/0.08)	

CMYK percentages

%9.36
%0
%51.06
%7.84

Codes

Color #D5EB73 in popluar color models

D5EB73
RGB213235115
HSL71°75.00%68.63%
HSB/HSV71°51.06%92.16%
CMYK9.36%0.00%51.06%
7.84%

Color #D5EB73 in popluar number systems.

HEXD5EB73
Decimal213235115
Binary11010101111010111110011
Octal325353163

Shades and tints

Shades of #D5EB73

#D5EB73
(213,235,115)
#C2D669
(194,214,105)
#AFC15F
(175,193,95)
#9CAC55
(156,172,85)
#89974B
(137,151,75)
#768241
(118,130,65)
#636D37
(99,109,55)
#50582D
(80,88,45)
#3D4323
(61,67,35)
#2A2E19
(42,46,25)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #D5EB73

#D5EB73
(213,235,115)
#D8EC7F
(216,236,127)
#DBED8B
(219,237,139)
#DEEE97
(222,238,151)
#E1EFA3
(225,239,163)
#E4F0AF
(228,240,175)
#E7F1BB
(231,241,187)
#EAF2C7
(234,242,199)
#EDF3D3
(237,243,211)
#F0F4DF
(240,244,223)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EB73 color. Also use rgb(213,235,115) instead hex code.

Text Font Color

.myTextColor { color: #D5EB73; }

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

This text font color is #D5EB73.


Background Color

.myBgColor { background-color: #D5EB73; }

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

This div background color is #D5EB73.


Border color

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

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

This div border color is #D5EB73.


Opacity

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

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

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

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

This text has shadow with #D5EB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EB73 on black background.


Color preview on white background

This text has color #D5EB73 on white background.



Black color preview on #D5EB73 background

This text has black color on #D5EB73 background.


White color preview on #D5EB73 background

This text has white color on #D5EB73 background.