COLOR #D5C4FC

HEX: #D5C4FC
RGB: (213,196,252)

Color info

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

RGB color model

#D5C4FC color RGB value is (213,196,252).

  • red value is 213;
  • green value is 196;
  • blue value is 252.
RGB:
(213,196,252)
(84%,77%,99%)

RGB channels and saturation

R 213 of 255 = 84%
G 196 of 255 = 77%
B 252 of 255 = 99%

213
196
252

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

Portions of RGB colors in percentages

R + G + B =
213 + 196 + 252 = 661 (100%)
R 213 of 661 ~ 32.22%
G 196 of 661 ~ 29.65%
B 252 of 661 ~ 38.12%

%32.22
%29.65
%38.12

CMYK color model

#D5C4FC color CMYK value is (15,22,0,1).

  • cyan value is 15.48%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(15,22,0,1)
C15M22Y0K1 
(15%,22%,0%,1%)
(0.15/0.22/0.00/0.01)	

CMYK percentages

%15.48
%22.22
%0
%1.18

Codes

Color #D5C4FC in popluar color models

D5C4FC
RGB213196252
HSL258°90.32%87.84%
HSB/HSV258°22.22%98.82%
CMYK15.48%22.22%0.00%
1.18%

Color #D5C4FC in popluar number systems.

HEXD5C4FC
Decimal213196252
Binary110101011100010011111100
Octal325304374

Shades and tints

Shades of #D5C4FC

#D5C4FC
(213,196,252)
#C2B3E6
(194,179,230)
#AFA2D0
(175,162,208)
#9C91BA
(156,145,186)
#8980A4
(137,128,164)
#766F8E
(118,111,142)
#635E78
(99,94,120)
#504D62
(80,77,98)
#3D3C4C
(61,60,76)
#2A2B36
(42,43,54)
#171A20
(23,26,32)
#000000
(0,0,0)

Tints of #D5C4FC

#D5C4FC
(213,196,252)
#D8C9FC
(216,201,252)
#DBCEFC
(219,206,252)
#DED3FC
(222,211,252)
#E1D8FC
(225,216,252)
#E4DDFC
(228,221,252)
#E7E2FC
(231,226,252)
#EAE7FC
(234,231,252)
#EDECFC
(237,236,252)
#F0F1FC
(240,241,252)
#F3F6FC
(243,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C4FC color. Also use rgb(213,196,252) instead hex code.

Text Font Color

.myTextColor { color: #D5C4FC; }

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

This text font color is #D5C4FC.


Background Color

.myBgColor { background-color: #D5C4FC; }

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

This div background color is #D5C4FC.


Border color

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

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

This div border color is #D5C4FC.


Opacity

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

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

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

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

This text has shadow with #D5C4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C4FC on black background.


Color preview on white background

This text has color #D5C4FC on white background.



Black color preview on #D5C4FC background

This text has black color on #D5C4FC background.


White color preview on #D5C4FC background

This text has white color on #D5C4FC background.