COLOR #D1E3D3

HEX: #D1E3D3
RGB: (209,227,211)

Color info

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

RGB color model

#D1E3D3 color RGB value is (209,227,211).

  • red value is 209;
  • green value is 227;
  • blue value is 211.
RGB:
(209,227,211)
(82%,89%,83%)

RGB channels and saturation

R 209 of 255 = 82%
G 227 of 255 = 89%
B 211 of 255 = 83%

209
227
211

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

Portions of RGB colors in percentages

R + G + B =
209 + 227 + 211 = 647 (100%)
R 209 of 647 ~ 32.3%
G 227 of 647 ~ 35.09%
B 211 of 647 ~ 32.61%

%32.3
%35.09
%32.61

CMYK color model

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

  • cyan value is 7.93%
  • magenta value is 0.00%
  • yellow value is 7.05%
  • key color value is 10.98%
CMYK:
(8,0,7,11)
C8M0Y7K11 
(8%,0%,7%,11%)
(0.08/0.00/0.07/0.11)	

CMYK percentages

%7.93
%0
%7.05
%10.98

Codes

Color #D1E3D3 in popluar color models

D1E3D3
RGB209227211
HSL127°24.32%85.49%
HSB/HSV127°7.93%89.02%
CMYK7.93%0.00%7.05%
10.98%

Color #D1E3D3 in popluar number systems.

HEXD1E3D3
Decimal209227211
Binary110100011110001111010011
Octal321343323

Shades and tints

Shades of #D1E3D3

#D1E3D3
(209,227,211)
#BECFC0
(190,207,192)
#ABBBAD
(171,187,173)
#98A79A
(152,167,154)
#859387
(133,147,135)
#727F74
(114,127,116)
#5F6B61
(95,107,97)
#4C574E
(76,87,78)
#39433B
(57,67,59)
#262F28
(38,47,40)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #D1E3D3

#D1E3D3
(209,227,211)
#D5E5D7
(213,229,215)
#D9E7DB
(217,231,219)
#DDE9DF
(221,233,223)
#E1EBE3
(225,235,227)
#E5EDE7
(229,237,231)
#E9EFEB
(233,239,235)
#EDF1EF
(237,241,239)
#F1F3F3
(241,243,243)
#F5F5F7
(245,245,247)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E3D3; }

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

This text font color is #D1E3D3.


Background Color

.myBgColor { background-color: #D1E3D3; }

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

This div background color is #D1E3D3.


Border color

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

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

This div border color is #D1E3D3.


Opacity

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

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

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

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

This text has shadow with #D1E3D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E3D3 on black background.


Color preview on white background

This text has color #D1E3D3 on white background.



Black color preview on #D1E3D3 background

This text has black color on #D1E3D3 background.


White color preview on #D1E3D3 background

This text has white color on #D1E3D3 background.