COLOR #D7F7FA

HEX: #D7F7FA
RGB: (215,247,250)

Color info

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

RGB color model

#D7F7FA color RGB value is (215,247,250).

  • red value is 215;
  • green value is 247;
  • blue value is 250.
RGB:
(215,247,250)
(84%,97%,98%)

RGB channels and saturation

R 215 of 255 = 84%
G 247 of 255 = 97%
B 250 of 255 = 98%

215
247
250

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

Portions of RGB colors in percentages

R + G + B =
215 + 247 + 250 = 712 (100%)
R 215 of 712 ~ 30.2%
G 247 of 712 ~ 34.69%
B 250 of 712 ~ 35.11%

%30.2
%34.69
%35.11

CMYK color model

#D7F7FA color CMYK value is (14,1,0,2).

  • cyan value is 14.00%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(14,1,0,2)
C14M1Y0K2 
(14%,1%,0%,2%)
(0.14/0.01/0.00/0.02)	

CMYK percentages

%14
%1.2
%0
%1.96

Codes

Color #D7F7FA in popluar color models

D7F7FA
RGB215247250
HSL185°77.78%91.18%
HSB/HSV185°14.00%98.04%
CMYK14.00%1.20%0.00%
1.96%

Color #D7F7FA in popluar number systems.

HEXD7F7FA
Decimal215247250
Binary110101111111011111111010
Octal327367372

Shades and tints

Shades of #D7F7FA

#D7F7FA
(215,247,250)
#C4E1E4
(196,225,228)
#B1CBCE
(177,203,206)
#9EB5B8
(158,181,184)
#8B9FA2
(139,159,162)
#78898C
(120,137,140)
#657376
(101,115,118)
#525D60
(82,93,96)
#3F474A
(63,71,74)
#2C3134
(44,49,52)
#191B1E
(25,27,30)
#000000
(0,0,0)

Tints of #D7F7FA

#D7F7FA
(215,247,250)
#DAF7FA
(218,247,250)
#DDF7FA
(221,247,250)
#E0F7FA
(224,247,250)
#E3F7FA
(227,247,250)
#E6F7FA
(230,247,250)
#E9F7FA
(233,247,250)
#ECF7FA
(236,247,250)
#EFF7FA
(239,247,250)
#F2F7FA
(242,247,250)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F7FA color. Also use rgb(215,247,250) instead hex code.

Text Font Color

.myTextColor { color: #D7F7FA; }

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

This text font color is #D7F7FA.


Background Color

.myBgColor { background-color: #D7F7FA; }

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

This div background color is #D7F7FA.


Border color

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

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

This div border color is #D7F7FA.


Opacity

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

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

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

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

This text has shadow with #D7F7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F7FA on black background.


Color preview on white background

This text has color #D7F7FA on white background.



Black color preview on #D7F7FA background

This text has black color on #D7F7FA background.


White color preview on #D7F7FA background

This text has white color on #D7F7FA background.