COLOR #D7E2EB

HEX: #D7E2EB RGB: (215,226,235)

Color info

#D7E2EB contains red, green and blue colors in about the same proportion. Web safe color of #D7E2EB is #CCCCFF (or #CCF).

RGB color model

#D7E2EB color RGB value is (215,226,235).

RGB: (215,226,235) (84%, 89%, 92%)

RGB channels and saturation

R 215 of 255 = 84%
G 226 of 255 = 89%
B 235 of 255 = 92%

215
226
235

R + G + B ~ 88%. #D7E2EB is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 226 + 235 = 676 (100%)
R 215 of 676 ~ 31.8%
G 226 of 676 ~ 33.43%
B 235 of 676 ~ 34.76'%

%31.8
%33.43
%34.76

CMYK color model

#D7E2EB color CMYK value is (9,4,0,8).

  • cyan value is 8.51%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (9,4,0,8) C9M4Y0K8 (9%,4%,0%,8%) (0.09/0.04/0.00/0.08) 

CMYK percentages

%8.51
%3.83
%0
%7.84

Codes

Color #D7E2EB in popluar color models

D7 E2 EB
RGB 215 226 235
HSL 207° 33.33% 88.24%
HSB/HSV 207° 8.51% 92.16%
CMYK 8.51% 3.83% 0.00%
7.84%

Color #D7E2EB in popluar number systems.

HEX D7 E2 EB
Decimal 215 226 235
Binary 11010111 11100010 11101011
Octal 327 342 353

Shades and tints

Shades of #D7E2EB

#D7E2EB
(215,226,235)
#C4CED6
(196,206,214)
#B1BAC1
(177,186,193)
#9EA6AC
(158,166,172)
#8B9297
(139,146,151)
#787E82
(120,126,130)
#656A6D
(101,106,109)
#525658
(82,86,88)
#3F4243
(63,66,67)
#2C2E2E
(44,46,46)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #D7E2EB

#D7E2EB
(215,226,235)
#DAE4EC
(218,228,236)
#DDE6ED
(221,230,237)
#E0E8EE
(224,232,238)
#E3EAEF
(227,234,239)
#E6ECF0
(230,236,240)
#E9EEF1
(233,238,241)
#ECF0F2
(236,240,242)
#EFF2F3
(239,242,243)
#F2F4F4
(242,244,244)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E2EB; }

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

This text font color is #D7E2EB.

Background Color

.myBgColor { background-color: #D7E2EB; }

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

This div background color is #D7E2EB.

Border color

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

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

This div border color is #D7E2EB.

Opacity

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

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

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

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

This text has shadow with #D7E2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E2EB.

Preview

Color preview on black background

This text has color #D7E2EB on black background.


Color preview on white background

This text has color #D7E2EB on white background.


Black color preview on #D7E2EB background

This text has black color on #D7E2EB background.


White color preview on #D7E2EB background

This text has white color on #D7E2EB background.


Related colors

Complementary color

Complementary color for #hex is #281D14.


I love getcolorcode.com

Triadic colors

1 #EBD7E2 and #E2EBD7 with #D7E2EB are triadic colors.

2 #EBE2D7 and #E2D7EB with #D7E2EB are triadic colors.