COLOR #D7C4FE

HEX: #D7C4FE RGB: (215,196,254)

Color info

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

RGB color model

#D7C4FE color RGB value is (215,196,254).

RGB: (215,196,254) (84%, 77%, 100%)

RGB channels and saturation

R 215 of 255 = 84%
G 196 of 255 = 77%
B 254 of 255 = 100%

215
196
254

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

Portions of RGB colors in percentages

R + G + B = 215 + 196 + 254 = 665 (100%)
R 215 of 665 ~ 32.33%
G 196 of 665 ~ 29.47%
B 254 of 665 ~ 38.2'%

%32.33
%29.47
%38.2

CMYK color model

#D7C4FE color CMYK value is (15,23,0,0).

  • cyan value is 15.35%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (15,23,0,0)
C15M23Y0K0 (15%, 23%, 0%, 0%)
(0.15 / 0.23 / 0.00 / 0.00)

CMYK percentages

%15.35
%22.83
%0
%0.39

Codes

Color #D7C4FE in popluar color models

D7 C4 FE
RGB 215 196 254
HSL 260° 96.67% 88.24%
HSB/HSV 260° 22.83% 99.61%
CMYK 15.35% 22.83% 0.00%
0.39%

Color #D7C4FE in popluar number systems.

HEX D7 C4 FE
Decimal 215 196 254
Binary 11010111 11000100 11111110
Octal 327 304 376

Shades and tints

Shades of #D7C4FE

#D7C4FE
(215,196,254)
#C4B3E7
(196,179,231)
#B1A2D0
(177,162,208)
#9E91B9
(158,145,185)
#8B80A2
(139,128,162)
#786F8B
(120,111,139)
#655E74
(101,94,116)
#524D5D
(82,77,93)
#3F3C46
(63,60,70)
#2C2B2F
(44,43,47)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #D7C4FE

#D7C4FE
(215,196,254)
#DAC9FE
(218,201,254)
#DDCEFE
(221,206,254)
#E0D3FE
(224,211,254)
#E3D8FE
(227,216,254)
#E6DDFE
(230,221,254)
#E9E2FE
(233,226,254)
#ECE7FE
(236,231,254)
#EFECFE
(239,236,254)
#F2F1FE
(242,241,254)
#F5F6FE
(245,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C4FE; }

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

This text font color is #D7C4FE.

Background Color

.myBgColor { background-color: #D7C4FE; }

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

This div background color is #D7C4FE.

Border color

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

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

This div border color is #D7C4FE.

Opacity

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

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

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

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

This text has shadow with #D7C4FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7C4FE.

Preview

Color preview on black background

This text has color #D7C4FE on black background.


Color preview on white background

This text has color #D7C4FE on white background.


Black color preview on #D7C4FE background

This text has black color on #D7C4FE background.


White color preview on #D7C4FE background

This text has white color on #D7C4FE background.


Related colors

Complementary color

Complementary color for #hex is #283B01.


I love getcolorcode.com

Triadic colors

1 #FED7C4 and #C4FED7 with #D7C4FE are triadic colors.

2 #FEC4D7 and #C4D7FE with #D7C4FE are triadic colors.