COLOR #D7DCEE

HEX: #D7DCEE RGB: (215,220,238)

Color info

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

RGB color model

#D7DCEE color RGB value is (215,220,238).

RGB: (215,220,238) (84%, 86%, 93%)

RGB channels and saturation

R 215 of 255 = 84%
G 220 of 255 = 86%
B 238 of 255 = 93%

215
220
238

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

Portions of RGB colors in percentages

R + G + B = 215 + 220 + 238 = 673 (100%)
R 215 of 673 ~ 31.95%
G 220 of 673 ~ 32.69%
B 238 of 673 ~ 35.36'%

%31.95
%32.69
%35.36

CMYK color model

#D7DCEE color CMYK value is (10,8,0,7).

  • cyan value is 9.66%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (10,8,0,7)
C10M8Y0K7 (10%, 8%, 0%, 7%)
(0.10 / 0.08 / 0.00 / 0.07)

CMYK percentages

%9.66
%7.56
%0
%6.67

Codes

Color #D7DCEE in popluar color models

D7 DC EE
RGB 215 220 238
HSL 227° 40.35% 88.82%
HSB/HSV 227° 9.66% 93.33%
CMYK 9.66% 7.56% 0.00%
6.67%

Color #D7DCEE in popluar number systems.

HEX D7 DC EE
Decimal 215 220 238
Binary 11010111 11011100 11101110
Octal 327 334 356

Shades and tints

Shades of #D7DCEE

#D7DCEE
(215,220,238)
#C4C8D9
(196,200,217)
#B1B4C4
(177,180,196)
#9EA0AF
(158,160,175)
#8B8C9A
(139,140,154)
#787885
(120,120,133)
#656470
(101,100,112)
#52505B
(82,80,91)
#3F3C46
(63,60,70)
#2C2831
(44,40,49)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #D7DCEE

#D7DCEE
(215,220,238)
#DADFEF
(218,223,239)
#DDE2F0
(221,226,240)
#E0E5F1
(224,229,241)
#E3E8F2
(227,232,242)
#E6EBF3
(230,235,243)
#E9EEF4
(233,238,244)
#ECF1F5
(236,241,245)
#EFF4F6
(239,244,246)
#F2F7F7
(242,247,247)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DCEE color. Also use rgb(215,220,238) instead hex code.

Text Font Color

.myTextColor { color: #D7DCEE; }

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

This text font color is #D7DCEE.

Background Color

.myBgColor { background-color: #D7DCEE; }

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

This div background color is #D7DCEE.

Border color

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

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

This div border color is #D7DCEE.

Opacity

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

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

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

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

This text has shadow with #D7DCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DCEE.

Preview

Color preview on black background

This text has color #D7DCEE on black background.


Color preview on white background

This text has color #D7DCEE on white background.


Black color preview on #D7DCEE background

This text has black color on #D7DCEE background.


White color preview on #D7DCEE background

This text has white color on #D7DCEE background.


Related colors

Complementary color

Complementary color for #hex is #282311.


I love getcolorcode.com

Triadic colors

1 #EED7DC and #DCEED7 with #D7DCEE are triadic colors.

2 #EEDCD7 and #DCD7EE with #D7DCEE are triadic colors.