COLOR #D7F9EA

HEX: #D7F9EA
RGB: (215,249,234)

Color info

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

RGB color model

#D7F9EA color RGB value is (215,249,234).

  • red value is 215;
  • green value is 249;
  • blue value is 234.
RGB:
(215,249,234)
(84%,98%,92%)

RGB channels and saturation

R 215 of 255 = 84%
G 249 of 255 = 98%
B 234 of 255 = 92%

215
249
234

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

Portions of RGB colors in percentages

R + G + B =
215 + 249 + 234 = 698 (100%)
R 215 of 698 ~ 30.8%
G 249 of 698 ~ 35.67%
B 234 of 698 ~ 33.52%

%30.8
%35.67
%33.52

CMYK color model

#D7F9EA color CMYK value is (14,0,6,2).

  • cyan value is 13.65%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 2.35%
CMYK:
(14,0,6,2)
C14M0Y6K2 
(14%,0%,6%,2%)
(0.14/0.00/0.06/0.02)	

CMYK percentages

%13.65
%0
%6.02
%2.35

Codes

Color #D7F9EA in popluar color models

D7F9EA
RGB215249234
HSL154°73.91%90.98%
HSB/HSV154°13.65%97.65%
CMYK13.65%0.00%6.02%
2.35%

Color #D7F9EA in popluar number systems.

HEXD7F9EA
Decimal215249234
Binary110101111111100111101010
Octal327371352

Shades and tints

Shades of #D7F9EA

#D7F9EA
(215,249,234)
#C4E3D5
(196,227,213)
#B1CDC0
(177,205,192)
#9EB7AB
(158,183,171)
#8BA196
(139,161,150)
#788B81
(120,139,129)
#65756C
(101,117,108)
#525F57
(82,95,87)
#3F4942
(63,73,66)
#2C332D
(44,51,45)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #D7F9EA

#D7F9EA
(215,249,234)
#DAF9EB
(218,249,235)
#DDF9EC
(221,249,236)
#E0F9ED
(224,249,237)
#E3F9EE
(227,249,238)
#E6F9EF
(230,249,239)
#E9F9F0
(233,249,240)
#ECF9F1
(236,249,241)
#EFF9F2
(239,249,242)
#F2F9F3
(242,249,243)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F9EA color. Also use rgb(215,249,234) instead hex code.

Text Font Color

.myTextColor { color: #D7F9EA; }

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

This text font color is #D7F9EA.


Background Color

.myBgColor { background-color: #D7F9EA; }

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

This div background color is #D7F9EA.


Border color

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

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

This div border color is #D7F9EA.


Opacity

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

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

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

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

This text has shadow with #D7F9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F9EA on black background.


Color preview on white background

This text has color #D7F9EA on white background.



Black color preview on #D7F9EA background

This text has black color on #D7F9EA background.


White color preview on #D7F9EA background

This text has white color on #D7F9EA background.