COLOR #D3FAFF

HEX: #D3FAFF
RGB: (211,250,255)

Color info

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

RGB color model

#D3FAFF color RGB value is (211,250,255).

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

RGB channels and saturation

R 211 of 255 = 83%
G 250 of 255 = 98%
B 255 of 255 = 100%

211
250
255

R + G + B ~ 94%. #D3FAFF is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 250 + 255 = 716 (100%)
R 211 of 716 ~ 29.47%
G 250 of 716 ~ 34.92%
B 255 of 716 ~ 35.61%

%29.47
%34.92
%35.61

CMYK color model

#D3FAFF color CMYK value is (17,2,0,0).

  • cyan value is 17.25%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(17,2,0,0)
C17M2Y0K0 
(17%,2%,0%,0%)
(0.17/0.02/0.00/0.00)	

CMYK percentages

%17.25
%1.96
%0
%0

Codes

Color #D3FAFF in popluar color models

D3FAFF
RGB211250255
HSL187°100.00%91.37%
HSB/HSV187°17.25%100.00%
CMYK17.25%1.96%0.00%
0.00%

Color #D3FAFF in popluar number systems.

HEXD3FAFF
Decimal211250255
Binary110100111111101011111111
Octal323372377

Shades and tints

Shades of #D3FAFF

#D3FAFF
(211,250,255)
#C0E4E8
(192,228,232)
#ADCED1
(173,206,209)
#9AB8BA
(154,184,186)
#87A2A3
(135,162,163)
#748C8C
(116,140,140)
#617675
(97,118,117)
#4E605E
(78,96,94)
#3B4A47
(59,74,71)
#283430
(40,52,48)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #D3FAFF

#D3FAFF
(211,250,255)
#D7FAFF
(215,250,255)
#DBFAFF
(219,250,255)
#DFFAFF
(223,250,255)
#E3FAFF
(227,250,255)
#E7FAFF
(231,250,255)
#EBFAFF
(235,250,255)
#EFFAFF
(239,250,255)
#F3FAFF
(243,250,255)
#F7FAFF
(247,250,255)
#FBFAFF
(251,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3FAFF; }

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

This text font color is #D3FAFF.


Background Color

.myBgColor { background-color: #D3FAFF; }

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

This div background color is #D3FAFF.


Border color

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

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

This div border color is #D3FAFF.


Opacity

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

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

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

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

This text has shadow with #D3FAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3FAFF on black background.


Color preview on white background

This text has color #D3FAFF on white background.



Black color preview on #D3FAFF background

This text has black color on #D3FAFF background.


White color preview on #D3FAFF background

This text has white color on #D3FAFF background.