COLOR #D3E7EB

HEX: #D3E7EB RGB: (211,231,235)

Color info

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

RGB color model

#D3E7EB color RGB value is (211,231,235).

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

RGB channels and saturation

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

211
231
235

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

Portions of RGB colors in percentages

R + G + B = 211 + 231 + 235 = 677 (100%)
R 211 of 677 ~ 31.17%
G 231 of 677 ~ 34.12%
B 235 of 677 ~ 34.71'%

%31.17
%34.12
%34.71

CMYK color model

#D3E7EB color CMYK value is (10,2,0,8).

  • cyan value is 10.21%
  • magenta value is 1.70%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (10,2,0,8)
C10M2Y0K8 (10%, 2%, 0%, 8%)
(0.10 / 0.02 / 0.00 / 0.08)

CMYK percentages

%10.21
%1.7
%0
%7.84

Codes

Color #D3E7EB in popluar color models

D3 E7 EB
RGB 211 231 235
HSL 190° 37.50% 87.45%
HSB/HSV 190° 10.21% 92.16%
CMYK 10.21% 1.70% 0.00%
7.84%

Color #D3E7EB in popluar number systems.

HEX D3 E7 EB
Decimal 211 231 235
Binary 11010011 11100111 11101011
Octal 323 347 353

Shades and tints

Shades of #D3E7EB

#D3E7EB
(211,231,235)
#C0D2D6
(192,210,214)
#ADBDC1
(173,189,193)
#9AA8AC
(154,168,172)
#879397
(135,147,151)
#747E82
(116,126,130)
#61696D
(97,105,109)
#4E5458
(78,84,88)
#3B3F43
(59,63,67)
#282A2E
(40,42,46)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #D3E7EB

#D3E7EB
(211,231,235)
#D7E9EC
(215,233,236)
#DBEBED
(219,235,237)
#DFEDEE
(223,237,238)
#E3EFEF
(227,239,239)
#E7F1F0
(231,241,240)
#EBF3F1
(235,243,241)
#EFF5F2
(239,245,242)
#F3F7F3
(243,247,243)
#F7F9F4
(247,249,244)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E7EB; }

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

This text font color is #D3E7EB.

Background Color

.myBgColor { background-color: #D3E7EB; }

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

This div background color is #D3E7EB.

Border color

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

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

This div border color is #D3E7EB.

Opacity

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

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

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

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

This text has shadow with #D3E7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E7EB.

Preview

Color preview on black background

This text has color #D3E7EB on black background.


Color preview on white background

This text has color #D3E7EB on white background.


Black color preview on #D3E7EB background

This text has black color on #D3E7EB background.


White color preview on #D3E7EB background

This text has white color on #D3E7EB background.


Related colors

Complementary color

Complementary color for #hex is #2C1814.


I love getcolorcode.com

Triadic colors

1 #EBD3E7 and #E7EBD3 with #D3E7EB are triadic colors.

2 #EBE7D3 and #E7D3EB with #D3E7EB are triadic colors.