COLOR #D3E6EB

HEX: #D3E6EB
RGB: (211,230,235)

Color info

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

RGB color model

#D3E6EB color RGB value is (211,230,235).

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

RGB channels and saturation

R 211 of 255 = 83%
G 230 of 255 = 90%
B 235 of 255 = 92%

211
230
235

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

Portions of RGB colors in percentages

R + G + B =
211 + 230 + 235 = 676 (100%)
R 211 of 676 ~ 31.21%
G 230 of 676 ~ 34.02%
B 235 of 676 ~ 34.76%

%31.21
%34.02
%34.76

CMYK color model

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

  • cyan value is 10.21%
  • magenta value is 2.13%
  • 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
%2.13
%0
%7.84

Codes

Color #D3E6EB in popluar color models

D3E6EB
RGB211230235
HSL193°37.50%87.45%
HSB/HSV193°10.21%92.16%
CMYK10.21%2.13%0.00%
7.84%

Color #D3E6EB in popluar number systems.

HEXD3E6EB
Decimal211230235
Binary110100111110011011101011
Octal323346353

Shades and tints

Shades of #D3E6EB

#D3E6EB
(211,230,235)
#C0D2D6
(192,210,214)
#ADBEC1
(173,190,193)
#9AAAAC
(154,170,172)
#879697
(135,150,151)
#748282
(116,130,130)
#616E6D
(97,110,109)
#4E5A58
(78,90,88)
#3B4643
(59,70,67)
#28322E
(40,50,46)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #D3E6EB

#D3E6EB
(211,230,235)
#D7E8EC
(215,232,236)
#DBEAED
(219,234,237)
#DFECEE
(223,236,238)
#E3EEEF
(227,238,239)
#E7F0F0
(231,240,240)
#EBF2F1
(235,242,241)
#EFF4F2
(239,244,242)
#F3F6F3
(243,246,243)
#F7F8F4
(247,248,244)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E6EB; }

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

This text font color is #D3E6EB.


Background Color

.myBgColor { background-color: #D3E6EB; }

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

This div background color is #D3E6EB.


Border color

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

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

This div border color is #D3E6EB.


Opacity

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

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

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

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

This text has shadow with #D3E6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E6EB on black background.


Color preview on white background

This text has color #D3E6EB on white background.



Black color preview on #D3E6EB background

This text has black color on #D3E6EB background.


White color preview on #D3E6EB background

This text has white color on #D3E6EB background.