COLOR #D5F0F6

HEX: #D5F0F6
RGB: (213,240,246)

Color info

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

RGB color model

#D5F0F6 color RGB value is (213,240,246).

  • red value is 213;
  • green value is 240;
  • blue value is 246.
RGB:
(213,240,246)
(84%,94%,96%)

RGB channels and saturation

R 213 of 255 = 84%
G 240 of 255 = 94%
B 246 of 255 = 96%

213
240
246

R + G + B ~ 91%. #D5F0F6 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 240 + 246 = 699 (100%)
R 213 of 699 ~ 30.47%
G 240 of 699 ~ 34.33%
B 246 of 699 ~ 35.19%

%30.47
%34.33
%35.19

CMYK color model

#D5F0F6 color CMYK value is (13,2,0,4).

  • cyan value is 13.41%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(13,2,0,4)
C13M2Y0K4 
(13%,2%,0%,4%)
(0.13/0.02/0.00/0.04)	

CMYK percentages

%13.41
%2.44
%0
%3.53

Codes

Color #D5F0F6 in popluar color models

D5F0F6
RGB213240246
HSL191°64.71%90.00%
HSB/HSV191°13.41%96.47%
CMYK13.41%2.44%0.00%
3.53%

Color #D5F0F6 in popluar number systems.

HEXD5F0F6
Decimal213240246
Binary110101011111000011110110
Octal325360366

Shades and tints

Shades of #D5F0F6

#D5F0F6
(213,240,246)
#C2DBE0
(194,219,224)
#AFC6CA
(175,198,202)
#9CB1B4
(156,177,180)
#899C9E
(137,156,158)
#768788
(118,135,136)
#637272
(99,114,114)
#505D5C
(80,93,92)
#3D4846
(61,72,70)
#2A3330
(42,51,48)
#171E1A
(23,30,26)
#000000
(0,0,0)

Tints of #D5F0F6

#D5F0F6
(213,240,246)
#D8F1F6
(216,241,246)
#DBF2F6
(219,242,246)
#DEF3F6
(222,243,246)
#E1F4F6
(225,244,246)
#E4F5F6
(228,245,246)
#E7F6F6
(231,246,246)
#EAF7F6
(234,247,246)
#EDF8F6
(237,248,246)
#F0F9F6
(240,249,246)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F0F6 color. Also use rgb(213,240,246) instead hex code.

Text Font Color

.myTextColor { color: #D5F0F6; }

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

This text font color is #D5F0F6.


Background Color

.myBgColor { background-color: #D5F0F6; }

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

This div background color is #D5F0F6.


Border color

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

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

This div border color is #D5F0F6.


Opacity

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

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

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

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

This text has shadow with #D5F0F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F0F6 on black background.


Color preview on white background

This text has color #D5F0F6 on white background.



Black color preview on #D5F0F6 background

This text has black color on #D5F0F6 background.


White color preview on #D5F0F6 background

This text has white color on #D5F0F6 background.