COLOR #D7F3FF

HEX: #D7F3FF
RGB: (215,243,255)

Color info

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

RGB color model

#D7F3FF color RGB value is (215,243,255).

  • red value is 215;
  • green value is 243;
  • blue value is 255.
RGB:
(215,243,255)
(84%,95%,100%)

RGB channels and saturation

R 215 of 255 = 84%
G 243 of 255 = 95%
B 255 of 255 = 100%

215
243
255

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

Portions of RGB colors in percentages

R + G + B =
215 + 243 + 255 = 713 (100%)
R 215 of 713 ~ 30.15%
G 243 of 713 ~ 34.08%
B 255 of 713 ~ 35.76%

%30.15
%34.08
%35.76

CMYK color model

#D7F3FF color CMYK value is (16,5,0,0).

  • cyan value is 15.69%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(16,5,0,0)
C16M5Y0K0 
(16%,5%,0%,0%)
(0.16/0.05/0.00/0.00)	

CMYK percentages

%15.69
%4.71
%0
%0

Codes

Color #D7F3FF in popluar color models

D7F3FF
RGB215243255
HSL198°100.00%92.16%
HSB/HSV198°15.69%100.00%
CMYK15.69%4.71%0.00%
0.00%

Color #D7F3FF in popluar number systems.

HEXD7F3FF
Decimal215243255
Binary110101111111001111111111
Octal327363377

Shades and tints

Shades of #D7F3FF

#D7F3FF
(215,243,255)
#C4DDE8
(196,221,232)
#B1C7D1
(177,199,209)
#9EB1BA
(158,177,186)
#8B9BA3
(139,155,163)
#78858C
(120,133,140)
#656F75
(101,111,117)
#52595E
(82,89,94)
#3F4347
(63,67,71)
#2C2D30
(44,45,48)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #D7F3FF

#D7F3FF
(215,243,255)
#DAF4FF
(218,244,255)
#DDF5FF
(221,245,255)
#E0F6FF
(224,246,255)
#E3F7FF
(227,247,255)
#E6F8FF
(230,248,255)
#E9F9FF
(233,249,255)
#ECFAFF
(236,250,255)
#EFFBFF
(239,251,255)
#F2FCFF
(242,252,255)
#F5FDFF
(245,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F3FF color. Also use rgb(215,243,255) instead hex code.

Text Font Color

.myTextColor { color: #D7F3FF; }

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

This text font color is #D7F3FF.


Background Color

.myBgColor { background-color: #D7F3FF; }

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

This div background color is #D7F3FF.


Border color

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

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

This div border color is #D7F3FF.


Opacity

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

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

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

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

This text has shadow with #D7F3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F3FF on black background.


Color preview on white background

This text has color #D7F3FF on white background.



Black color preview on #D7F3FF background

This text has black color on #D7F3FF background.


White color preview on #D7F3FF background

This text has white color on #D7F3FF background.