COLOR #D7C4F0

HEX: #D7C4F0
RGB: (215,196,240)

Color info

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

RGB color model

#D7C4F0 color RGB value is (215,196,240).

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

RGB channels and saturation

R 215 of 255 = 84%
G 196 of 255 = 77%
B 240 of 255 = 94%

215
196
240

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

Portions of RGB colors in percentages

R + G + B =
215 + 196 + 240 = 651 (100%)
R 215 of 651 ~ 33.03%
G 196 of 651 ~ 30.11%
B 240 of 651 ~ 36.87%

%33.03
%30.11
%36.87

CMYK color model

#D7C4F0 color CMYK value is (10,18,0,6).

  • cyan value is 10.42%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(10,18,0,6)
C10M18Y0K6 
(10%,18%,0%,6%)
(0.10/0.18/0.00/0.06)	

CMYK percentages

%10.42
%18.33
%0
%5.88

Codes

Color #D7C4F0 in popluar color models

D7C4F0
RGB215196240
HSL266°59.46%85.49%
HSB/HSV266°18.33%94.12%
CMYK10.42%18.33%0.00%
5.88%

Color #D7C4F0 in popluar number systems.

HEXD7C4F0
Decimal215196240
Binary110101111100010011110000
Octal327304360

Shades and tints

Shades of #D7C4F0

#D7C4F0
(215,196,240)
#C4B3DB
(196,179,219)
#B1A2C6
(177,162,198)
#9E91B1
(158,145,177)
#8B809C
(139,128,156)
#786F87
(120,111,135)
#655E72
(101,94,114)
#524D5D
(82,77,93)
#3F3C48
(63,60,72)
#2C2B33
(44,43,51)
#191A1E
(25,26,30)
#000000
(0,0,0)

Tints of #D7C4F0

#D7C4F0
(215,196,240)
#DAC9F1
(218,201,241)
#DDCEF2
(221,206,242)
#E0D3F3
(224,211,243)
#E3D8F4
(227,216,244)
#E6DDF5
(230,221,245)
#E9E2F6
(233,226,246)
#ECE7F7
(236,231,247)
#EFECF8
(239,236,248)
#F2F1F9
(242,241,249)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C4F0; }

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

This text font color is #D7C4F0.


Background Color

.myBgColor { background-color: #D7C4F0; }

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

This div background color is #D7C4F0.


Border color

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

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

This div border color is #D7C4F0.


Opacity

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

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

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

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

This text has shadow with #D7C4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C4F0 on black background.


Color preview on white background

This text has color #D7C4F0 on white background.



Black color preview on #D7C4F0 background

This text has black color on #D7C4F0 background.


White color preview on #D7C4F0 background

This text has white color on #D7C4F0 background.