COLOR #D8EFD2

HEX: #D8EFD2 RGB: (216,239,210)

Color info

#D8EFD2 contains red, green and blue colors in about the same proportion. Web safe color of #D8EFD2 is #CCFFCC (or #CFC).

RGB color model

#D8EFD2 color RGB value is (216,239,210).

RGB: (216,239,210) (85%, 94%, 82%)

RGB channels and saturation

R 216 of 255 = 85%
G 239 of 255 = 94%
B 210 of 255 = 82%

216
239
210

R + G + B ~ 87%. #D8EFD2 is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 239 + 210 = 665 (100%)
R 216 of 665 ~ 32.48%
G 239 of 665 ~ 35.94%
B 210 of 665 ~ 31.58'%

%32.48
%35.94
%31.58

CMYK color model

#D8EFD2 color CMYK value is (10,0,12,6).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 12.13%
  • key color value is 6.27%

CMYK: (10,0,12,6)
C10M0Y12K6 (10%, 0%, 12%, 6%)
(0.10 / 0.00 / 0.12 / 0.06)

CMYK percentages

%9.62
%0
%12.13
%6.27

Codes

Color #D8EFD2 in popluar color models

D8 EF D2
RGB 216 239 210
HSL 108° 47.54% 88.04%
HSB/HSV 108° 12.13% 93.73%
CMYK 9.62% 0.00% 12.13%
6.27%

Color #D8EFD2 in popluar number systems.

HEX D8 EF D2
Decimal 216 239 210
Binary 11011000 11101111 11010010
Octal 330 357 322

Shades and tints

Shades of #D8EFD2

#D8EFD2
(216,239,210)
#C5DABF
(197,218,191)
#B2C5AC
(178,197,172)
#9FB099
(159,176,153)
#8C9B86
(140,155,134)
#798673
(121,134,115)
#667160
(102,113,96)
#535C4D
(83,92,77)
#40473A
(64,71,58)
#2D3227
(45,50,39)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #D8EFD2

#D8EFD2
(216,239,210)
#DBF0D6
(219,240,214)
#DEF1DA
(222,241,218)
#E1F2DE
(225,242,222)
#E4F3E2
(228,243,226)
#E7F4E6
(231,244,230)
#EAF5EA
(234,245,234)
#EDF6EE
(237,246,238)
#F0F7F2
(240,247,242)
#F3F8F6
(243,248,246)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EFD2 color. Also use rgb(216,239,210) instead hex code.

Text Font Color

.myTextColor { color: #D8EFD2; }

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

This text font color is #D8EFD2.

Background Color

.myBgColor { background-color: #D8EFD2; }

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

This div background color is #D8EFD2.

Border color

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

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

This div border color is #D8EFD2.

Opacity

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

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

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

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

This text has shadow with #D8EFD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EFD2.

Preview

Color preview on black background

This text has color #D8EFD2 on black background.


Color preview on white background

This text has color #D8EFD2 on white background.


Black color preview on #D8EFD2 background

This text has black color on #D8EFD2 background.


White color preview on #D8EFD2 background

This text has white color on #D8EFD2 background.


Related colors

Complementary color

Complementary color for #hex is #27102D.


I love getcolorcode.com

Triadic colors

1 #D2D8EF and #EFD2D8 with #D8EFD2 are triadic colors.

2 #D2EFD8 and #EFD8D2 with #D8EFD2 are triadic colors.