COLOR #D3E0BE

HEX: #D3E0BE RGB: (211,224,190)

Color info

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

RGB color model

#D3E0BE color RGB value is (211,224,190).

RGB: (211,224,190) (83%, 88%, 75%)

RGB channels and saturation

R 211 of 255 = 83%
G 224 of 255 = 88%
B 190 of 255 = 75%

211
224
190

R + G + B ~ 82%. #D3E0BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 224 + 190 = 625 (100%)
R 211 of 625 ~ 33.76%
G 224 of 625 ~ 35.84%
B 190 of 625 ~ 30.4'%

%33.76
%35.84
%30.4

CMYK color model

#D3E0BE color CMYK value is (6,0,15,12).

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 15.18%
  • key color value is 12.16%

CMYK: (6,0,15,12)
C6M0Y15K12 (6%, 0%, 15%, 12%)
(0.06 / 0.00 / 0.15 / 0.12)

CMYK percentages

%5.8
%0
%15.18
%12.16

Codes

Color #D3E0BE in popluar color models

D3 E0 BE
RGB 211 224 190
HSL 83° 35.42% 81.18%
HSB/HSV 83° 15.18% 87.84%
CMYK 5.80% 0.00% 15.18%
12.16%

Color #D3E0BE in popluar number systems.

HEX D3 E0 BE
Decimal 211 224 190
Binary 11010011 11100000 10111110
Octal 323 340 276

Shades and tints

Shades of #D3E0BE

#D3E0BE
(211,224,190)
#C0CCAD
(192,204,173)
#ADB89C
(173,184,156)
#9AA48B
(154,164,139)
#87907A
(135,144,122)
#747C69
(116,124,105)
#616858
(97,104,88)
#4E5447
(78,84,71)
#3B4036
(59,64,54)
#282C25
(40,44,37)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #D3E0BE

#D3E0BE
(211,224,190)
#D7E2C3
(215,226,195)
#DBE4C8
(219,228,200)
#DFE6CD
(223,230,205)
#E3E8D2
(227,232,210)
#E7EAD7
(231,234,215)
#EBECDC
(235,236,220)
#EFEEE1
(239,238,225)
#F3F0E6
(243,240,230)
#F7F2EB
(247,242,235)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E0BE color. Also use rgb(211,224,190) instead hex code.

Text Font Color

.myTextColor { color: #D3E0BE; }

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

This text font color is #D3E0BE.

Background Color

.myBgColor { background-color: #D3E0BE; }

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

This div background color is #D3E0BE.

Border color

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

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

This div border color is #D3E0BE.

Opacity

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

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

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

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

This text has shadow with #D3E0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E0BE.

Preview

Color preview on black background

This text has color #D3E0BE on black background.


Color preview on white background

This text has color #D3E0BE on white background.


Black color preview on #D3E0BE background

This text has black color on #D3E0BE background.


White color preview on #D3E0BE background

This text has white color on #D3E0BE background.


Related colors

Complementary color

Complementary color for #hex is #2C1F41.


I love getcolorcode.com

Triadic colors

1 #BED3E0 and #E0BED3 with #D3E0BE are triadic colors.

2 #BEE0D3 and #E0D3BE with #D3E0BE are triadic colors.