COLOR #D3E2BE

HEX: #D3E2BE RGB: (211,226,190)

Color info

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

RGB color model

#D3E2BE color RGB value is (211,226,190).

RGB: (211,226,190) (83%, 89%, 75%)

RGB channels and saturation

R 211 of 255 = 83%
G 226 of 255 = 89%
B 190 of 255 = 75%

211
226
190

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

Portions of RGB colors in percentages

R + G + B = 211 + 226 + 190 = 627 (100%)
R 211 of 627 ~ 33.65%
G 226 of 627 ~ 36.04%
B 190 of 627 ~ 30.3'%

%33.65
%36.04
%30.3

CMYK color model

#D3E2BE color CMYK value is (7,0,16,11).

  • cyan value is 6.64%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 11.37%

CMYK: (7,0,16,11)
C7M0Y16K11 (7%, 0%, 16%, 11%)
(0.07 / 0.00 / 0.16 / 0.11)

CMYK percentages

%6.64
%0
%15.93
%11.37

Codes

Color #D3E2BE in popluar color models

D3 E2 BE
RGB 211 226 190
HSL 85° 38.30% 81.57%
HSB/HSV 85° 15.93% 88.63%
CMYK 6.64% 0.00% 15.93%
11.37%

Color #D3E2BE in popluar number systems.

HEX D3 E2 BE
Decimal 211 226 190
Binary 11010011 11100010 10111110
Octal 323 342 276

Shades and tints

Shades of #D3E2BE

#D3E2BE
(211,226,190)
#C0CEAD
(192,206,173)
#ADBA9C
(173,186,156)
#9AA68B
(154,166,139)
#87927A
(135,146,122)
#747E69
(116,126,105)
#616A58
(97,106,88)
#4E5647
(78,86,71)
#3B4236
(59,66,54)
#282E25
(40,46,37)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #D3E2BE

#D3E2BE
(211,226,190)
#D7E4C3
(215,228,195)
#DBE6C8
(219,230,200)
#DFE8CD
(223,232,205)
#E3EAD2
(227,234,210)
#E7ECD7
(231,236,215)
#EBEEDC
(235,238,220)
#EFF0E1
(239,240,225)
#F3F2E6
(243,242,230)
#F7F4EB
(247,244,235)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E2BE; }

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

This text font color is #D3E2BE.

Background Color

.myBgColor { background-color: #D3E2BE; }

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

This div background color is #D3E2BE.

Border color

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

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

This div border color is #D3E2BE.

Opacity

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

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

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

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

This text has shadow with #D3E2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E2BE.

Preview

Color preview on black background

This text has color #D3E2BE on black background.


Color preview on white background

This text has color #D3E2BE on white background.


Black color preview on #D3E2BE background

This text has black color on #D3E2BE background.


White color preview on #D3E2BE background

This text has white color on #D3E2BE background.


Related colors

Complementary color

Complementary color for #hex is #2C1D41.


I love getcolorcode.com

Triadic colors

1 #BED3E2 and #E2BED3 with #D3E2BE are triadic colors.

2 #BEE2D3 and #E2D3BE with #D3E2BE are triadic colors.