COLOR #D7C4EB

HEX: #D7C4EB
RGB: (215,196,235)

Color info

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

RGB color model

#D7C4EB color RGB value is (215,196,235).

  • red value is 215;
  • green value is 196;
  • blue value is 235.
RGB:
(215,196,235)
(84%,77%,92%)

RGB channels and saturation

R 215 of 255 = 84%
G 196 of 255 = 77%
B 235 of 255 = 92%

215
196
235

R + G + B ~ 84%. #D7C4EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 196 + 235 = 646 (100%)
R 215 of 646 ~ 33.28%
G 196 of 646 ~ 30.34%
B 235 of 646 ~ 36.38%

%33.28
%30.34
%36.38

CMYK color model

#D7C4EB color CMYK value is (9,17,0,8).

  • cyan value is 8.51%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,17,0,8)
C9M17Y0K8 
(9%,17%,0%,8%)
(0.09/0.17/0.00/0.08)	

CMYK percentages

%8.51
%16.6
%0
%7.84

Codes

Color #D7C4EB in popluar color models

D7C4EB
RGB215196235
HSL269°49.37%84.51%
HSB/HSV269°16.60%92.16%
CMYK8.51%16.60%0.00%
7.84%

Color #D7C4EB in popluar number systems.

HEXD7C4EB
Decimal215196235
Binary110101111100010011101011
Octal327304353

Shades and tints

Shades of #D7C4EB

#D7C4EB
(215,196,235)
#C4B3D6
(196,179,214)
#B1A2C1
(177,162,193)
#9E91AC
(158,145,172)
#8B8097
(139,128,151)
#786F82
(120,111,130)
#655E6D
(101,94,109)
#524D58
(82,77,88)
#3F3C43
(63,60,67)
#2C2B2E
(44,43,46)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #D7C4EB

#D7C4EB
(215,196,235)
#DAC9EC
(218,201,236)
#DDCEED
(221,206,237)
#E0D3EE
(224,211,238)
#E3D8EF
(227,216,239)
#E6DDF0
(230,221,240)
#E9E2F1
(233,226,241)
#ECE7F2
(236,231,242)
#EFECF3
(239,236,243)
#F2F1F4
(242,241,244)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C4EB; }

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

This text font color is #D7C4EB.


Background Color

.myBgColor { background-color: #D7C4EB; }

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

This div background color is #D7C4EB.


Border color

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

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

This div border color is #D7C4EB.


Opacity

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

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

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

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

This text has shadow with #D7C4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C4EB on black background.


Color preview on white background

This text has color #D7C4EB on white background.



Black color preview on #D7C4EB background

This text has black color on #D7C4EB background.


White color preview on #D7C4EB background

This text has white color on #D7C4EB background.