COLOR #D7F3E7

HEX: #D7F3E7
RGB: (215,243,231)

Color info

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

RGB color model

#D7F3E7 color RGB value is (215,243,231).

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

RGB channels and saturation

R 215 of 255 = 84%
G 243 of 255 = 95%
B 231 of 255 = 91%

215
243
231

R + G + B ~ 90%. #D7F3E7 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 243 + 231 = 689 (100%)
R 215 of 689 ~ 31.2%
G 243 of 689 ~ 35.27%
B 231 of 689 ~ 33.53%

%31.2
%35.27
%33.53

CMYK color model

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

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 4.71%
CMYK:
(12,0,5,5)
C12M0Y5K5 
(12%,0%,5%,5%)
(0.12/0.00/0.05/0.05)	

CMYK percentages

%11.52
%0
%4.94
%4.71

Codes

Color #D7F3E7 in popluar color models

D7F3E7
RGB215243231
HSL154°53.85%89.80%
HSB/HSV154°11.52%95.29%
CMYK11.52%0.00%4.94%
4.71%

Color #D7F3E7 in popluar number systems.

HEXD7F3E7
Decimal215243231
Binary110101111111001111100111
Octal327363347

Shades and tints

Shades of #D7F3E7

#D7F3E7
(215,243,231)
#C4DDD2
(196,221,210)
#B1C7BD
(177,199,189)
#9EB1A8
(158,177,168)
#8B9B93
(139,155,147)
#78857E
(120,133,126)
#656F69
(101,111,105)
#525954
(82,89,84)
#3F433F
(63,67,63)
#2C2D2A
(44,45,42)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #D7F3E7

#D7F3E7
(215,243,231)
#DAF4E9
(218,244,233)
#DDF5EB
(221,245,235)
#E0F6ED
(224,246,237)
#E3F7EF
(227,247,239)
#E6F8F1
(230,248,241)
#E9F9F3
(233,249,243)
#ECFAF5
(236,250,245)
#EFFBF7
(239,251,247)
#F2FCF9
(242,252,249)
#F5FDFB
(245,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F3E7; }

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

This text font color is #D7F3E7.


Background Color

.myBgColor { background-color: #D7F3E7; }

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

This div background color is #D7F3E7.


Border color

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

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

This div border color is #D7F3E7.


Opacity

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

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

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

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

This text has shadow with #D7F3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F3E7 on black background.


Color preview on white background

This text has color #D7F3E7 on white background.



Black color preview on #D7F3E7 background

This text has black color on #D7F3E7 background.


White color preview on #D7F3E7 background

This text has white color on #D7F3E7 background.