COLOR #D7FCFA

HEX: #D7FCFA
RGB: (215,252,250)

Color info

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

RGB color model

#D7FCFA color RGB value is (215,252,250).

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

RGB channels and saturation

R 215 of 255 = 84%
G 252 of 255 = 99%
B 250 of 255 = 98%

215
252
250

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

Portions of RGB colors in percentages

R + G + B =
215 + 252 + 250 = 717 (100%)
R 215 of 717 ~ 29.99%
G 252 of 717 ~ 35.15%
B 250 of 717 ~ 34.87%

%29.99
%35.15
%34.87

CMYK color model

#D7FCFA color CMYK value is (15,0,1,1).

  • cyan value is 14.68%
  • magenta value is 0.00%
  • yellow value is 0.79%
  • key color value is 1.18%
CMYK:
(15,0,1,1)
C15M0Y1K1 
(15%,0%,1%,1%)
(0.15/0.00/0.01/0.01)	

CMYK percentages

%14.68
%0
%0.79
%1.18

Codes

Color #D7FCFA in popluar color models

D7FCFA
RGB215252250
HSL177°86.05%91.57%
HSB/HSV177°14.68%98.82%
CMYK14.68%0.00%0.79%
1.18%

Color #D7FCFA in popluar number systems.

HEXD7FCFA
Decimal215252250
Binary110101111111110011111010
Octal327374372

Shades and tints

Shades of #D7FCFA

#D7FCFA
(215,252,250)
#C4E6E4
(196,230,228)
#B1D0CE
(177,208,206)
#9EBAB8
(158,186,184)
#8BA4A2
(139,164,162)
#788E8C
(120,142,140)
#657876
(101,120,118)
#526260
(82,98,96)
#3F4C4A
(63,76,74)
#2C3634
(44,54,52)
#19201E
(25,32,30)
#000000
(0,0,0)

Tints of #D7FCFA

#D7FCFA
(215,252,250)
#DAFCFA
(218,252,250)
#DDFCFA
(221,252,250)
#E0FCFA
(224,252,250)
#E3FCFA
(227,252,250)
#E6FCFA
(230,252,250)
#E9FCFA
(233,252,250)
#ECFCFA
(236,252,250)
#EFFCFA
(239,252,250)
#F2FCFA
(242,252,250)
#F5FCFA
(245,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FCFA; }

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

This text font color is #D7FCFA.


Background Color

.myBgColor { background-color: #D7FCFA; }

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

This div background color is #D7FCFA.


Border color

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

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

This div border color is #D7FCFA.


Opacity

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

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

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

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

This text has shadow with #D7FCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FCFA on black background.


Color preview on white background

This text has color #D7FCFA on white background.



Black color preview on #D7FCFA background

This text has black color on #D7FCFA background.


White color preview on #D7FCFA background

This text has white color on #D7FCFA background.