COLOR #D7C9FA

HEX: #D7C9FA
RGB: (215,201,250)

Color info

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

RGB color model

#D7C9FA color RGB value is (215,201,250).

  • red value is 215;
  • green value is 201;
  • blue value is 250.
RGB:
(215,201,250)
(84%,79%,98%)

RGB channels and saturation

R 215 of 255 = 84%
G 201 of 255 = 79%
B 250 of 255 = 98%

215
201
250

R + G + B ~ 87%. #D7C9FA is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 201 + 250 = 666 (100%)
R 215 of 666 ~ 32.28%
G 201 of 666 ~ 30.18%
B 250 of 666 ~ 37.54%

%32.28
%30.18
%37.54

CMYK color model

#D7C9FA color CMYK value is (14,20,0,2).

  • cyan value is 14.00%
  • magenta value is 19.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(14,20,0,2)
C14M20Y0K2 
(14%,20%,0%,2%)
(0.14/0.20/0.00/0.02)	

CMYK percentages

%14
%19.6
%0
%1.96

Codes

Color #D7C9FA in popluar color models

D7C9FA
RGB215201250
HSL257°83.05%88.43%
HSB/HSV257°19.60%98.04%
CMYK14.00%19.60%0.00%
1.96%

Color #D7C9FA in popluar number systems.

HEXD7C9FA
Decimal215201250
Binary110101111100100111111010
Octal327311372

Shades and tints

Shades of #D7C9FA

#D7C9FA
(215,201,250)
#C4B7E4
(196,183,228)
#B1A5CE
(177,165,206)
#9E93B8
(158,147,184)
#8B81A2
(139,129,162)
#786F8C
(120,111,140)
#655D76
(101,93,118)
#524B60
(82,75,96)
#3F394A
(63,57,74)
#2C2734
(44,39,52)
#19151E
(25,21,30)
#000000
(0,0,0)

Tints of #D7C9FA

#D7C9FA
(215,201,250)
#DACDFA
(218,205,250)
#DDD1FA
(221,209,250)
#E0D5FA
(224,213,250)
#E3D9FA
(227,217,250)
#E6DDFA
(230,221,250)
#E9E1FA
(233,225,250)
#ECE5FA
(236,229,250)
#EFE9FA
(239,233,250)
#F2EDFA
(242,237,250)
#F5F1FA
(245,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C9FA color. Also use rgb(215,201,250) instead hex code.

Text Font Color

.myTextColor { color: #D7C9FA; }

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

This text font color is #D7C9FA.


Background Color

.myBgColor { background-color: #D7C9FA; }

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

This div background color is #D7C9FA.


Border color

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

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

This div border color is #D7C9FA.


Opacity

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

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

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

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

This text has shadow with #D7C9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C9FA on black background.


Color preview on white background

This text has color #D7C9FA on white background.



Black color preview on #D7C9FA background

This text has black color on #D7C9FA background.


White color preview on #D7C9FA background

This text has white color on #D7C9FA background.