COLOR #D3E2A6

HEX: #D3E2A6
RGB: (211,226,166)

Color info

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

RGB color model

#D3E2A6 color RGB value is (211,226,166).

  • red value is 211;
  • green value is 226;
  • blue value is 166.
RGB:
(211,226,166)
(83%,89%,65%)

RGB channels and saturation

R 211 of 255 = 83%
G 226 of 255 = 89%
B 166 of 255 = 65%

211
226
166

R + G + B ~ 79%. #D3E2A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 226 + 166 = 603 (100%)
R 211 of 603 ~ 34.99%
G 226 of 603 ~ 37.48%
B 166 of 603 ~ 27.53%

%34.99
%37.48
%27.53

CMYK color model

#D3E2A6 color CMYK value is (7,0,27,11).

  • cyan value is 6.64%
  • magenta value is 0.00%
  • yellow value is 26.55%
  • key color value is 11.37%
CMYK:
(7,0,27,11)
C7M0Y27K11 
(7%,0%,27%,11%)
(0.07/0.00/0.27/0.11)	

CMYK percentages

%6.64
%0
%26.55
%11.37

Codes

Color #D3E2A6 in popluar color models

D3E2A6
RGB211226166
HSL75°50.85%76.86%
HSB/HSV75°26.55%88.63%
CMYK6.64%0.00%26.55%
11.37%

Color #D3E2A6 in popluar number systems.

HEXD3E2A6
Decimal211226166
Binary110100111110001010100110
Octal323342246

Shades and tints

Shades of #D3E2A6

#D3E2A6
(211,226,166)
#C0CE97
(192,206,151)
#ADBA88
(173,186,136)
#9AA679
(154,166,121)
#87926A
(135,146,106)
#747E5B
(116,126,91)
#616A4C
(97,106,76)
#4E563D
(78,86,61)
#3B422E
(59,66,46)
#282E1F
(40,46,31)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #D3E2A6

#D3E2A6
(211,226,166)
#D7E4AE
(215,228,174)
#DBE6B6
(219,230,182)
#DFE8BE
(223,232,190)
#E3EAC6
(227,234,198)
#E7ECCE
(231,236,206)
#EBEED6
(235,238,214)
#EFF0DE
(239,240,222)
#F3F2E6
(243,242,230)
#F7F4EE
(247,244,238)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E2A6 color. Also use rgb(211,226,166) instead hex code.

Text Font Color

.myTextColor { color: #D3E2A6; }

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

This text font color is #D3E2A6.


Background Color

.myBgColor { background-color: #D3E2A6; }

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

This div background color is #D3E2A6.


Border color

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

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

This div border color is #D3E2A6.


Opacity

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

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

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

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

This text has shadow with #D3E2A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E2A6 on black background.


Color preview on white background

This text has color #D3E2A6 on white background.



Black color preview on #D3E2A6 background

This text has black color on #D3E2A6 background.


White color preview on #D3E2A6 background

This text has white color on #D3E2A6 background.