COLOR #D3EBED

HEX: #D3EBED
RGB: (211,235,237)

Color info

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

RGB color model

#D3EBED color RGB value is (211,235,237).

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

RGB channels and saturation

R 211 of 255 = 83%
G 235 of 255 = 92%
B 237 of 255 = 93%

211
235
237

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

Portions of RGB colors in percentages

R + G + B =
211 + 235 + 237 = 683 (100%)
R 211 of 683 ~ 30.89%
G 235 of 683 ~ 34.41%
B 237 of 683 ~ 34.7%

%30.89
%34.41
%34.7

CMYK color model

#D3EBED color CMYK value is (11,1,0,7).

  • cyan value is 10.97%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,1,0,7)
C11M1Y0K7 
(11%,1%,0%,7%)
(0.11/0.01/0.00/0.07)	

CMYK percentages

%10.97
%0.84
%0
%7.06

Codes

Color #D3EBED in popluar color models

D3EBED
RGB211235237
HSL185°41.94%87.84%
HSB/HSV185°10.97%92.94%
CMYK10.97%0.84%0.00%
7.06%

Color #D3EBED in popluar number systems.

HEXD3EBED
Decimal211235237
Binary110100111110101111101101
Octal323353355

Shades and tints

Shades of #D3EBED

#D3EBED
(211,235,237)
#C0D6D8
(192,214,216)
#ADC1C3
(173,193,195)
#9AACAE
(154,172,174)
#879799
(135,151,153)
#748284
(116,130,132)
#616D6F
(97,109,111)
#4E585A
(78,88,90)
#3B4345
(59,67,69)
#282E30
(40,46,48)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #D3EBED

#D3EBED
(211,235,237)
#D7ECEE
(215,236,238)
#DBEDEF
(219,237,239)
#DFEEF0
(223,238,240)
#E3EFF1
(227,239,241)
#E7F0F2
(231,240,242)
#EBF1F3
(235,241,243)
#EFF2F4
(239,242,244)
#F3F3F5
(243,243,245)
#F7F4F6
(247,244,246)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EBED; }

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

This text font color is #D3EBED.


Background Color

.myBgColor { background-color: #D3EBED; }

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

This div background color is #D3EBED.


Border color

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

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

This div border color is #D3EBED.


Opacity

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

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

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

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

This text has shadow with #D3EBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EBED on black background.


Color preview on white background

This text has color #D3EBED on white background.



Black color preview on #D3EBED background

This text has black color on #D3EBED background.


White color preview on #D3EBED background

This text has white color on #D3EBED background.