COLOR #D7EFB4

HEX: #D7EFB4
RGB: (215,239,180)

Color info

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

RGB color model

#D7EFB4 color RGB value is (215,239,180).

  • red value is 215;
  • green value is 239;
  • blue value is 180.
RGB:
(215,239,180)
(84%,94%,71%)

RGB channels and saturation

R 215 of 255 = 84%
G 239 of 255 = 94%
B 180 of 255 = 71%

215
239
180

R + G + B ~ 83%. #D7EFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 239 + 180 = 634 (100%)
R 215 of 634 ~ 33.91%
G 239 of 634 ~ 37.7%
B 180 of 634 ~ 28.39%

%33.91
%37.7
%28.39

CMYK color model

#D7EFB4 color CMYK value is (10,0,25,6).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 6.27%
CMYK:
(10,0,25,6)
C10M0Y25K6 
(10%,0%,25%,6%)
(0.10/0.00/0.25/0.06)	

CMYK percentages

%10.04
%0
%24.69
%6.27

Codes

Color #D7EFB4 in popluar color models

D7EFB4
RGB215239180
HSL84°64.84%82.16%
HSB/HSV84°24.69%93.73%
CMYK10.04%0.00%24.69%
6.27%

Color #D7EFB4 in popluar number systems.

HEXD7EFB4
Decimal215239180
Binary110101111110111110110100
Octal327357264

Shades and tints

Shades of #D7EFB4

#D7EFB4
(215,239,180)
#C4DAA4
(196,218,164)
#B1C594
(177,197,148)
#9EB084
(158,176,132)
#8B9B74
(139,155,116)
#788664
(120,134,100)
#657154
(101,113,84)
#525C44
(82,92,68)
#3F4734
(63,71,52)
#2C3224
(44,50,36)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #D7EFB4

#D7EFB4
(215,239,180)
#DAF0BA
(218,240,186)
#DDF1C0
(221,241,192)
#E0F2C6
(224,242,198)
#E3F3CC
(227,243,204)
#E6F4D2
(230,244,210)
#E9F5D8
(233,245,216)
#ECF6DE
(236,246,222)
#EFF7E4
(239,247,228)
#F2F8EA
(242,248,234)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EFB4 color. Also use rgb(215,239,180) instead hex code.

Text Font Color

.myTextColor { color: #D7EFB4; }

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

This text font color is #D7EFB4.


Background Color

.myBgColor { background-color: #D7EFB4; }

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

This div background color is #D7EFB4.


Border color

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

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

This div border color is #D7EFB4.


Opacity

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

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

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

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

This text has shadow with #D7EFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EFB4 on black background.


Color preview on white background

This text has color #D7EFB4 on white background.



Black color preview on #D7EFB4 background

This text has black color on #D7EFB4 background.


White color preview on #D7EFB4 background

This text has white color on #D7EFB4 background.