COLOR #D3E690

HEX: #D3E690
RGB: (211,230,144)

Color info

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

RGB color model

#D3E690 color RGB value is (211,230,144).

  • red value is 211;
  • green value is 230;
  • blue value is 144.
RGB:
(211,230,144)
(83%,90%,56%)

RGB channels and saturation

R 211 of 255 = 83%
G 230 of 255 = 90%
B 144 of 255 = 56%

211
230
144

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

Portions of RGB colors in percentages

R + G + B =
211 + 230 + 144 = 585 (100%)
R 211 of 585 ~ 36.07%
G 230 of 585 ~ 39.32%
B 144 of 585 ~ 24.62%

%36.07
%39.32
%24.62

CMYK color model

#D3E690 color CMYK value is (8,0,37,10).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 37.39%
  • key color value is 9.80%
CMYK:
(8,0,37,10)
C8M0Y37K10 
(8%,0%,37%,10%)
(0.08/0.00/0.37/0.10)	

CMYK percentages

%8.26
%0
%37.39
%9.8

Codes

Color #D3E690 in popluar color models

D3E690
RGB211230144
HSL73°63.24%73.33%
HSB/HSV73°37.39%90.20%
CMYK8.26%0.00%37.39%
9.80%

Color #D3E690 in popluar number systems.

HEXD3E690
Decimal211230144
Binary110100111110011010010000
Octal323346220

Shades and tints

Shades of #D3E690

#D3E690
(211,230,144)
#C0D283
(192,210,131)
#ADBE76
(173,190,118)
#9AAA69
(154,170,105)
#87965C
(135,150,92)
#74824F
(116,130,79)
#616E42
(97,110,66)
#4E5A35
(78,90,53)
#3B4628
(59,70,40)
#28321B
(40,50,27)
#151E0E
(21,30,14)
#000000
(0,0,0)

Tints of #D3E690

#D3E690
(211,230,144)
#D7E89A
(215,232,154)
#DBEAA4
(219,234,164)
#DFECAE
(223,236,174)
#E3EEB8
(227,238,184)
#E7F0C2
(231,240,194)
#EBF2CC
(235,242,204)
#EFF4D6
(239,244,214)
#F3F6E0
(243,246,224)
#F7F8EA
(247,248,234)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E690 color. Also use rgb(211,230,144) instead hex code.

Text Font Color

.myTextColor { color: #D3E690; }

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

This text font color is #D3E690.


Background Color

.myBgColor { background-color: #D3E690; }

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

This div background color is #D3E690.


Border color

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

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

This div border color is #D3E690.


Opacity

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

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

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

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

This text has shadow with #D3E690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E690 on black background.


Color preview on white background

This text has color #D3E690 on white background.



Black color preview on #D3E690 background

This text has black color on #D3E690 background.


White color preview on #D3E690 background

This text has white color on #D3E690 background.