COLOR #D3E6B4

HEX: #D3E6B4
RGB: (211,230,180)

Color info

#D3E6B4 contains red, green and blue colors in about the same proportion. Web safe color of #D3E6B4 is #CCCCCC (or #CCC).

RGB color model

#D3E6B4 color RGB value is (211,230,180).

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

RGB channels and saturation

R 211 of 255 = 83%
G 230 of 255 = 90%
B 180 of 255 = 71%

211
230
180

R + G + B ~ 81%. #D3E6B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 230 + 180 = 621 (100%)
R 211 of 621 ~ 33.98%
G 230 of 621 ~ 37.04%
B 180 of 621 ~ 28.99%

%33.98
%37.04
%28.99

CMYK color model

#D3E6B4 color CMYK value is (8,0,22,10).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 9.80%
CMYK:
(8,0,22,10)
C8M0Y22K10 
(8%,0%,22%,10%)
(0.08/0.00/0.22/0.10)	

CMYK percentages

%8.26
%0
%21.74
%9.8

Codes

Color #D3E6B4 in popluar color models

D3E6B4
RGB211230180
HSL83°50.00%80.39%
HSB/HSV83°21.74%90.20%
CMYK8.26%0.00%21.74%
9.80%

Color #D3E6B4 in popluar number systems.

HEXD3E6B4
Decimal211230180
Binary110100111110011010110100
Octal323346264

Shades and tints

Shades of #D3E6B4

#D3E6B4
(211,230,180)
#C0D2A4
(192,210,164)
#ADBE94
(173,190,148)
#9AAA84
(154,170,132)
#879674
(135,150,116)
#748264
(116,130,100)
#616E54
(97,110,84)
#4E5A44
(78,90,68)
#3B4634
(59,70,52)
#283224
(40,50,36)
#151E14
(21,30,20)
#000000
(0,0,0)

Tints of #D3E6B4

#D3E6B4
(211,230,180)
#D7E8BA
(215,232,186)
#DBEAC0
(219,234,192)
#DFECC6
(223,236,198)
#E3EECC
(227,238,204)
#E7F0D2
(231,240,210)
#EBF2D8
(235,242,216)
#EFF4DE
(239,244,222)
#F3F6E4
(243,246,228)
#F7F8EA
(247,248,234)
#FBFAF0
(251,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E6B4; }

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

This text font color is #D3E6B4.


Background Color

.myBgColor { background-color: #D3E6B4; }

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

This div background color is #D3E6B4.


Border color

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

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

This div border color is #D3E6B4.


Opacity

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

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

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

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

This text has shadow with #D3E6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E6B4 on black background.


Color preview on white background

This text has color #D3E6B4 on white background.



Black color preview on #D3E6B4 background

This text has black color on #D3E6B4 background.


White color preview on #D3E6B4 background

This text has white color on #D3E6B4 background.