COLOR #D3E2D3

HEX: #D3E2D3 RGB: (211,226,211)

Color info

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

RGB color model

#D3E2D3 color RGB value is (211,226,211).

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

RGB channels and saturation

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

211
226
211

R + G + B ~ 85%. #D3E2D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 226 + 211 = 648 (100%)
R 211 of 648 ~ 32.56%
G 226 of 648 ~ 34.88%
B 211 of 648 ~ 32.56'%

%32.56
%34.88
%32.56

CMYK color model

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

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

CMYK percentages

%6.64
%0
%6.64
%11.37

Codes

Color #D3E2D3 in popluar color models

D3 E2 D3
RGB 211 226 211
HSL 120° 20.55% 85.69%
HSB/HSV 120° 6.64% 88.63%
CMYK 6.64% 0.00% 6.64%
11.37%

Color #D3E2D3 in popluar number systems.

HEX D3 E2 D3
Decimal 211 226 211
Binary 11010011 11100010 11010011
Octal 323 342 323

Shades and tints

Shades of #D3E2D3

#D3E2D3
(211,226,211)
#C0CEC0
(192,206,192)
#ADBAAD
(173,186,173)
#9AA69A
(154,166,154)
#879287
(135,146,135)
#747E74
(116,126,116)
#616A61
(97,106,97)
#4E564E
(78,86,78)
#3B423B
(59,66,59)
#282E28
(40,46,40)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #D3E2D3

#D3E2D3
(211,226,211)
#D7E4D7
(215,228,215)
#DBE6DB
(219,230,219)
#DFE8DF
(223,232,223)
#E3EAE3
(227,234,227)
#E7ECE7
(231,236,231)
#EBEEEB
(235,238,235)
#EFF0EF
(239,240,239)
#F3F2F3
(243,242,243)
#F7F4F7
(247,244,247)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E2D3; }

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

This text font color is #D3E2D3.

Background Color

.myBgColor { background-color: #D3E2D3; }

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

This div background color is #D3E2D3.

Border color

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

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

This div border color is #D3E2D3.

Opacity

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

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

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

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

This text has shadow with #D3E2D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E2D3.

Preview

Color preview on black background

This text has color #D3E2D3 on black background.


Color preview on white background

This text has color #D3E2D3 on white background.


Black color preview on #D3E2D3 background

This text has black color on #D3E2D3 background.


White color preview on #D3E2D3 background

This text has white color on #D3E2D3 background.


Related colors

Complementary color

Complementary color for #hex is #2C1D2C.


I love getcolorcode.com

Triadic colors

1 #D3D3E2 and #E2D3D3 with #D3E2D3 are triadic colors.

2 #D3E2D3 and #E2D3D3 with #D3E2D3 are triadic colors.