COLOR #D4EFBE

HEX: #D4EFBE
RGB: (212,239,190)

Color info

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

RGB color model

#D4EFBE color RGB value is (212,239,190).

  • red value is 212;
  • green value is 239;
  • blue value is 190.
RGB:
(212,239,190)
(83%,94%,75%)

RGB channels and saturation

R 212 of 255 = 83%
G 239 of 255 = 94%
B 190 of 255 = 75%

212
239
190

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

Portions of RGB colors in percentages

R + G + B =
212 + 239 + 190 = 641 (100%)
R 212 of 641 ~ 33.07%
G 239 of 641 ~ 37.29%
B 190 of 641 ~ 29.64%

%33.07
%37.29
%29.64

CMYK color model

#D4EFBE color CMYK value is (11,0,21,6).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 6.27%
CMYK:
(11,0,21,6)
C11M0Y21K6 
(11%,0%,21%,6%)
(0.11/0.00/0.21/0.06)	

CMYK percentages

%11.3
%0
%20.5
%6.27

Codes

Color #D4EFBE in popluar color models

D4EFBE
RGB212239190
HSL93°60.49%84.12%
HSB/HSV93°20.50%93.73%
CMYK11.30%0.00%20.50%
6.27%

Color #D4EFBE in popluar number systems.

HEXD4EFBE
Decimal212239190
Binary110101001110111110111110
Octal324357276

Shades and tints

Shades of #D4EFBE

#D4EFBE
(212,239,190)
#C1DAAD
(193,218,173)
#AEC59C
(174,197,156)
#9BB08B
(155,176,139)
#889B7A
(136,155,122)
#758669
(117,134,105)
#627158
(98,113,88)
#4F5C47
(79,92,71)
#3C4736
(60,71,54)
#293225
(41,50,37)
#161D14
(22,29,20)
#000000
(0,0,0)

Tints of #D4EFBE

#D4EFBE
(212,239,190)
#D7F0C3
(215,240,195)
#DAF1C8
(218,241,200)
#DDF2CD
(221,242,205)
#E0F3D2
(224,243,210)
#E3F4D7
(227,244,215)
#E6F5DC
(230,245,220)
#E9F6E1
(233,246,225)
#ECF7E6
(236,247,230)
#EFF8EB
(239,248,235)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EFBE color. Also use rgb(212,239,190) instead hex code.

Text Font Color

.myTextColor { color: #D4EFBE; }

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

This text font color is #D4EFBE.


Background Color

.myBgColor { background-color: #D4EFBE; }

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

This div background color is #D4EFBE.


Border color

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

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

This div border color is #D4EFBE.


Opacity

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

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

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

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

This text has shadow with #D4EFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EFBE on black background.


Color preview on white background

This text has color #D4EFBE on white background.



Black color preview on #D4EFBE background

This text has black color on #D4EFBE background.


White color preview on #D4EFBE background

This text has white color on #D4EFBE background.