COLOR #D3EEFB

HEX: #D3EEFB RGB: (211,238,251)

Color info

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

RGB color model

#D3EEFB color RGB value is (211,238,251).

RGB: (211,238,251) (83%, 93%, 98%)

RGB channels and saturation

R 211 of 255 = 83%
G 238 of 255 = 93%
B 251 of 255 = 98%

211
238
251

R + G + B ~ 91%. #D3EEFB is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 238 + 251 = 700 (100%)
R 211 of 700 ~ 30.14%
G 238 of 700 ~ 34%
B 251 of 700 ~ 35.86'%

%30.14
%34
%35.86

CMYK color model

#D3EEFB color CMYK value is (16,5,0,2).

  • cyan value is 15.94%
  • magenta value is 5.18%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (16,5,0,2)
C16M5Y0K2 (16%, 5%, 0%, 2%)
(0.16 / 0.05 / 0.00 / 0.02)

CMYK percentages

%15.94
%5.18
%0
%1.57

Codes

Color #D3EEFB in popluar color models

D3 EE FB
RGB 211 238 251
HSL 200° 83.33% 90.59%
HSB/HSV 200° 15.94% 98.43%
CMYK 15.94% 5.18% 0.00%
1.57%

Color #D3EEFB in popluar number systems.

HEX D3 EE FB
Decimal 211 238 251
Binary 11010011 11101110 11111011
Octal 323 356 373

Shades and tints

Shades of #D3EEFB

#D3EEFB
(211,238,251)
#C0D9E5
(192,217,229)
#ADC4CF
(173,196,207)
#9AAFB9
(154,175,185)
#879AA3
(135,154,163)
#74858D
(116,133,141)
#617077
(97,112,119)
#4E5B61
(78,91,97)
#3B464B
(59,70,75)
#283135
(40,49,53)
#151C1F
(21,28,31)
#000000
(0,0,0)

Tints of #D3EEFB

#D3EEFB
(211,238,251)
#D7EFFB
(215,239,251)
#DBF0FB
(219,240,251)
#DFF1FB
(223,241,251)
#E3F2FB
(227,242,251)
#E7F3FB
(231,243,251)
#EBF4FB
(235,244,251)
#EFF5FB
(239,245,251)
#F3F6FB
(243,246,251)
#F7F7FB
(247,247,251)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EEFB; }

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

This text font color is #D3EEFB.

Background Color

.myBgColor { background-color: #D3EEFB; }

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

This div background color is #D3EEFB.

Border color

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

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

This div border color is #D3EEFB.

Opacity

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

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

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

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

This text has shadow with #D3EEFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EEFB.

Preview

Color preview on black background

This text has color #D3EEFB on black background.


Color preview on white background

This text has color #D3EEFB on white background.


Black color preview on #D3EEFB background

This text has black color on #D3EEFB background.


White color preview on #D3EEFB background

This text has white color on #D3EEFB background.


Related colors

Complementary color

Complementary color for #hex is #2C1104.


I love getcolorcode.com

Triadic colors

1 #FBD3EE and #EEFBD3 with #D3EEFB are triadic colors.

2 #FBEED3 and #EED3FB with #D3EEFB are triadic colors.