COLOR #D2E98F

HEX: #D2E98F
RGB: (210,233,143)

Color info

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

RGB color model

#D2E98F color RGB value is (210,233,143).

  • red value is 210;
  • green value is 233;
  • blue value is 143.
RGB:
(210,233,143)
(82%,91%,56%)

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 143 of 255 = 56%

210
233
143

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

Portions of RGB colors in percentages

R + G + B =
210 + 233 + 143 = 586 (100%)
R 210 of 586 ~ 35.84%
G 233 of 586 ~ 39.76%
B 143 of 586 ~ 24.4%

%35.84
%39.76
%24.4

CMYK color model

#D2E98F color CMYK value is (10,0,39,9).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 38.63%
  • key color value is 8.63%
CMYK:
(10,0,39,9)
C10M0Y39K9 
(10%,0%,39%,9%)
(0.10/0.00/0.39/0.09)	

CMYK percentages

%9.87
%0
%38.63
%8.63

Codes

Color #D2E98F in popluar color models

D2E98F
RGB210233143
HSL75°67.16%73.73%
HSB/HSV75°38.63%91.37%
CMYK9.87%0.00%38.63%
8.63%

Color #D2E98F in popluar number systems.

HEXD2E98F
Decimal210233143
Binary110100101110100110001111
Octal322351217

Shades and tints

Shades of #D2E98F

#D2E98F
(210,233,143)
#BFD482
(191,212,130)
#ACBF75
(172,191,117)
#99AA68
(153,170,104)
#86955B
(134,149,91)
#73804E
(115,128,78)
#606B41
(96,107,65)
#4D5634
(77,86,52)
#3A4127
(58,65,39)
#272C1A
(39,44,26)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #D2E98F

#D2E98F
(210,233,143)
#D6EB99
(214,235,153)
#DAEDA3
(218,237,163)
#DEEFAD
(222,239,173)
#E2F1B7
(226,241,183)
#E6F3C1
(230,243,193)
#EAF5CB
(234,245,203)
#EEF7D5
(238,247,213)
#F2F9DF
(242,249,223)
#F6FBE9
(246,251,233)
#FAFDF3
(250,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E98F color. Also use rgb(210,233,143) instead hex code.

Text Font Color

.myTextColor { color: #D2E98F; }

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

This text font color is #D2E98F.


Background Color

.myBgColor { background-color: #D2E98F; }

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

This div background color is #D2E98F.


Border color

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

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

This div border color is #D2E98F.


Opacity

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

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

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

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

This text has shadow with #D2E98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E98F on black background.


Color preview on white background

This text has color #D2E98F on white background.



Black color preview on #D2E98F background

This text has black color on #D2E98F background.


White color preview on #D2E98F background

This text has white color on #D2E98F background.