COLOR #D3E3EF

HEX: #D3E3EF RGB: (211,227,239)

Color info

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

RGB color model

#D3E3EF color RGB value is (211,227,239).

RGB: (211,227,239) (83%, 89%, 94%)

RGB channels and saturation

R 211 of 255 = 83%
G 227 of 255 = 89%
B 239 of 255 = 94%

211
227
239

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

Portions of RGB colors in percentages

R + G + B = 211 + 227 + 239 = 677 (100%)
R 211 of 677 ~ 31.17%
G 227 of 677 ~ 33.53%
B 239 of 677 ~ 35.3'%

%31.17
%33.53
%35.3

CMYK color model

#D3E3EF color CMYK value is (12,5,0,6).

  • cyan value is 11.72%
  • magenta value is 5.02%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (12,5,0,6)
C12M5Y0K6 (12%, 5%, 0%, 6%)
(0.12 / 0.05 / 0.00 / 0.06)

CMYK percentages

%11.72
%5.02
%0
%6.27

Codes

Color #D3E3EF in popluar color models

D3 E3 EF
RGB 211 227 239
HSL 206° 46.67% 88.24%
HSB/HSV 206° 11.72% 93.73%
CMYK 11.72% 5.02% 0.00%
6.27%

Color #D3E3EF in popluar number systems.

HEX D3 E3 EF
Decimal 211 227 239
Binary 11010011 11100011 11101111
Octal 323 343 357

Shades and tints

Shades of #D3E3EF

#D3E3EF
(211,227,239)
#C0CFDA
(192,207,218)
#ADBBC5
(173,187,197)
#9AA7B0
(154,167,176)
#87939B
(135,147,155)
#747F86
(116,127,134)
#616B71
(97,107,113)
#4E575C
(78,87,92)
#3B4347
(59,67,71)
#282F32
(40,47,50)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #D3E3EF

#D3E3EF
(211,227,239)
#D7E5F0
(215,229,240)
#DBE7F1
(219,231,241)
#DFE9F2
(223,233,242)
#E3EBF3
(227,235,243)
#E7EDF4
(231,237,244)
#EBEFF5
(235,239,245)
#EFF1F6
(239,241,246)
#F3F3F7
(243,243,247)
#F7F5F8
(247,245,248)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E3EF color. Also use rgb(211,227,239) instead hex code.

Text Font Color

.myTextColor { color: #D3E3EF; }

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

This text font color is #D3E3EF.

Background Color

.myBgColor { background-color: #D3E3EF; }

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

This div background color is #D3E3EF.

Border color

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

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

This div border color is #D3E3EF.

Opacity

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

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

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

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

This text has shadow with #D3E3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E3EF.

Preview

Color preview on black background

This text has color #D3E3EF on black background.


Color preview on white background

This text has color #D3E3EF on white background.


Black color preview on #D3E3EF background

This text has black color on #D3E3EF background.


White color preview on #D3E3EF background

This text has white color on #D3E3EF background.


Related colors

Complementary color

Complementary color for #hex is #2C1C10.


I love getcolorcode.com

Triadic colors

1 #EFD3E3 and #E3EFD3 with #D3E3EF are triadic colors.

2 #EFE3D3 and #E3D3EF with #D3E3EF are triadic colors.