COLOR #D2E293

HEX: #D2E293
RGB: (210,226,147)

Color info

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

RGB color model

#D2E293 color RGB value is (210,226,147).

  • red value is 210;
  • green value is 226;
  • blue value is 147.
RGB:
(210,226,147)
(82%,89%,58%)

RGB channels and saturation

R 210 of 255 = 82%
G 226 of 255 = 89%
B 147 of 255 = 58%

210
226
147

R + G + B ~ 76%. #D2E293 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 226 + 147 = 583 (100%)
R 210 of 583 ~ 36.02%
G 226 of 583 ~ 38.77%
B 147 of 583 ~ 25.21%

%36.02
%38.77
%25.21

CMYK color model

#D2E293 color CMYK value is (7,0,35,11).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 34.96%
  • key color value is 11.37%
CMYK:
(7,0,35,11)
C7M0Y35K11 
(7%,0%,35%,11%)
(0.07/0.00/0.35/0.11)	

CMYK percentages

%7.08
%0
%34.96
%11.37

Codes

Color #D2E293 in popluar color models

D2E293
RGB210226147
HSL72°57.66%73.14%
HSB/HSV72°34.96%88.63%
CMYK7.08%0.00%34.96%
11.37%

Color #D2E293 in popluar number systems.

HEXD2E293
Decimal210226147
Binary110100101110001010010011
Octal322342223

Shades and tints

Shades of #D2E293

#D2E293
(210,226,147)
#BFCE86
(191,206,134)
#ACBA79
(172,186,121)
#99A66C
(153,166,108)
#86925F
(134,146,95)
#737E52
(115,126,82)
#606A45
(96,106,69)
#4D5638
(77,86,56)
#3A422B
(58,66,43)
#272E1E
(39,46,30)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #D2E293

#D2E293
(210,226,147)
#D6E49C
(214,228,156)
#DAE6A5
(218,230,165)
#DEE8AE
(222,232,174)
#E2EAB7
(226,234,183)
#E6ECC0
(230,236,192)
#EAEEC9
(234,238,201)
#EEF0D2
(238,240,210)
#F2F2DB
(242,242,219)
#F6F4E4
(246,244,228)
#FAF6ED
(250,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E293 color. Also use rgb(210,226,147) instead hex code.

Text Font Color

.myTextColor { color: #D2E293; }

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

This text font color is #D2E293.


Background Color

.myBgColor { background-color: #D2E293; }

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

This div background color is #D2E293.


Border color

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

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

This div border color is #D2E293.


Opacity

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

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

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

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

This text has shadow with #D2E293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E293 on black background.


Color preview on white background

This text has color #D2E293 on white background.



Black color preview on #D2E293 background

This text has black color on #D2E293 background.


White color preview on #D2E293 background

This text has white color on #D2E293 background.