COLOR #D2E388

HEX: #D2E388
RGB: (210,227,136)

Color info

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

RGB color model

#D2E388 color RGB value is (210,227,136).

  • red value is 210;
  • green value is 227;
  • blue value is 136.
RGB:
(210,227,136)
(82%,89%,53%)

RGB channels and saturation

R 210 of 255 = 82%
G 227 of 255 = 89%
B 136 of 255 = 53%

210
227
136

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

Portions of RGB colors in percentages

R + G + B =
210 + 227 + 136 = 573 (100%)
R 210 of 573 ~ 36.65%
G 227 of 573 ~ 39.62%
B 136 of 573 ~ 23.73%

%36.65
%39.62
%23.73

CMYK color model

#D2E388 color CMYK value is (7,0,40,11).

  • cyan value is 7.49%
  • magenta value is 0.00%
  • yellow value is 40.09%
  • key color value is 10.98%
CMYK:
(7,0,40,11)
C7M0Y40K11 
(7%,0%,40%,11%)
(0.07/0.00/0.40/0.11)	

CMYK percentages

%7.49
%0
%40.09
%10.98

Codes

Color #D2E388 in popluar color models

D2E388
RGB210227136
HSL71°61.90%71.18%
HSB/HSV71°40.09%89.02%
CMYK7.49%0.00%40.09%
10.98%

Color #D2E388 in popluar number systems.

HEXD2E388
Decimal210227136
Binary110100101110001110001000
Octal322343210

Shades and tints

Shades of #D2E388

#D2E388
(210,227,136)
#BFCF7C
(191,207,124)
#ACBB70
(172,187,112)
#99A764
(153,167,100)
#869358
(134,147,88)
#737F4C
(115,127,76)
#606B40
(96,107,64)
#4D5734
(77,87,52)
#3A4328
(58,67,40)
#272F1C
(39,47,28)
#141B10
(20,27,16)
#000000
(0,0,0)

Tints of #D2E388

#D2E388
(210,227,136)
#D6E592
(214,229,146)
#DAE79C
(218,231,156)
#DEE9A6
(222,233,166)
#E2EBB0
(226,235,176)
#E6EDBA
(230,237,186)
#EAEFC4
(234,239,196)
#EEF1CE
(238,241,206)
#F2F3D8
(242,243,216)
#F6F5E2
(246,245,226)
#FAF7EC
(250,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E388 color. Also use rgb(210,227,136) instead hex code.

Text Font Color

.myTextColor { color: #D2E388; }

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

This text font color is #D2E388.


Background Color

.myBgColor { background-color: #D2E388; }

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

This div background color is #D2E388.


Border color

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

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

This div border color is #D2E388.


Opacity

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

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

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

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

This text has shadow with #D2E388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E388 on black background.


Color preview on white background

This text has color #D2E388 on white background.



Black color preview on #D2E388 background

This text has black color on #D2E388 background.


White color preview on #D2E388 background

This text has white color on #D2E388 background.