COLOR #D8EFC3

HEX: #D8EFC3 RGB: (216,239,195)

Color info

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

RGB color model

#D8EFC3 color RGB value is (216,239,195).

RGB: (216,239,195) (85%, 94%, 76%)

RGB channels and saturation

R 216 of 255 = 85%
G 239 of 255 = 94%
B 195 of 255 = 76%

216
239
195

R + G + B ~ 85%. #D8EFC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 239 + 195 = 650 (100%)
R 216 of 650 ~ 33.23%
G 239 of 650 ~ 36.77%
B 195 of 650 ~ 30'%

%33.23
%36.77
%30

CMYK color model

#D8EFC3 color CMYK value is (10,0,18,6).

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

CMYK: (10,0,18,6)
C10M0Y18K6 (10%, 0%, 18%, 6%)
(0.10 / 0.00 / 0.18 / 0.06)

CMYK percentages

%9.62
%0
%18.41
%6.27

Codes

Color #D8EFC3 in popluar color models

D8 EF C3
RGB 216 239 195
HSL 91° 57.89% 85.10%
HSB/HSV 91° 18.41% 93.73%
CMYK 9.62% 0.00% 18.41%
6.27%

Color #D8EFC3 in popluar number systems.

HEX D8 EF C3
Decimal 216 239 195
Binary 11011000 11101111 11000011
Octal 330 357 303

Shades and tints

Shades of #D8EFC3

#D8EFC3
(216,239,195)
#C5DAB2
(197,218,178)
#B2C5A1
(178,197,161)
#9FB090
(159,176,144)
#8C9B7F
(140,155,127)
#79866E
(121,134,110)
#66715D
(102,113,93)
#535C4C
(83,92,76)
#40473B
(64,71,59)
#2D322A
(45,50,42)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #D8EFC3

#D8EFC3
(216,239,195)
#DBF0C8
(219,240,200)
#DEF1CD
(222,241,205)
#E1F2D2
(225,242,210)
#E4F3D7
(228,243,215)
#E7F4DC
(231,244,220)
#EAF5E1
(234,245,225)
#EDF6E6
(237,246,230)
#F0F7EB
(240,247,235)
#F3F8F0
(243,248,240)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EFC3; }

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

This text font color is #D8EFC3.

Background Color

.myBgColor { background-color: #D8EFC3; }

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

This div background color is #D8EFC3.

Border color

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

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

This div border color is #D8EFC3.

Opacity

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

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

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

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

This text has shadow with #D8EFC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EFC3.

Preview

Color preview on black background

This text has color #D8EFC3 on black background.


Color preview on white background

This text has color #D8EFC3 on white background.


Black color preview on #D8EFC3 background

This text has black color on #D8EFC3 background.


White color preview on #D8EFC3 background

This text has white color on #D8EFC3 background.


Related colors

Complementary color

Complementary color for #hex is #27103C.


I love getcolorcode.com

Triadic colors

1 #C3D8EF and #EFC3D8 with #D8EFC3 are triadic colors.

2 #C3EFD8 and #EFD8C3 with #D8EFC3 are triadic colors.