COLOR #D7FCE8

HEX: #D7FCE8 RGB: (215,252,232)

Color info

#D7FCE8 contains red, green and blue colors in about the same proportion. Web safe color of #D7FCE8 is #CCFFFF (or #CFF).

RGB color model

#D7FCE8 color RGB value is (215,252,232).

RGB: (215,252,232) (84%, 99%, 91%)

RGB channels and saturation

R 215 of 255 = 84%
G 252 of 255 = 99%
B 232 of 255 = 91%

215
252
232

R + G + B ~ 91%. #D7FCE8 is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 252 + 232 = 699 (100%)
R 215 of 699 ~ 30.76%
G 252 of 699 ~ 36.05%
B 232 of 699 ~ 33.19'%

%30.76
%36.05
%33.19

CMYK color model

#D7FCE8 color CMYK value is (15,0,8,1).

  • cyan value is 14.68%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 1.18%

CMYK: (15,0,8,1)
C15M0Y8K1 (15%, 0%, 8%, 1%)
(0.15 / 0.00 / 0.08 / 0.01)

CMYK percentages

%14.68
%0
%7.94
%1.18

Codes

Color #D7FCE8 in popluar color models

D7 FC E8
RGB 215 252 232
HSL 148° 86.05% 91.57%
HSB/HSV 148° 14.68% 98.82%
CMYK 14.68% 0.00% 7.94%
1.18%

Color #D7FCE8 in popluar number systems.

HEX D7 FC E8
Decimal 215 252 232
Binary 11010111 11111100 11101000
Octal 327 374 350

Shades and tints

Shades of #D7FCE8

#D7FCE8
(215,252,232)
#C4E6D3
(196,230,211)
#B1D0BE
(177,208,190)
#9EBAA9
(158,186,169)
#8BA494
(139,164,148)
#788E7F
(120,142,127)
#65786A
(101,120,106)
#526255
(82,98,85)
#3F4C40
(63,76,64)
#2C362B
(44,54,43)
#192016
(25,32,22)
#000000
(0,0,0)

Tints of #D7FCE8

#D7FCE8
(215,252,232)
#DAFCEA
(218,252,234)
#DDFCEC
(221,252,236)
#E0FCEE
(224,252,238)
#E3FCF0
(227,252,240)
#E6FCF2
(230,252,242)
#E9FCF4
(233,252,244)
#ECFCF6
(236,252,246)
#EFFCF8
(239,252,248)
#F2FCFA
(242,252,250)
#F5FCFC
(245,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7FCE8 color. Also use rgb(215,252,232) instead hex code.

Text Font Color

.myTextColor { color: #D7FCE8; }

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

This text font color is #D7FCE8.

Background Color

.myBgColor { background-color: #D7FCE8; }

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

This div background color is #D7FCE8.

Border color

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

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

This div border color is #D7FCE8.

Opacity

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

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

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

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

This text has shadow with #D7FCE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7FCE8.

Preview

Color preview on black background

This text has color #D7FCE8 on black background.


Color preview on white background

This text has color #D7FCE8 on white background.


Black color preview on #D7FCE8 background

This text has black color on #D7FCE8 background.


White color preview on #D7FCE8 background

This text has white color on #D7FCE8 background.


Related colors

Complementary color

Complementary color for #hex is #280317.


I love getcolorcode.com

Triadic colors

1 #E8D7FC and #FCE8D7 with #D7FCE8 are triadic colors.

2 #E8FCD7 and #FCD7E8 with #D7FCE8 are triadic colors.