COLOR #D7F9EE

HEX: #D7F9EE RGB: (215,249,238)

Color info

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

RGB color model

#D7F9EE color RGB value is (215,249,238).

RGB: (215,249,238) (84%, 98%, 93%)

RGB channels and saturation

R 215 of 255 = 84%
G 249 of 255 = 98%
B 238 of 255 = 93%

215
249
238

R + G + B ~ 92%. #D7F9EE is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 249 + 238 = 702 (100%)
R 215 of 702 ~ 30.63%
G 249 of 702 ~ 35.47%
B 238 of 702 ~ 33.9'%

%30.63
%35.47
%33.9

CMYK color model

#D7F9EE color CMYK value is (14,0,4,2).

  • cyan value is 13.65%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 2.35%

CMYK: (14,0,4,2)
C14M0Y4K2 (14%, 0%, 4%, 2%)
(0.14 / 0.00 / 0.04 / 0.02)

CMYK percentages

%13.65
%0
%4.42
%2.35

Codes

Color #D7F9EE in popluar color models

D7 F9 EE
RGB 215 249 238
HSL 161° 73.91% 90.98%
HSB/HSV 161° 13.65% 97.65%
CMYK 13.65% 0.00% 4.42%
2.35%

Color #D7F9EE in popluar number systems.

HEX D7 F9 EE
Decimal 215 249 238
Binary 11010111 11111001 11101110
Octal 327 371 356

Shades and tints

Shades of #D7F9EE

#D7F9EE
(215,249,238)
#C4E3D9
(196,227,217)
#B1CDC4
(177,205,196)
#9EB7AF
(158,183,175)
#8BA19A
(139,161,154)
#788B85
(120,139,133)
#657570
(101,117,112)
#525F5B
(82,95,91)
#3F4946
(63,73,70)
#2C3331
(44,51,49)
#191D1C
(25,29,28)
#000000
(0,0,0)

Tints of #D7F9EE

#D7F9EE
(215,249,238)
#DAF9EF
(218,249,239)
#DDF9F0
(221,249,240)
#E0F9F1
(224,249,241)
#E3F9F2
(227,249,242)
#E6F9F3
(230,249,243)
#E9F9F4
(233,249,244)
#ECF9F5
(236,249,245)
#EFF9F6
(239,249,246)
#F2F9F7
(242,249,247)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F9EE; }

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

This text font color is #D7F9EE.

Background Color

.myBgColor { background-color: #D7F9EE; }

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

This div background color is #D7F9EE.

Border color

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

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

This div border color is #D7F9EE.

Opacity

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

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

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

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

This text has shadow with #D7F9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F9EE.

Preview

Color preview on black background

This text has color #D7F9EE on black background.


Color preview on white background

This text has color #D7F9EE on white background.


Black color preview on #D7F9EE background

This text has black color on #D7F9EE background.


White color preview on #D7F9EE background

This text has white color on #D7F9EE background.


Related colors

Complementary color

Complementary color for #hex is #280611.


I love getcolorcode.com

Triadic colors

1 #EED7F9 and #F9EED7 with #D7F9EE are triadic colors.

2 #EEF9D7 and #F9D7EE with #D7F9EE are triadic colors.