COLOR #D7F5E5

HEX: #D7F5E5 RGB: (215,245,229)

Color info

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

RGB color model

#D7F5E5 color RGB value is (215,245,229).

RGB: (215,245,229) (84%, 96%, 90%)

RGB channels and saturation

R 215 of 255 = 84%
G 245 of 255 = 96%
B 229 of 255 = 90%

215
245
229

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

Portions of RGB colors in percentages

R + G + B = 215 + 245 + 229 = 689 (100%)
R 215 of 689 ~ 31.2%
G 245 of 689 ~ 35.56%
B 229 of 689 ~ 33.24'%

%31.2
%35.56
%33.24

CMYK color model

#D7F5E5 color CMYK value is (12,0,7,4).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 6.53%
  • key color value is 3.92%

CMYK: (12,0,7,4)
C12M0Y7K4 (12%, 0%, 7%, 4%)
(0.12 / 0.00 / 0.07 / 0.04)

CMYK percentages

%12.24
%0
%6.53
%3.92

Codes

Color #D7F5E5 in popluar color models

D7 F5 E5
RGB 215 245 229
HSL 148° 60.00% 90.20%
HSB/HSV 148° 12.24% 96.08%
CMYK 12.24% 0.00% 6.53%
3.92%

Color #D7F5E5 in popluar number systems.

HEX D7 F5 E5
Decimal 215 245 229
Binary 11010111 11110101 11100101
Octal 327 365 345

Shades and tints

Shades of #D7F5E5

#D7F5E5
(215,245,229)
#C4DFD1
(196,223,209)
#B1C9BD
(177,201,189)
#9EB3A9
(158,179,169)
#8B9D95
(139,157,149)
#788781
(120,135,129)
#65716D
(101,113,109)
#525B59
(82,91,89)
#3F4545
(63,69,69)
#2C2F31
(44,47,49)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #D7F5E5

#D7F5E5
(215,245,229)
#DAF5E7
(218,245,231)
#DDF5E9
(221,245,233)
#E0F5EB
(224,245,235)
#E3F5ED
(227,245,237)
#E6F5EF
(230,245,239)
#E9F5F1
(233,245,241)
#ECF5F3
(236,245,243)
#EFF5F5
(239,245,245)
#F2F5F7
(242,245,247)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F5E5 color. Also use rgb(215,245,229) instead hex code.

Text Font Color

.myTextColor { color: #D7F5E5; }

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

This text font color is #D7F5E5.

Background Color

.myBgColor { background-color: #D7F5E5; }

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

This div background color is #D7F5E5.

Border color

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

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

This div border color is #D7F5E5.

Opacity

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

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

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

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

This text has shadow with #D7F5E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F5E5.

Preview

Color preview on black background

This text has color #D7F5E5 on black background.


Color preview on white background

This text has color #D7F5E5 on white background.


Black color preview on #D7F5E5 background

This text has black color on #D7F5E5 background.


White color preview on #D7F5E5 background

This text has white color on #D7F5E5 background.


Related colors

Complementary color

Complementary color for #hex is #280A1A.


I love getcolorcode.com

Triadic colors

1 #E5D7F5 and #F5E5D7 with #D7F5E5 are triadic colors.

2 #E5F5D7 and #F5D7E5 with #D7F5E5 are triadic colors.