COLOR #D7F7E2

HEX: #D7F7E2 RGB: (215,247,226)

Color info

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

RGB color model

#D7F7E2 color RGB value is (215,247,226).

RGB: (215,247,226) (84%, 97%, 89%)

RGB channels and saturation

R 215 of 255 = 84%
G 247 of 255 = 97%
B 226 of 255 = 89%

215
247
226

R + G + B ~ 90%. #D7F7E2 is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 247 + 226 = 688 (100%)
R 215 of 688 ~ 31.25%
G 247 of 688 ~ 35.9%
B 226 of 688 ~ 32.85'%

%31.25
%35.9
%32.85

CMYK color model

#D7F7E2 color CMYK value is (13,0,9,3).

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 8.50%
  • key color value is 3.14%
CMYK: (13,0,9,3) C13M0Y9K3 (13%,0%,9%,3%) (0.13/0.00/0.09/0.03) 

CMYK percentages

%12.96
%0
%8.5
%3.14

Codes

Color #D7F7E2 in popluar color models

D7 F7 E2
RGB 215 247 226
HSL 141° 66.67% 90.59%
HSB/HSV 141° 12.96% 96.86%
CMYK 12.96% 0.00% 8.50%
3.14%

Color #D7F7E2 in popluar number systems.

HEX D7 F7 E2
Decimal 215 247 226
Binary 11010111 11110111 11100010
Octal 327 367 342

Shades and tints

Shades of #D7F7E2

#D7F7E2
(215,247,226)
#C4E1CE
(196,225,206)
#B1CBBA
(177,203,186)
#9EB5A6
(158,181,166)
#8B9F92
(139,159,146)
#78897E
(120,137,126)
#65736A
(101,115,106)
#525D56
(82,93,86)
#3F4742
(63,71,66)
#2C312E
(44,49,46)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #D7F7E2

#D7F7E2
(215,247,226)
#DAF7E4
(218,247,228)
#DDF7E6
(221,247,230)
#E0F7E8
(224,247,232)
#E3F7EA
(227,247,234)
#E6F7EC
(230,247,236)
#E9F7EE
(233,247,238)
#ECF7F0
(236,247,240)
#EFF7F2
(239,247,242)
#F2F7F4
(242,247,244)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F7E2 color. Also use rgb(215,247,226) instead hex code.

Text Font Color

.myTextColor { color: #D7F7E2; }

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

This text font color is #D7F7E2.

Background Color

.myBgColor { background-color: #D7F7E2; }

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

This div background color is #D7F7E2.

Border color

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

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

This div border color is #D7F7E2.

Opacity

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

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

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

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

This text has shadow with #D7F7E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F7E2.

Preview

Color preview on black background

This text has color #D7F7E2 on black background.


Color preview on white background

This text has color #D7F7E2 on white background.


Black color preview on #D7F7E2 background

This text has black color on #D7F7E2 background.


White color preview on #D7F7E2 background

This text has white color on #D7F7E2 background.


Related colors

Complementary color

Complementary color for #hex is #28081D.


I love getcolorcode.com

Triadic colors

1 #E2D7F7 and #F7E2D7 with #D7F7E2 are triadic colors.

2 #E2F7D7 and #F7D7E2 with #D7F7E2 are triadic colors.