COLOR #D7EBE6

HEX: #D7EBE6 RGB: (215,235,230)

Color info

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

RGB color model

#D7EBE6 color RGB value is (215,235,230).

RGB: (215,235,230) (84%, 92%, 90%)

RGB channels and saturation

R 215 of 255 = 84%
G 235 of 255 = 92%
B 230 of 255 = 90%

215
235
230

R + G + B ~ 89%. #D7EBE6 is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 235 + 230 = 680 (100%)
R 215 of 680 ~ 31.62%
G 235 of 680 ~ 34.56%
B 230 of 680 ~ 33.82'%

%31.62
%34.56
%33.82

CMYK color model

#D7EBE6 color CMYK value is (9,0,2,8).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 7.84%

CMYK: (9,0,2,8)
C9M0Y2K8 (9%, 0%, 2%, 8%)
(0.09 / 0.00 / 0.02 / 0.08)

CMYK percentages

%8.51
%0
%2.13
%7.84

Codes

Color #D7EBE6 in popluar color models

D7 EB E6
RGB 215 235 230
HSL 165° 33.33% 88.24%
HSB/HSV 165° 8.51% 92.16%
CMYK 8.51% 0.00% 2.13%
7.84%

Color #D7EBE6 in popluar number systems.

HEX D7 EB E6
Decimal 215 235 230
Binary 11010111 11101011 11100110
Octal 327 353 346

Shades and tints

Shades of #D7EBE6

#D7EBE6
(215,235,230)
#C4D6D2
(196,214,210)
#B1C1BE
(177,193,190)
#9EACAA
(158,172,170)
#8B9796
(139,151,150)
#788282
(120,130,130)
#656D6E
(101,109,110)
#52585A
(82,88,90)
#3F4346
(63,67,70)
#2C2E32
(44,46,50)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #D7EBE6

#D7EBE6
(215,235,230)
#DAECE8
(218,236,232)
#DDEDEA
(221,237,234)
#E0EEEC
(224,238,236)
#E3EFEE
(227,239,238)
#E6F0F0
(230,240,240)
#E9F1F2
(233,241,242)
#ECF2F4
(236,242,244)
#EFF3F6
(239,243,246)
#F2F4F8
(242,244,248)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EBE6; }

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

This text font color is #D7EBE6.

Background Color

.myBgColor { background-color: #D7EBE6; }

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

This div background color is #D7EBE6.

Border color

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

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

This div border color is #D7EBE6.

Opacity

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

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

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

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

This text has shadow with #D7EBE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EBE6.

Preview

Color preview on black background

This text has color #D7EBE6 on black background.


Color preview on white background

This text has color #D7EBE6 on white background.


Black color preview on #D7EBE6 background

This text has black color on #D7EBE6 background.


White color preview on #D7EBE6 background

This text has white color on #D7EBE6 background.


Related colors

Complementary color

Complementary color for #hex is #281419.


I love getcolorcode.com

Triadic colors

1 #E6D7EB and #EBE6D7 with #D7EBE6 are triadic colors.

2 #E6EBD7 and #EBD7E6 with #D7EBE6 are triadic colors.