COLOR #D3EFEC

HEX: #D3EFEC RGB: (211,239,236)

Color info

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

RGB color model

#D3EFEC color RGB value is (211,239,236).

RGB: (211,239,236) (83%, 94%, 93%)

RGB channels and saturation

R 211 of 255 = 83%
G 239 of 255 = 94%
B 236 of 255 = 93%

211
239
236

R + G + B ~ 90%. #D3EFEC is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 239 + 236 = 686 (100%)
R 211 of 686 ~ 30.76%
G 239 of 686 ~ 34.84%
B 236 of 686 ~ 34.4'%

%30.76
%34.84
%34.4

CMYK color model

#D3EFEC color CMYK value is (12,0,1,6).

  • cyan value is 11.72%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 6.27%
CMYK: (12,0,1,6) C12M0Y1K6 (12%,0%,1%,6%) (0.12/0.00/0.01/0.06) 

CMYK percentages

%11.72
%0
%1.26
%6.27

Codes

Color #D3EFEC in popluar color models

D3 EF EC
RGB 211 239 236
HSL 174° 46.67% 88.24%
HSB/HSV 174° 11.72% 93.73%
CMYK 11.72% 0.00% 1.26%
6.27%

Color #D3EFEC in popluar number systems.

HEX D3 EF EC
Decimal 211 239 236
Binary 11010011 11101111 11101100
Octal 323 357 354

Shades and tints

Shades of #D3EFEC

#D3EFEC
(211,239,236)
#C0DAD7
(192,218,215)
#ADC5C2
(173,197,194)
#9AB0AD
(154,176,173)
#879B98
(135,155,152)
#748683
(116,134,131)
#61716E
(97,113,110)
#4E5C59
(78,92,89)
#3B4744
(59,71,68)
#28322F
(40,50,47)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #D3EFEC

#D3EFEC
(211,239,236)
#D7F0ED
(215,240,237)
#DBF1EE
(219,241,238)
#DFF2EF
(223,242,239)
#E3F3F0
(227,243,240)
#E7F4F1
(231,244,241)
#EBF5F2
(235,245,242)
#EFF6F3
(239,246,243)
#F3F7F4
(243,247,244)
#F7F8F5
(247,248,245)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EFEC; }

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

This text font color is #D3EFEC.

Background Color

.myBgColor { background-color: #D3EFEC; }

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

This div background color is #D3EFEC.

Border color

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

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

This div border color is #D3EFEC.

Opacity

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

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

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

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

This text has shadow with #D3EFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EFEC.

Preview

Color preview on black background

This text has color #D3EFEC on black background.


Color preview on white background

This text has color #D3EFEC on white background.


Black color preview on #D3EFEC background

This text has black color on #D3EFEC background.


White color preview on #D3EFEC background

This text has white color on #D3EFEC background.


Related colors

Complementary color

Complementary color for #hex is #2C1013.


I love getcolorcode.com

Triadic colors

1 #ECD3EF and #EFECD3 with #D3EFEC are triadic colors.

2 #ECEFD3 and #EFD3EC with #D3EFEC are triadic colors.