COLOR #D3E7EA

HEX: #D3E7EA RGB: (211,231,234)

Color info

#D3E7EA contains red, green and blue colors in about the same proportion. Web safe color of #D3E7EA is #CCFFFF (or #CFF).

RGB color model

#D3E7EA color RGB value is (211,231,234).

RGB: (211,231,234) (83%, 91%, 92%)

RGB channels and saturation

R 211 of 255 = 83%
G 231 of 255 = 91%
B 234 of 255 = 92%

211
231
234

R + G + B ~ 89%. #D3E7EA is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 231 + 234 = 676 (100%)
R 211 of 676 ~ 31.21%
G 231 of 676 ~ 34.17%
B 234 of 676 ~ 34.62'%

%31.21
%34.17
%34.62

CMYK color model

#D3E7EA color CMYK value is (10,1,0,8).

  • cyan value is 9.83%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (10,1,0,8)
C10M1Y0K8 (10%, 1%, 0%, 8%)
(0.10 / 0.01 / 0.00 / 0.08)

CMYK percentages

%9.83
%1.28
%0
%8.24

Codes

Color #D3E7EA in popluar color models

D3 E7 EA
RGB 211 231 234
HSL 188° 35.38% 87.25%
HSB/HSV 188° 9.83% 91.76%
CMYK 9.83% 1.28% 0.00%
8.24%

Color #D3E7EA in popluar number systems.

HEX D3 E7 EA
Decimal 211 231 234
Binary 11010011 11100111 11101010
Octal 323 347 352

Shades and tints

Shades of #D3E7EA

#D3E7EA
(211,231,234)
#C0D2D5
(192,210,213)
#ADBDC0
(173,189,192)
#9AA8AB
(154,168,171)
#879396
(135,147,150)
#747E81
(116,126,129)
#61696C
(97,105,108)
#4E5457
(78,84,87)
#3B3F42
(59,63,66)
#282A2D
(40,42,45)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #D3E7EA

#D3E7EA
(211,231,234)
#D7E9EB
(215,233,235)
#DBEBEC
(219,235,236)
#DFEDED
(223,237,237)
#E3EFEE
(227,239,238)
#E7F1EF
(231,241,239)
#EBF3F0
(235,243,240)
#EFF5F1
(239,245,241)
#F3F7F2
(243,247,242)
#F7F9F3
(247,249,243)
#FBFBF4
(251,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E7EA; }

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

This text font color is #D3E7EA.

Background Color

.myBgColor { background-color: #D3E7EA; }

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

This div background color is #D3E7EA.

Border color

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

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

This div border color is #D3E7EA.

Opacity

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

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

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

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

This text has shadow with #D3E7EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E7EA.

Preview

Color preview on black background

This text has color #D3E7EA on black background.


Color preview on white background

This text has color #D3E7EA on white background.


Black color preview on #D3E7EA background

This text has black color on #D3E7EA background.


White color preview on #D3E7EA background

This text has white color on #D3E7EA background.


Related colors

Complementary color

Complementary color for #hex is #2C1815.


I love getcolorcode.com

Triadic colors

1 #EAD3E7 and #E7EAD3 with #D3E7EA are triadic colors.

2 #EAE7D3 and #E7D3EA with #D3E7EA are triadic colors.