COLOR #D7FDFA

HEX: #D7FDFA
RGB: (215,253,250)

Color info

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

RGB color model

#D7FDFA color RGB value is (215,253,250).

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

RGB channels and saturation

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

215
253
250

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

Portions of RGB colors in percentages

R + G + B =
215 + 253 + 250 = 718 (100%)
R 215 of 718 ~ 29.94%
G 253 of 718 ~ 35.24%
B 250 of 718 ~ 34.82%

%29.94
%35.24
%34.82

CMYK color model

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

  • cyan value is 15.02%
  • magenta value is 0.00%
  • yellow value is 1.19%
  • key color value is 0.78%
CMYK:
(15,0,1,1)
C15M0Y1K1 
(15%,0%,1%,1%)
(0.15/0.00/0.01/0.01)	

CMYK percentages

%15.02
%0
%1.19
%0.78

Codes

Color #D7FDFA in popluar color models

D7FDFA
RGB215253250
HSL175°90.48%91.76%
HSB/HSV175°15.02%99.22%
CMYK15.02%0.00%1.19%
0.78%

Color #D7FDFA in popluar number systems.

HEXD7FDFA
Decimal215253250
Binary110101111111110111111010
Octal327375372

Shades and tints

Shades of #D7FDFA

#D7FDFA
(215,253,250)
#C4E6E4
(196,230,228)
#B1CFCE
(177,207,206)
#9EB8B8
(158,184,184)
#8BA1A2
(139,161,162)
#788A8C
(120,138,140)
#657376
(101,115,118)
#525C60
(82,92,96)
#3F454A
(63,69,74)
#2C2E34
(44,46,52)
#19171E
(25,23,30)
#000000
(0,0,0)

Tints of #D7FDFA

#D7FDFA
(215,253,250)
#DAFDFA
(218,253,250)
#DDFDFA
(221,253,250)
#E0FDFA
(224,253,250)
#E3FDFA
(227,253,250)
#E6FDFA
(230,253,250)
#E9FDFA
(233,253,250)
#ECFDFA
(236,253,250)
#EFFDFA
(239,253,250)
#F2FDFA
(242,253,250)
#F5FDFA
(245,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FDFA; }

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

This text font color is #D7FDFA.


Background Color

.myBgColor { background-color: #D7FDFA; }

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

This div background color is #D7FDFA.


Border color

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

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

This div border color is #D7FDFA.


Opacity

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

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

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

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

This text has shadow with #D7FDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FDFA on black background.


Color preview on white background

This text has color #D7FDFA on white background.



Black color preview on #D7FDFA background

This text has black color on #D7FDFA background.


White color preview on #D7FDFA background

This text has white color on #D7FDFA background.