COLOR #D7EF9F

HEX: #D7EF9F RGB: (215,239,159)

Color info

#D7EF9F contains mainly red and green colors. Web safe color of #D7EF9F is #CCFF99 (or #CF9).

RGB color model

#D7EF9F color RGB value is (215,239,159).

RGB: (215,239,159) (84%, 94%, 62%)

RGB channels and saturation

R 215 of 255 = 84%
G 239 of 255 = 94%
B 159 of 255 = 62%

215
239
159

R + G + B ~ 80%. #D7EF9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 239 + 159 = 613 (100%)
R 215 of 613 ~ 35.07%
G 239 of 613 ~ 38.99%
B 159 of 613 ~ 25.94'%

%35.07
%38.99
%25.94

CMYK color model

#D7EF9F color CMYK value is (10,0,33,6).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 33.47%
  • key color value is 6.27%
CMYK: (10,0,33,6) C10M0Y33K6 (10%,0%,33%,6%) (0.10/0.00/0.33/0.06) 

CMYK percentages

%10.04
%0
%33.47
%6.27

Codes

Color #D7EF9F in popluar color models

D7 EF 9F
RGB 215 239 159
HSL 78° 71.43% 78.04%
HSB/HSV 78° 33.47% 93.73%
CMYK 10.04% 0.00% 33.47%
6.27%

Color #D7EF9F in popluar number systems.

HEX D7 EF 9F
Decimal 215 239 159
Binary 11010111 11101111 10011111
Octal 327 357 237

Shades and tints

Shades of #D7EF9F

#D7EF9F
(215,239,159)
#C4DA91
(196,218,145)
#B1C583
(177,197,131)
#9EB075
(158,176,117)
#8B9B67
(139,155,103)
#788659
(120,134,89)
#65714B
(101,113,75)
#525C3D
(82,92,61)
#3F472F
(63,71,47)
#2C3221
(44,50,33)
#191D13
(25,29,19)
#000000
(0,0,0)

Tints of #D7EF9F

#D7EF9F
(215,239,159)
#DAF0A7
(218,240,167)
#DDF1AF
(221,241,175)
#E0F2B7
(224,242,183)
#E3F3BF
(227,243,191)
#E6F4C7
(230,244,199)
#E9F5CF
(233,245,207)
#ECF6D7
(236,246,215)
#EFF7DF
(239,247,223)
#F2F8E7
(242,248,231)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EF9F; }

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

This text font color is #D7EF9F.

Background Color

.myBgColor { background-color: #D7EF9F; }

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

This div background color is #D7EF9F.

Border color

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

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

This div border color is #D7EF9F.

Opacity

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

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

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

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

This text has shadow with #D7EF9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EF9F.

Preview

Color preview on black background

This text has color #D7EF9F on black background.


Color preview on white background

This text has color #D7EF9F on white background.


Black color preview on #D7EF9F background

This text has black color on #D7EF9F background.


White color preview on #D7EF9F background

This text has white color on #D7EF9F background.


Related colors

Complementary color

Complementary color for #hex is #281060.


I love getcolorcode.com

Triadic colors

1 #9FD7EF and #EF9FD7 with #D7EF9F are triadic colors.

2 #9FEFD7 and #EFD79F with #D7EF9F are triadic colors.