COLOR #D7C8EA

HEX: #D7C8EA
RGB: (215,200,234)

Color info

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

RGB color model

#D7C8EA color RGB value is (215,200,234).

  • red value is 215;
  • green value is 200;
  • blue value is 234.
RGB:
(215,200,234)
(84%,78%,92%)

RGB channels and saturation

R 215 of 255 = 84%
G 200 of 255 = 78%
B 234 of 255 = 92%

215
200
234

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

Portions of RGB colors in percentages

R + G + B =
215 + 200 + 234 = 649 (100%)
R 215 of 649 ~ 33.13%
G 200 of 649 ~ 30.82%
B 234 of 649 ~ 36.06%

%33.13
%30.82
%36.06

CMYK color model

#D7C8EA color CMYK value is (8,15,0,8).

  • cyan value is 8.12%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(8,15,0,8)
C8M15Y0K8 
(8%,15%,0%,8%)
(0.08/0.15/0.00/0.08)	

CMYK percentages

%8.12
%14.53
%0
%8.24

Codes

Color #D7C8EA in popluar color models

D7C8EA
RGB215200234
HSL266°44.74%85.10%
HSB/HSV266°14.53%91.76%
CMYK8.12%14.53%0.00%
8.24%

Color #D7C8EA in popluar number systems.

HEXD7C8EA
Decimal215200234
Binary110101111100100011101010
Octal327310352

Shades and tints

Shades of #D7C8EA

#D7C8EA
(215,200,234)
#C4B6D5
(196,182,213)
#B1A4C0
(177,164,192)
#9E92AB
(158,146,171)
#8B8096
(139,128,150)
#786E81
(120,110,129)
#655C6C
(101,92,108)
#524A57
(82,74,87)
#3F3842
(63,56,66)
#2C262D
(44,38,45)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #D7C8EA

#D7C8EA
(215,200,234)
#DACDEB
(218,205,235)
#DDD2EC
(221,210,236)
#E0D7ED
(224,215,237)
#E3DCEE
(227,220,238)
#E6E1EF
(230,225,239)
#E9E6F0
(233,230,240)
#ECEBF1
(236,235,241)
#EFF0F2
(239,240,242)
#F2F5F3
(242,245,243)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C8EA color. Also use rgb(215,200,234) instead hex code.

Text Font Color

.myTextColor { color: #D7C8EA; }

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

This text font color is #D7C8EA.


Background Color

.myBgColor { background-color: #D7C8EA; }

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

This div background color is #D7C8EA.


Border color

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

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

This div border color is #D7C8EA.


Opacity

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

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

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

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

This text has shadow with #D7C8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C8EA on black background.


Color preview on white background

This text has color #D7C8EA on white background.



Black color preview on #D7C8EA background

This text has black color on #D7C8EA background.


White color preview on #D7C8EA background

This text has white color on #D7C8EA background.