COLOR #D3E2EB

HEX: #D3E2EB
RGB: (211,226,235)

Color info

#D3E2EB contains red, green and blue colors in about the same proportion. Web safe color of #D3E2EB is #CCCCFF (or #CCF).

RGB color model

#D3E2EB color RGB value is (211,226,235).

  • red value is 211;
  • green value is 226;
  • blue value is 235.
RGB:
(211,226,235)
(83%,89%,92%)

RGB channels and saturation

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

211
226
235

R + G + B ~ 88%. #D3E2EB is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 226 + 235 = 672 (100%)
R 211 of 672 ~ 31.4%
G 226 of 672 ~ 33.63%
B 235 of 672 ~ 34.97%

%31.4
%33.63
%34.97

CMYK color model

#D3E2EB color CMYK value is (10,4,0,8).

  • cyan value is 10.21%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(10,4,0,8)
C10M4Y0K8 
(10%,4%,0%,8%)
(0.10/0.04/0.00/0.08)	

CMYK percentages

%10.21
%3.83
%0
%7.84

Codes

Color #D3E2EB in popluar color models

D3E2EB
RGB211226235
HSL203°37.50%87.45%
HSB/HSV203°10.21%92.16%
CMYK10.21%3.83%0.00%
7.84%

Color #D3E2EB in popluar number systems.

HEXD3E2EB
Decimal211226235
Binary110100111110001011101011
Octal323342353

Shades and tints

Shades of #D3E2EB

#D3E2EB
(211,226,235)
#C0CED6
(192,206,214)
#ADBAC1
(173,186,193)
#9AA6AC
(154,166,172)
#879297
(135,146,151)
#747E82
(116,126,130)
#616A6D
(97,106,109)
#4E5658
(78,86,88)
#3B4243
(59,66,67)
#282E2E
(40,46,46)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #D3E2EB

#D3E2EB
(211,226,235)
#D7E4EC
(215,228,236)
#DBE6ED
(219,230,237)
#DFE8EE
(223,232,238)
#E3EAEF
(227,234,239)
#E7ECF0
(231,236,240)
#EBEEF1
(235,238,241)
#EFF0F2
(239,240,242)
#F3F2F3
(243,242,243)
#F7F4F4
(247,244,244)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E2EB; }

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

This text font color is #D3E2EB.


Background Color

.myBgColor { background-color: #D3E2EB; }

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

This div background color is #D3E2EB.


Border color

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

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

This div border color is #D3E2EB.


Opacity

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

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

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

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

This text has shadow with #D3E2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E2EB on black background.


Color preview on white background

This text has color #D3E2EB on white background.



Black color preview on #D3E2EB background

This text has black color on #D3E2EB background.


White color preview on #D3E2EB background

This text has white color on #D3E2EB background.