COLOR #D7F6EE

HEX: #D7F6EE RGB: (215,246,238)

Color info

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

RGB color model

#D7F6EE color RGB value is (215,246,238).

RGB: (215,246,238) (84%, 96%, 93%)

RGB channels and saturation

R 215 of 255 = 84%
G 246 of 255 = 96%
B 238 of 255 = 93%

215
246
238

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

Portions of RGB colors in percentages

R + G + B = 215 + 246 + 238 = 699 (100%)
R 215 of 699 ~ 30.76%
G 246 of 699 ~ 35.19%
B 238 of 699 ~ 34.05'%

%30.76
%35.19
%34.05

CMYK color model

#D7F6EE color CMYK value is (13,0,3,4).

  • cyan value is 12.60%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK: (13,0,3,4) C13M0Y3K4 (13%,0%,3%,4%) (0.13/0.00/0.03/0.04) 

CMYK percentages

%12.6
%0
%3.25
%3.53

Codes

Color #D7F6EE in popluar color models

D7 F6 EE
RGB 215 246 238
HSL 165° 63.27% 90.39%
HSB/HSV 165° 12.60% 96.47%
CMYK 12.60% 0.00% 3.25%
3.53%

Color #D7F6EE in popluar number systems.

HEX D7 F6 EE
Decimal 215 246 238
Binary 11010111 11110110 11101110
Octal 327 366 356

Shades and tints

Shades of #D7F6EE

#D7F6EE
(215,246,238)
#C4E0D9
(196,224,217)
#B1CAC4
(177,202,196)
#9EB4AF
(158,180,175)
#8B9E9A
(139,158,154)
#788885
(120,136,133)
#657270
(101,114,112)
#525C5B
(82,92,91)
#3F4646
(63,70,70)
#2C3031
(44,48,49)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #D7F6EE

#D7F6EE
(215,246,238)
#DAF6EF
(218,246,239)
#DDF6F0
(221,246,240)
#E0F6F1
(224,246,241)
#E3F6F2
(227,246,242)
#E6F6F3
(230,246,243)
#E9F6F4
(233,246,244)
#ECF6F5
(236,246,245)
#EFF6F6
(239,246,246)
#F2F6F7
(242,246,247)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F6EE; }

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

This text font color is #D7F6EE.

Background Color

.myBgColor { background-color: #D7F6EE; }

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

This div background color is #D7F6EE.

Border color

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

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

This div border color is #D7F6EE.

Opacity

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

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

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

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

This text has shadow with #D7F6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F6EE.

Preview

Color preview on black background

This text has color #D7F6EE on black background.


Color preview on white background

This text has color #D7F6EE on white background.


Black color preview on #D7F6EE background

This text has black color on #D7F6EE background.


White color preview on #D7F6EE background

This text has white color on #D7F6EE background.


Related colors

Complementary color

Complementary color for #hex is #280911.


I love getcolorcode.com

Triadic colors

1 #EED7F6 and #F6EED7 with #D7F6EE are triadic colors.

2 #EEF6D7 and #F6D7EE with #D7F6EE are triadic colors.