COLOR #D7F3EE

HEX: #D7F3EE
RGB: (215,243,238)

Color info

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

RGB color model

#D7F3EE color RGB value is (215,243,238).

  • red value is 215;
  • green value is 243;
  • blue value is 238.
RGB:
(215,243,238)
(84%,95%,93%)

RGB channels and saturation

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

215
243
238

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

Portions of RGB colors in percentages

R + G + B =
215 + 243 + 238 = 696 (100%)
R 215 of 696 ~ 30.89%
G 243 of 696 ~ 34.91%
B 238 of 696 ~ 34.2%

%30.89
%34.91
%34.2

CMYK color model

#D7F3EE color CMYK value is (12,0,2,5).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 4.71%
CMYK:
(12,0,2,5)
C12M0Y2K5 
(12%,0%,2%,5%)
(0.12/0.00/0.02/0.05)	

CMYK percentages

%11.52
%0
%2.06
%4.71

Codes

Color #D7F3EE in popluar color models

D7F3EE
RGB215243238
HSL169°53.85%89.80%
HSB/HSV169°11.52%95.29%
CMYK11.52%0.00%2.06%
4.71%

Color #D7F3EE in popluar number systems.

HEXD7F3EE
Decimal215243238
Binary110101111111001111101110
Octal327363356

Shades and tints

Shades of #D7F3EE

#D7F3EE
(215,243,238)
#C4DDD9
(196,221,217)
#B1C7C4
(177,199,196)
#9EB1AF
(158,177,175)
#8B9B9A
(139,155,154)
#788585
(120,133,133)
#656F70
(101,111,112)
#52595B
(82,89,91)
#3F4346
(63,67,70)
#2C2D31
(44,45,49)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #D7F3EE

#D7F3EE
(215,243,238)
#DAF4EF
(218,244,239)
#DDF5F0
(221,245,240)
#E0F6F1
(224,246,241)
#E3F7F2
(227,247,242)
#E6F8F3
(230,248,243)
#E9F9F4
(233,249,244)
#ECFAF5
(236,250,245)
#EFFBF6
(239,251,246)
#F2FCF7
(242,252,247)
#F5FDF8
(245,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F3EE; }

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

This text font color is #D7F3EE.


Background Color

.myBgColor { background-color: #D7F3EE; }

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

This div background color is #D7F3EE.


Border color

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

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

This div border color is #D7F3EE.


Opacity

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

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

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

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

This text has shadow with #D7F3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F3EE on black background.


Color preview on white background

This text has color #D7F3EE on white background.



Black color preview on #D7F3EE background

This text has black color on #D7F3EE background.


White color preview on #D7F3EE background

This text has white color on #D7F3EE background.