COLOR #D3E4B6

HEX: #D3E4B6 RGB: (211,228,182)

Color info

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

RGB color model

#D3E4B6 color RGB value is (211,228,182).

RGB: (211,228,182) (83%, 89%, 71%)

RGB channels and saturation

R 211 of 255 = 83%
G 228 of 255 = 89%
B 182 of 255 = 71%

211
228
182

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

Portions of RGB colors in percentages

R + G + B = 211 + 228 + 182 = 621 (100%)
R 211 of 621 ~ 33.98%
G 228 of 621 ~ 36.71%
B 182 of 621 ~ 29.31'%

%33.98
%36.71
%29.31

CMYK color model

#D3E4B6 color CMYK value is (7,0,20,11).

  • cyan value is 7.46%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 10.59%

CMYK: (7,0,20,11)
C7M0Y20K11 (7%, 0%, 20%, 11%)
(0.07 / 0.00 / 0.20 / 0.11)

CMYK percentages

%7.46
%0
%20.18
%10.59

Codes

Color #D3E4B6 in popluar color models

D3 E4 B6
RGB 211 228 182
HSL 82° 46.00% 80.39%
HSB/HSV 82° 20.18% 89.41%
CMYK 7.46% 0.00% 20.18%
10.59%

Color #D3E4B6 in popluar number systems.

HEX D3 E4 B6
Decimal 211 228 182
Binary 11010011 11100100 10110110
Octal 323 344 266

Shades and tints

Shades of #D3E4B6

#D3E4B6
(211,228,182)
#C0D0A6
(192,208,166)
#ADBC96
(173,188,150)
#9AA886
(154,168,134)
#879476
(135,148,118)
#748066
(116,128,102)
#616C56
(97,108,86)
#4E5846
(78,88,70)
#3B4436
(59,68,54)
#283026
(40,48,38)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #D3E4B6

#D3E4B6
(211,228,182)
#D7E6BC
(215,230,188)
#DBE8C2
(219,232,194)
#DFEAC8
(223,234,200)
#E3ECCE
(227,236,206)
#E7EED4
(231,238,212)
#EBF0DA
(235,240,218)
#EFF2E0
(239,242,224)
#F3F4E6
(243,244,230)
#F7F6EC
(247,246,236)
#FBF8F2
(251,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E4B6 color. Also use rgb(211,228,182) instead hex code.

Text Font Color

.myTextColor { color: #D3E4B6; }

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

This text font color is #D3E4B6.

Background Color

.myBgColor { background-color: #D3E4B6; }

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

This div background color is #D3E4B6.

Border color

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

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

This div border color is #D3E4B6.

Opacity

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

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

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

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

This text has shadow with #D3E4B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E4B6.

Preview

Color preview on black background

This text has color #D3E4B6 on black background.


Color preview on white background

This text has color #D3E4B6 on white background.


Black color preview on #D3E4B6 background

This text has black color on #D3E4B6 background.


White color preview on #D3E4B6 background

This text has white color on #D3E4B6 background.


Related colors

Complementary color

Complementary color for #hex is #2C1B49.


I love getcolorcode.com

Triadic colors

1 #B6D3E4 and #E4B6D3 with #D3E4B6 are triadic colors.

2 #B6E4D3 and #E4D3B6 with #D3E4B6 are triadic colors.