COLOR #D2ED92

HEX: #D2ED92
RGB: (210,237,146)

Color info

#D2ED92 contains mainly red and green colors. Web safe color of #D2ED92 is #CCFF99 (or #CF9).

RGB color model

#D2ED92 color RGB value is (210,237,146).

  • red value is 210;
  • green value is 237;
  • blue value is 146.
RGB:
(210,237,146)
(82%,93%,57%)

RGB channels and saturation

R 210 of 255 = 82%
G 237 of 255 = 93%
B 146 of 255 = 57%

210
237
146

R + G + B ~ 77%. #D2ED92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 237 + 146 = 593 (100%)
R 210 of 593 ~ 35.41%
G 237 of 593 ~ 39.97%
B 146 of 593 ~ 24.62%

%35.41
%39.97
%24.62

CMYK color model

#D2ED92 color CMYK value is (11,0,38,7).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 38.40%
  • key color value is 7.06%
CMYK:
(11,0,38,7)
C11M0Y38K7 
(11%,0%,38%,7%)
(0.11/0.00/0.38/0.07)	

CMYK percentages

%11.39
%0
%38.4
%7.06

Codes

Color #D2ED92 in popluar color models

D2ED92
RGB210237146
HSL78°71.65%75.10%
HSB/HSV78°38.40%92.94%
CMYK11.39%0.00%38.40%
7.06%

Color #D2ED92 in popluar number systems.

HEXD2ED92
Decimal210237146
Binary110100101110110110010010
Octal322355222

Shades and tints

Shades of #D2ED92

#D2ED92
(210,237,146)
#BFD885
(191,216,133)
#ACC378
(172,195,120)
#99AE6B
(153,174,107)
#86995E
(134,153,94)
#738451
(115,132,81)
#606F44
(96,111,68)
#4D5A37
(77,90,55)
#3A452A
(58,69,42)
#27301D
(39,48,29)
#141B10
(20,27,16)
#000000
(0,0,0)

Tints of #D2ED92

#D2ED92
(210,237,146)
#D6EE9B
(214,238,155)
#DAEFA4
(218,239,164)
#DEF0AD
(222,240,173)
#E2F1B6
(226,241,182)
#E6F2BF
(230,242,191)
#EAF3C8
(234,243,200)
#EEF4D1
(238,244,209)
#F2F5DA
(242,245,218)
#F6F6E3
(246,246,227)
#FAF7EC
(250,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2ED92 color. Also use rgb(210,237,146) instead hex code.

Text Font Color

.myTextColor { color: #D2ED92; }

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

This text font color is #D2ED92.


Background Color

.myBgColor { background-color: #D2ED92; }

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

This div background color is #D2ED92.


Border color

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

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

This div border color is #D2ED92.


Opacity

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

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

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

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

This text has shadow with #D2ED92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ED92 on black background.


Color preview on white background

This text has color #D2ED92 on white background.



Black color preview on #D2ED92 background

This text has black color on #D2ED92 background.


White color preview on #D2ED92 background

This text has white color on #D2ED92 background.