COLOR #D6EDBE

HEX: #D6EDBE
RGB: (214,237,190)

Color info

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

RGB color model

#D6EDBE color RGB value is (214,237,190).

  • red value is 214;
  • green value is 237;
  • blue value is 190.
RGB:
(214,237,190)
(84%,93%,75%)

RGB channels and saturation

R 214 of 255 = 84%
G 237 of 255 = 93%
B 190 of 255 = 75%

214
237
190

R + G + B ~ 84%. #D6EDBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 237 + 190 = 641 (100%)
R 214 of 641 ~ 33.39%
G 237 of 641 ~ 36.97%
B 190 of 641 ~ 29.64%

%33.39
%36.97
%29.64

CMYK color model

#D6EDBE color CMYK value is (10,0,20,7).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 7.06%
CMYK:
(10,0,20,7)
C10M0Y20K7 
(10%,0%,20%,7%)
(0.10/0.00/0.20/0.07)	

CMYK percentages

%9.7
%0
%19.83
%7.06

Codes

Color #D6EDBE in popluar color models

D6EDBE
RGB214237190
HSL89°56.63%83.73%
HSB/HSV89°19.83%92.94%
CMYK9.70%0.00%19.83%
7.06%

Color #D6EDBE in popluar number systems.

HEXD6EDBE
Decimal214237190
Binary110101101110110110111110
Octal326355276

Shades and tints

Shades of #D6EDBE

#D6EDBE
(214,237,190)
#C3D8AD
(195,216,173)
#B0C39C
(176,195,156)
#9DAE8B
(157,174,139)
#8A997A
(138,153,122)
#778469
(119,132,105)
#646F58
(100,111,88)
#515A47
(81,90,71)
#3E4536
(62,69,54)
#2B3025
(43,48,37)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #D6EDBE

#D6EDBE
(214,237,190)
#D9EEC3
(217,238,195)
#DCEFC8
(220,239,200)
#DFF0CD
(223,240,205)
#E2F1D2
(226,241,210)
#E5F2D7
(229,242,215)
#E8F3DC
(232,243,220)
#EBF4E1
(235,244,225)
#EEF5E6
(238,245,230)
#F1F6EB
(241,246,235)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EDBE color. Also use rgb(214,237,190) instead hex code.

Text Font Color

.myTextColor { color: #D6EDBE; }

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

This text font color is #D6EDBE.


Background Color

.myBgColor { background-color: #D6EDBE; }

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

This div background color is #D6EDBE.


Border color

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

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

This div border color is #D6EDBE.


Opacity

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

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

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

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

This text has shadow with #D6EDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EDBE on black background.


Color preview on white background

This text has color #D6EDBE on white background.



Black color preview on #D6EDBE background

This text has black color on #D6EDBE background.


White color preview on #D6EDBE background

This text has white color on #D6EDBE background.