COLOR #D3FAEF

HEX: #D3FAEF
RGB: (211,250,239)

Color info

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

RGB color model

#D3FAEF color RGB value is (211,250,239).

  • red value is 211;
  • green value is 250;
  • blue value is 239.
RGB:
(211,250,239)
(83%,98%,94%)

RGB channels and saturation

R 211 of 255 = 83%
G 250 of 255 = 98%
B 239 of 255 = 94%

211
250
239

R + G + B ~ 92%. #D3FAEF is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 250 + 239 = 700 (100%)
R 211 of 700 ~ 30.14%
G 250 of 700 ~ 35.71%
B 239 of 700 ~ 34.14%

%30.14
%35.71
%34.14

CMYK color model

#D3FAEF color CMYK value is (16,0,4,2).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • key color value is 1.96%
CMYK:
(16,0,4,2)
C16M0Y4K2 
(16%,0%,4%,2%)
(0.16/0.00/0.04/0.02)	

CMYK percentages

%15.6
%0
%4.4
%1.96

Codes

Color #D3FAEF in popluar color models

D3FAEF
RGB211250239
HSL163°79.59%90.39%
HSB/HSV163°15.60%98.04%
CMYK15.60%0.00%4.40%
1.96%

Color #D3FAEF in popluar number systems.

HEXD3FAEF
Decimal211250239
Binary110100111111101011101111
Octal323372357

Shades and tints

Shades of #D3FAEF

#D3FAEF
(211,250,239)
#C0E4DA
(192,228,218)
#ADCEC5
(173,206,197)
#9AB8B0
(154,184,176)
#87A29B
(135,162,155)
#748C86
(116,140,134)
#617671
(97,118,113)
#4E605C
(78,96,92)
#3B4A47
(59,74,71)
#283432
(40,52,50)
#151E1D
(21,30,29)
#000000
(0,0,0)

Tints of #D3FAEF

#D3FAEF
(211,250,239)
#D7FAF0
(215,250,240)
#DBFAF1
(219,250,241)
#DFFAF2
(223,250,242)
#E3FAF3
(227,250,243)
#E7FAF4
(231,250,244)
#EBFAF5
(235,250,245)
#EFFAF6
(239,250,246)
#F3FAF7
(243,250,247)
#F7FAF8
(247,250,248)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3FAEF; }

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

This text font color is #D3FAEF.


Background Color

.myBgColor { background-color: #D3FAEF; }

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

This div background color is #D3FAEF.


Border color

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

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

This div border color is #D3FAEF.


Opacity

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

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

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

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

This text has shadow with #D3FAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3FAEF on black background.


Color preview on white background

This text has color #D3FAEF on white background.



Black color preview on #D3FAEF background

This text has black color on #D3FAEF background.


White color preview on #D3FAEF background

This text has white color on #D3FAEF background.