COLOR #D3E6B5

HEX: #D3E6B5 RGB: (211,230,181)

Color info

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

RGB color model

#D3E6B5 color RGB value is (211,230,181).

RGB: (211,230,181) (83%, 90%, 71%)

RGB channels and saturation

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

211
230
181

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

Portions of RGB colors in percentages

R + G + B = 211 + 230 + 181 = 622 (100%)
R 211 of 622 ~ 33.92%
G 230 of 622 ~ 36.98%
B 181 of 622 ~ 29.1'%

%33.92
%36.98
%29.1

CMYK color model

#D3E6B5 color CMYK value is (8,0,21,10).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 9.80%

CMYK: (8,0,21,10)
C8M0Y21K10 (8%, 0%, 21%, 10%)
(0.08 / 0.00 / 0.21 / 0.10)

CMYK percentages

%8.26
%0
%21.3
%9.8

Codes

Color #D3E6B5 in popluar color models

D3 E6 B5
RGB 211 230 181
HSL 83° 49.49% 80.59%
HSB/HSV 83° 21.30% 90.20%
CMYK 8.26% 0.00% 21.30%
9.80%

Color #D3E6B5 in popluar number systems.

HEX D3 E6 B5
Decimal 211 230 181
Binary 11010011 11100110 10110101
Octal 323 346 265

Shades and tints

Shades of #D3E6B5

#D3E6B5
(211,230,181)
#C0D2A5
(192,210,165)
#ADBE95
(173,190,149)
#9AAA85
(154,170,133)
#879675
(135,150,117)
#748265
(116,130,101)
#616E55
(97,110,85)
#4E5A45
(78,90,69)
#3B4635
(59,70,53)
#283225
(40,50,37)
#151E15
(21,30,21)
#000000
(0,0,0)

Tints of #D3E6B5

#D3E6B5
(211,230,181)
#D7E8BB
(215,232,187)
#DBEAC1
(219,234,193)
#DFECC7
(223,236,199)
#E3EECD
(227,238,205)
#E7F0D3
(231,240,211)
#EBF2D9
(235,242,217)
#EFF4DF
(239,244,223)
#F3F6E5
(243,246,229)
#F7F8EB
(247,248,235)
#FBFAF1
(251,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E6B5; }

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

This text font color is #D3E6B5.

Background Color

.myBgColor { background-color: #D3E6B5; }

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

This div background color is #D3E6B5.

Border color

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

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

This div border color is #D3E6B5.

Opacity

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

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

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

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

This text has shadow with #D3E6B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E6B5.

Preview

Color preview on black background

This text has color #D3E6B5 on black background.


Color preview on white background

This text has color #D3E6B5 on white background.


Black color preview on #D3E6B5 background

This text has black color on #D3E6B5 background.


White color preview on #D3E6B5 background

This text has white color on #D3E6B5 background.


Related colors

Complementary color

Complementary color for #hex is #2C194A.


I love getcolorcode.com

Triadic colors

1 #B5D3E6 and #E6B5D3 with #D3E6B5 are triadic colors.

2 #B5E6D3 and #E6D3B5 with #D3E6B5 are triadic colors.