COLOR #D7C4F2

HEX: #D7C4F2
RGB: (215,196,242)

Color info

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

RGB color model

#D7C4F2 color RGB value is (215,196,242).

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

RGB channels and saturation

R 215 of 255 = 84%
G 196 of 255 = 77%
B 242 of 255 = 95%

215
196
242

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

Portions of RGB colors in percentages

R + G + B =
215 + 196 + 242 = 653 (100%)
R 215 of 653 ~ 32.92%
G 196 of 653 ~ 30.02%
B 242 of 653 ~ 37.06%

%32.92
%30.02
%37.06

CMYK color model

#D7C4F2 color CMYK value is (11,19,0,5).

  • cyan value is 11.16%
  • magenta value is 19.01%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(11,19,0,5)
C11M19Y0K5 
(11%,19%,0%,5%)
(0.11/0.19/0.00/0.05)	

CMYK percentages

%11.16
%19.01
%0
%5.1

Codes

Color #D7C4F2 in popluar color models

D7C4F2
RGB215196242
HSL265°63.89%85.88%
HSB/HSV265°19.01%94.90%
CMYK11.16%19.01%0.00%
5.10%

Color #D7C4F2 in popluar number systems.

HEXD7C4F2
Decimal215196242
Binary110101111100010011110010
Octal327304362

Shades and tints

Shades of #D7C4F2

#D7C4F2
(215,196,242)
#C4B3DC
(196,179,220)
#B1A2C6
(177,162,198)
#9E91B0
(158,145,176)
#8B809A
(139,128,154)
#786F84
(120,111,132)
#655E6E
(101,94,110)
#524D58
(82,77,88)
#3F3C42
(63,60,66)
#2C2B2C
(44,43,44)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #D7C4F2

#D7C4F2
(215,196,242)
#DAC9F3
(218,201,243)
#DDCEF4
(221,206,244)
#E0D3F5
(224,211,245)
#E3D8F6
(227,216,246)
#E6DDF7
(230,221,247)
#E9E2F8
(233,226,248)
#ECE7F9
(236,231,249)
#EFECFA
(239,236,250)
#F2F1FB
(242,241,251)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C4F2; }

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

This text font color is #D7C4F2.


Background Color

.myBgColor { background-color: #D7C4F2; }

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

This div background color is #D7C4F2.


Border color

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

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

This div border color is #D7C4F2.


Opacity

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

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

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

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

This text has shadow with #D7C4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C4F2 on black background.


Color preview on white background

This text has color #D7C4F2 on white background.



Black color preview on #D7C4F2 background

This text has black color on #D7C4F2 background.


White color preview on #D7C4F2 background

This text has white color on #D7C4F2 background.