COLOR #D3EBEE

HEX: #D3EBEE RGB: (211,235,238)

Color info

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

RGB color model

#D3EBEE color RGB value is (211,235,238).

RGB: (211,235,238) (83%, 92%, 93%)

RGB channels and saturation

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

211
235
238

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

Portions of RGB colors in percentages

R + G + B = 211 + 235 + 238 = 684 (100%)
R 211 of 684 ~ 30.85%
G 235 of 684 ~ 34.36%
B 238 of 684 ~ 34.8'%

%30.85
%34.36
%34.8

CMYK color model

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

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

CMYK percentages

%11.34
%1.26
%0
%6.67

Codes

Color #D3EBEE in popluar color models

D3 EB EE
RGB 211 235 238
HSL 187° 44.26% 88.04%
HSB/HSV 187° 11.34% 93.33%
CMYK 11.34% 1.26% 0.00%
6.67%

Color #D3EBEE in popluar number systems.

HEX D3 EB EE
Decimal 211 235 238
Binary 11010011 11101011 11101110
Octal 323 353 356

Shades and tints

Shades of #D3EBEE

#D3EBEE
(211,235,238)
#C0D6D9
(192,214,217)
#ADC1C4
(173,193,196)
#9AACAF
(154,172,175)
#87979A
(135,151,154)
#748285
(116,130,133)
#616D70
(97,109,112)
#4E585B
(78,88,91)
#3B4346
(59,67,70)
#282E31
(40,46,49)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #D3EBEE

#D3EBEE
(211,235,238)
#D7ECEF
(215,236,239)
#DBEDF0
(219,237,240)
#DFEEF1
(223,238,241)
#E3EFF2
(227,239,242)
#E7F0F3
(231,240,243)
#EBF1F4
(235,241,244)
#EFF2F5
(239,242,245)
#F3F3F6
(243,243,246)
#F7F4F7
(247,244,247)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EBEE; }

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

This text font color is #D3EBEE.

Background Color

.myBgColor { background-color: #D3EBEE; }

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

This div background color is #D3EBEE.

Border color

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

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

This div border color is #D3EBEE.

Opacity

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

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

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

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

This text has shadow with #D3EBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EBEE.

Preview

Color preview on black background

This text has color #D3EBEE on black background.


Color preview on white background

This text has color #D3EBEE on white background.


Black color preview on #D3EBEE background

This text has black color on #D3EBEE background.


White color preview on #D3EBEE background

This text has white color on #D3EBEE background.


Related colors

Complementary color

Complementary color for #hex is #2C1411.


I love getcolorcode.com

Triadic colors

1 #EED3EB and #EBEED3 with #D3EBEE are triadic colors.

2 #EEEBD3 and #EBD3EE with #D3EBEE are triadic colors.