COLOR #D5FAFB

HEX: #D5FAFB
RGB: (213,250,251)

Color info

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

RGB color model

#D5FAFB color RGB value is (213,250,251).

  • red value is 213;
  • green value is 250;
  • blue value is 251.
RGB:
(213,250,251)
(84%,98%,98%)

RGB channels and saturation

R 213 of 255 = 84%
G 250 of 255 = 98%
B 251 of 255 = 98%

213
250
251

R + G + B ~ 93%. #D5FAFB is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 250 + 251 = 714 (100%)
R 213 of 714 ~ 29.83%
G 250 of 714 ~ 35.01%
B 251 of 714 ~ 35.15%

%29.83
%35.01
%35.15

CMYK color model

#D5FAFB color CMYK value is (15,0,0,2).

  • cyan value is 15.14%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(15,0,0,2)
C15M0Y0K2 
(15%,0%,0%,2%)
(0.15/0.00/0.00/0.02)	

CMYK percentages

%15.14
%0.4
%0
%1.57

Codes

Color #D5FAFB in popluar color models

D5FAFB
RGB213250251
HSL182°82.61%90.98%
HSB/HSV182°15.14%98.43%
CMYK15.14%0.40%0.00%
1.57%

Color #D5FAFB in popluar number systems.

HEXD5FAFB
Decimal213250251
Binary110101011111101011111011
Octal325372373

Shades and tints

Shades of #D5FAFB

#D5FAFB
(213,250,251)
#C2E4E5
(194,228,229)
#AFCECF
(175,206,207)
#9CB8B9
(156,184,185)
#89A2A3
(137,162,163)
#768C8D
(118,140,141)
#637677
(99,118,119)
#506061
(80,96,97)
#3D4A4B
(61,74,75)
#2A3435
(42,52,53)
#171E1F
(23,30,31)
#000000
(0,0,0)

Tints of #D5FAFB

#D5FAFB
(213,250,251)
#D8FAFB
(216,250,251)
#DBFAFB
(219,250,251)
#DEFAFB
(222,250,251)
#E1FAFB
(225,250,251)
#E4FAFB
(228,250,251)
#E7FAFB
(231,250,251)
#EAFAFB
(234,250,251)
#EDFAFB
(237,250,251)
#F0FAFB
(240,250,251)
#F3FAFB
(243,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FAFB color. Also use rgb(213,250,251) instead hex code.

Text Font Color

.myTextColor { color: #D5FAFB; }

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

This text font color is #D5FAFB.


Background Color

.myBgColor { background-color: #D5FAFB; }

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

This div background color is #D5FAFB.


Border color

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

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

This div border color is #D5FAFB.


Opacity

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

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

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

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

This text has shadow with #D5FAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FAFB on black background.


Color preview on white background

This text has color #D5FAFB on white background.



Black color preview on #D5FAFB background

This text has black color on #D5FAFB background.


White color preview on #D5FAFB background

This text has white color on #D5FAFB background.