COLOR #D7FFE6

HEX: #D7FFE6 RGB: (215,255,230)

Color info

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

RGB color model

#D7FFE6 color RGB value is (215,255,230).

RGB: (215,255,230) (84%, 100%, 90%)

RGB channels and saturation

R 215 of 255 = 84%
G 255 of 255 = 100%
B 230 of 255 = 90%

215
255
230

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

Portions of RGB colors in percentages

R + G + B = 215 + 255 + 230 = 700 (100%)
R 215 of 700 ~ 30.71%
G 255 of 700 ~ 36.43%
B 230 of 700 ~ 32.86'%

%30.71
%36.43
%32.86

CMYK color model

#D7FFE6 color CMYK value is (16,0,10,0).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK: (16,0,10,0) C16M0Y10K0 (16%,0%,10%,0%) (0.16/0.00/0.10/0.00) 

CMYK percentages

%15.69
%0
%9.8
%0

Codes

Color #D7FFE6 in popluar color models

D7 FF E6
RGB 215 255 230
HSL 143° 100.00% 92.16%
HSB/HSV 143° 15.69% 100.00%
CMYK 15.69% 0.00% 9.80%
0.00%

Color #D7FFE6 in popluar number systems.

HEX D7 FF E6
Decimal 215 255 230
Binary 11010111 11111111 11100110
Octal 327 377 346

Shades and tints

Shades of #D7FFE6

#D7FFE6
(215,255,230)
#C4E8D2
(196,232,210)
#B1D1BE
(177,209,190)
#9EBAAA
(158,186,170)
#8BA396
(139,163,150)
#788C82
(120,140,130)
#65756E
(101,117,110)
#525E5A
(82,94,90)
#3F4746
(63,71,70)
#2C3032
(44,48,50)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #D7FFE6

#D7FFE6
(215,255,230)
#DAFFE8
(218,255,232)
#DDFFEA
(221,255,234)
#E0FFEC
(224,255,236)
#E3FFEE
(227,255,238)
#E6FFF0
(230,255,240)
#E9FFF2
(233,255,242)
#ECFFF4
(236,255,244)
#EFFFF6
(239,255,246)
#F2FFF8
(242,255,248)
#F5FFFA
(245,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7FFE6 color. Also use rgb(215,255,230) instead hex code.

Text Font Color

.myTextColor { color: #D7FFE6; }

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

This text font color is #D7FFE6.

Background Color

.myBgColor { background-color: #D7FFE6; }

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

This div background color is #D7FFE6.

Border color

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

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

This div border color is #D7FFE6.

Opacity

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

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

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

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

This text has shadow with #D7FFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7FFE6.

Preview

Color preview on black background

This text has color #D7FFE6 on black background.


Color preview on white background

This text has color #D7FFE6 on white background.


Black color preview on #D7FFE6 background

This text has black color on #D7FFE6 background.


White color preview on #D7FFE6 background

This text has white color on #D7FFE6 background.


Related colors

Complementary color

Complementary color for #hex is #280019.


I love getcolorcode.com

Triadic colors

1 #E6D7FF and #FFE6D7 with #D7FFE6 are triadic colors.

2 #E6FFD7 and #FFD7E6 with #D7FFE6 are triadic colors.