COLOR #D2E185

HEX: #D2E185
RGB: (210,225,133)

Color info

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

RGB color model

#D2E185 color RGB value is (210,225,133).

  • red value is 210;
  • green value is 225;
  • blue value is 133.
RGB:
(210,225,133)
(82%,88%,52%)

RGB channels and saturation

R 210 of 255 = 82%
G 225 of 255 = 88%
B 133 of 255 = 52%

210
225
133

R + G + B ~ 74%. #D2E185 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 225 + 133 = 568 (100%)
R 210 of 568 ~ 36.97%
G 225 of 568 ~ 39.61%
B 133 of 568 ~ 23.42%

%36.97
%39.61
%23.42

CMYK color model

#D2E185 color CMYK value is (7,0,41,12).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 40.89%
  • key color value is 11.76%
CMYK:
(7,0,41,12)
C7M0Y41K12 
(7%,0%,41%,12%)
(0.07/0.00/0.41/0.12)	

CMYK percentages

%6.67
%0
%40.89
%11.76

Codes

Color #D2E185 in popluar color models

D2E185
RGB210225133
HSL70°60.53%70.20%
HSB/HSV70°40.89%88.24%
CMYK6.67%0.00%40.89%
11.76%

Color #D2E185 in popluar number systems.

HEXD2E185
Decimal210225133
Binary110100101110000110000101
Octal322341205

Shades and tints

Shades of #D2E185

#D2E185
(210,225,133)
#BFCD79
(191,205,121)
#ACB96D
(172,185,109)
#99A561
(153,165,97)
#869155
(134,145,85)
#737D49
(115,125,73)
#60693D
(96,105,61)
#4D5531
(77,85,49)
#3A4125
(58,65,37)
#272D19
(39,45,25)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #D2E185

#D2E185
(210,225,133)
#D6E390
(214,227,144)
#DAE59B
(218,229,155)
#DEE7A6
(222,231,166)
#E2E9B1
(226,233,177)
#E6EBBC
(230,235,188)
#EAEDC7
(234,237,199)
#EEEFD2
(238,239,210)
#F2F1DD
(242,241,221)
#F6F3E8
(246,243,232)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E185 color. Also use rgb(210,225,133) instead hex code.

Text Font Color

.myTextColor { color: #D2E185; }

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

This text font color is #D2E185.


Background Color

.myBgColor { background-color: #D2E185; }

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

This div background color is #D2E185.


Border color

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

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

This div border color is #D2E185.


Opacity

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

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

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

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

This text has shadow with #D2E185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E185 on black background.


Color preview on white background

This text has color #D2E185 on white background.



Black color preview on #D2E185 background

This text has black color on #D2E185 background.


White color preview on #D2E185 background

This text has white color on #D2E185 background.