COLOR #D7F2EE

HEX: #D7F2EE RGB: (215,242,238)

Color info

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

RGB color model

#D7F2EE color RGB value is (215,242,238).

RGB: (215,242,238) (84%, 95%, 93%)

RGB channels and saturation

R 215 of 255 = 84%
G 242 of 255 = 95%
B 238 of 255 = 93%

215
242
238

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

Portions of RGB colors in percentages

R + G + B = 215 + 242 + 238 = 695 (100%)
R 215 of 695 ~ 30.94%
G 242 of 695 ~ 34.82%
B 238 of 695 ~ 34.24'%

%30.94
%34.82
%34.24

CMYK color model

#D7F2EE color CMYK value is (11,0,2,5).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 5.10%

CMYK: (11,0,2,5)
C11M0Y2K5 (11%, 0%, 2%, 5%)
(0.11 / 0.00 / 0.02 / 0.05)

CMYK percentages

%11.16
%0
%1.65
%5.1

Codes

Color #D7F2EE in popluar color models

D7 F2 EE
RGB 215 242 238
HSL 171° 50.94% 89.61%
HSB/HSV 171° 11.16% 94.90%
CMYK 11.16% 0.00% 1.65%
5.10%

Color #D7F2EE in popluar number systems.

HEX D7 F2 EE
Decimal 215 242 238
Binary 11010111 11110010 11101110
Octal 327 362 356

Shades and tints

Shades of #D7F2EE

#D7F2EE
(215,242,238)
#C4DCD9
(196,220,217)
#B1C6C4
(177,198,196)
#9EB0AF
(158,176,175)
#8B9A9A
(139,154,154)
#788485
(120,132,133)
#656E70
(101,110,112)
#52585B
(82,88,91)
#3F4246
(63,66,70)
#2C2C31
(44,44,49)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #D7F2EE

#D7F2EE
(215,242,238)
#DAF3EF
(218,243,239)
#DDF4F0
(221,244,240)
#E0F5F1
(224,245,241)
#E3F6F2
(227,246,242)
#E6F7F3
(230,247,243)
#E9F8F4
(233,248,244)
#ECF9F5
(236,249,245)
#EFFAF6
(239,250,246)
#F2FBF7
(242,251,247)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F2EE; }

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

This text font color is #D7F2EE.

Background Color

.myBgColor { background-color: #D7F2EE; }

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

This div background color is #D7F2EE.

Border color

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

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

This div border color is #D7F2EE.

Opacity

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

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

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

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

This text has shadow with #D7F2EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F2EE.

Preview

Color preview on black background

This text has color #D7F2EE on black background.


Color preview on white background

This text has color #D7F2EE on white background.


Black color preview on #D7F2EE background

This text has black color on #D7F2EE background.


White color preview on #D7F2EE background

This text has white color on #D7F2EE background.


Related colors

Complementary color

Complementary color for #hex is #280D11.


I love getcolorcode.com

Triadic colors

1 #EED7F2 and #F2EED7 with #D7F2EE are triadic colors.

2 #EEF2D7 and #F2D7EE with #D7F2EE are triadic colors.