COLOR #D7CEE8

HEX: #D7CEE8 RGB: (215,206,232)

Color info

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

RGB color model

#D7CEE8 color RGB value is (215,206,232).

RGB: (215,206,232) (84%, 81%, 91%)

RGB channels and saturation

R 215 of 255 = 84%
G 206 of 255 = 81%
B 232 of 255 = 91%

215
206
232

R + G + B ~ 85%. #D7CEE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 206 + 232 = 653 (100%)
R 215 of 653 ~ 32.92%
G 206 of 653 ~ 31.55%
B 232 of 653 ~ 35.53'%

%32.92
%31.55
%35.53

CMYK color model

#D7CEE8 color CMYK value is (7,11,0,9).

  • cyan value is 7.33%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (7,11,0,9)
C7M11Y0K9 (7%, 11%, 0%, 9%)
(0.07 / 0.11 / 0.00 / 0.09)

CMYK percentages

%7.33
%11.21
%0
%9.02

Codes

Color #D7CEE8 in popluar color models

D7 CE E8
RGB 215 206 232
HSL 261° 36.11% 85.88%
HSB/HSV 261° 11.21% 90.98%
CMYK 7.33% 11.21% 0.00%
9.02%

Color #D7CEE8 in popluar number systems.

HEX D7 CE E8
Decimal 215 206 232
Binary 11010111 11001110 11101000
Octal 327 316 350

Shades and tints

Shades of #D7CEE8

#D7CEE8
(215,206,232)
#C4BCD3
(196,188,211)
#B1AABE
(177,170,190)
#9E98A9
(158,152,169)
#8B8694
(139,134,148)
#78747F
(120,116,127)
#65626A
(101,98,106)
#525055
(82,80,85)
#3F3E40
(63,62,64)
#2C2C2B
(44,44,43)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #D7CEE8

#D7CEE8
(215,206,232)
#DAD2EA
(218,210,234)
#DDD6EC
(221,214,236)
#E0DAEE
(224,218,238)
#E3DEF0
(227,222,240)
#E6E2F2
(230,226,242)
#E9E6F4
(233,230,244)
#ECEAF6
(236,234,246)
#EFEEF8
(239,238,248)
#F2F2FA
(242,242,250)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CEE8; }

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

This text font color is #D7CEE8.

Background Color

.myBgColor { background-color: #D7CEE8; }

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

This div background color is #D7CEE8.

Border color

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

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

This div border color is #D7CEE8.

Opacity

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

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

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

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

This text has shadow with #D7CEE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CEE8.

Preview

Color preview on black background

This text has color #D7CEE8 on black background.


Color preview on white background

This text has color #D7CEE8 on white background.


Black color preview on #D7CEE8 background

This text has black color on #D7CEE8 background.


White color preview on #D7CEE8 background

This text has white color on #D7CEE8 background.


Related colors

Complementary color

Complementary color for #hex is #283117.


I love getcolorcode.com

Triadic colors

1 #E8D7CE and #CEE8D7 with #D7CEE8 are triadic colors.

2 #E8CED7 and #CED7E8 with #D7CEE8 are triadic colors.