COLOR #D2E58A

HEX: #D2E58A
RGB: (210,229,138)

Color info

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

RGB color model

#D2E58A color RGB value is (210,229,138).

  • red value is 210;
  • green value is 229;
  • blue value is 138.
RGB:
(210,229,138)
(82%,90%,54%)

RGB channels and saturation

R 210 of 255 = 82%
G 229 of 255 = 90%
B 138 of 255 = 54%

210
229
138

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

Portions of RGB colors in percentages

R + G + B =
210 + 229 + 138 = 577 (100%)
R 210 of 577 ~ 36.4%
G 229 of 577 ~ 39.69%
B 138 of 577 ~ 23.92%

%36.4
%39.69
%23.92

CMYK color model

#D2E58A color CMYK value is (8,0,40,10).

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 10.20%
CMYK:
(8,0,40,10)
C8M0Y40K10 
(8%,0%,40%,10%)
(0.08/0.00/0.40/0.10)	

CMYK percentages

%8.3
%0
%39.74
%10.2

Codes

Color #D2E58A in popluar color models

D2E58A
RGB210229138
HSL73°63.64%71.96%
HSB/HSV73°39.74%89.80%
CMYK8.30%0.00%39.74%
10.20%

Color #D2E58A in popluar number systems.

HEXD2E58A
Decimal210229138
Binary110100101110010110001010
Octal322345212

Shades and tints

Shades of #D2E58A

#D2E58A
(210,229,138)
#BFD17E
(191,209,126)
#ACBD72
(172,189,114)
#99A966
(153,169,102)
#86955A
(134,149,90)
#73814E
(115,129,78)
#606D42
(96,109,66)
#4D5936
(77,89,54)
#3A452A
(58,69,42)
#27311E
(39,49,30)
#141D12
(20,29,18)
#000000
(0,0,0)

Tints of #D2E58A

#D2E58A
(210,229,138)
#D6E794
(214,231,148)
#DAE99E
(218,233,158)
#DEEBA8
(222,235,168)
#E2EDB2
(226,237,178)
#E6EFBC
(230,239,188)
#EAF1C6
(234,241,198)
#EEF3D0
(238,243,208)
#F2F5DA
(242,245,218)
#F6F7E4
(246,247,228)
#FAF9EE
(250,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E58A color. Also use rgb(210,229,138) instead hex code.

Text Font Color

.myTextColor { color: #D2E58A; }

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

This text font color is #D2E58A.


Background Color

.myBgColor { background-color: #D2E58A; }

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

This div background color is #D2E58A.


Border color

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

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

This div border color is #D2E58A.


Opacity

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

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

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

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

This text has shadow with #D2E58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E58A on black background.


Color preview on white background

This text has color #D2E58A on white background.



Black color preview on #D2E58A background

This text has black color on #D2E58A background.


White color preview on #D2E58A background

This text has white color on #D2E58A background.