COLOR #D8F3EA

HEX: #D8F3EA
RGB: (216,243,234)

Color info

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

RGB color model

#D8F3EA color RGB value is (216,243,234).

  • red value is 216;
  • green value is 243;
  • blue value is 234.
RGB:
(216,243,234)
(85%,95%,92%)

RGB channels and saturation

R 216 of 255 = 85%
G 243 of 255 = 95%
B 234 of 255 = 92%

216
243
234

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

Portions of RGB colors in percentages

R + G + B =
216 + 243 + 234 = 693 (100%)
R 216 of 693 ~ 31.17%
G 243 of 693 ~ 35.06%
B 234 of 693 ~ 33.77%

%31.17
%35.06
%33.77

CMYK color model

#D8F3EA color CMYK value is (11,0,4,5).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 4.71%
CMYK:
(11,0,4,5)
C11M0Y4K5 
(11%,0%,4%,5%)
(0.11/0.00/0.04/0.05)	

CMYK percentages

%11.11
%0
%3.7
%4.71

Codes

Color #D8F3EA in popluar color models

D8F3EA
RGB216243234
HSL160°52.94%90.00%
HSB/HSV160°11.11%95.29%
CMYK11.11%0.00%3.70%
4.71%

Color #D8F3EA in popluar number systems.

HEXD8F3EA
Decimal216243234
Binary110110001111001111101010
Octal330363352

Shades and tints

Shades of #D8F3EA

#D8F3EA
(216,243,234)
#C5DDD5
(197,221,213)
#B2C7C0
(178,199,192)
#9FB1AB
(159,177,171)
#8C9B96
(140,155,150)
#798581
(121,133,129)
#666F6C
(102,111,108)
#535957
(83,89,87)
#404342
(64,67,66)
#2D2D2D
(45,45,45)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #D8F3EA

#D8F3EA
(216,243,234)
#DBF4EB
(219,244,235)
#DEF5EC
(222,245,236)
#E1F6ED
(225,246,237)
#E4F7EE
(228,247,238)
#E7F8EF
(231,248,239)
#EAF9F0
(234,249,240)
#EDFAF1
(237,250,241)
#F0FBF2
(240,251,242)
#F3FCF3
(243,252,243)
#F6FDF4
(246,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F3EA color. Also use rgb(216,243,234) instead hex code.

Text Font Color

.myTextColor { color: #D8F3EA; }

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

This text font color is #D8F3EA.


Background Color

.myBgColor { background-color: #D8F3EA; }

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

This div background color is #D8F3EA.


Border color

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

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

This div border color is #D8F3EA.


Opacity

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

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

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

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

This text has shadow with #D8F3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F3EA on black background.


Color preview on white background

This text has color #D8F3EA on white background.



Black color preview on #D8F3EA background

This text has black color on #D8F3EA background.


White color preview on #D8F3EA background

This text has white color on #D8F3EA background.