COLOR #D7F0EB

HEX: #D7F0EB
RGB: (215,240,235)

Color info

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

RGB color model

#D7F0EB color RGB value is (215,240,235).

  • red value is 215;
  • green value is 240;
  • blue value is 235.
RGB:
(215,240,235)
(84%,94%,92%)

RGB channels and saturation

R 215 of 255 = 84%
G 240 of 255 = 94%
B 235 of 255 = 92%

215
240
235

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

Portions of RGB colors in percentages

R + G + B =
215 + 240 + 235 = 690 (100%)
R 215 of 690 ~ 31.16%
G 240 of 690 ~ 34.78%
B 235 of 690 ~ 34.06%

%31.16
%34.78
%34.06

CMYK color model

#D7F0EB color CMYK value is (10,0,2,6).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 5.88%
CMYK:
(10,0,2,6)
C10M0Y2K6 
(10%,0%,2%,6%)
(0.10/0.00/0.02/0.06)	

CMYK percentages

%10.42
%0
%2.08
%5.88

Codes

Color #D7F0EB in popluar color models

D7F0EB
RGB215240235
HSL168°45.45%89.22%
HSB/HSV168°10.42%94.12%
CMYK10.42%0.00%2.08%
5.88%

Color #D7F0EB in popluar number systems.

HEXD7F0EB
Decimal215240235
Binary110101111111000011101011
Octal327360353

Shades and tints

Shades of #D7F0EB

#D7F0EB
(215,240,235)
#C4DBD6
(196,219,214)
#B1C6C1
(177,198,193)
#9EB1AC
(158,177,172)
#8B9C97
(139,156,151)
#788782
(120,135,130)
#65726D
(101,114,109)
#525D58
(82,93,88)
#3F4843
(63,72,67)
#2C332E
(44,51,46)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #D7F0EB

#D7F0EB
(215,240,235)
#DAF1EC
(218,241,236)
#DDF2ED
(221,242,237)
#E0F3EE
(224,243,238)
#E3F4EF
(227,244,239)
#E6F5F0
(230,245,240)
#E9F6F1
(233,246,241)
#ECF7F2
(236,247,242)
#EFF8F3
(239,248,243)
#F2F9F4
(242,249,244)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F0EB color. Also use rgb(215,240,235) instead hex code.

Text Font Color

.myTextColor { color: #D7F0EB; }

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

This text font color is #D7F0EB.


Background Color

.myBgColor { background-color: #D7F0EB; }

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

This div background color is #D7F0EB.


Border color

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

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

This div border color is #D7F0EB.


Opacity

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

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

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

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

This text has shadow with #D7F0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F0EB on black background.


Color preview on white background

This text has color #D7F0EB on white background.



Black color preview on #D7F0EB background

This text has black color on #D7F0EB background.


White color preview on #D7F0EB background

This text has white color on #D7F0EB background.