COLOR #D3C4F8

HEX: #D3C4F8
RGB: (211,196,248)

Color info

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

RGB color model

#D3C4F8 color RGB value is (211,196,248).

  • red value is 211;
  • green value is 196;
  • blue value is 248.
RGB:
(211,196,248)
(83%,77%,97%)

RGB channels and saturation

R 211 of 255 = 83%
G 196 of 255 = 77%
B 248 of 255 = 97%

211
196
248

R + G + B ~ 86%. #D3C4F8 is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 196 + 248 = 655 (100%)
R 211 of 655 ~ 32.21%
G 196 of 655 ~ 29.92%
B 248 of 655 ~ 37.86%

%32.21
%29.92
%37.86

CMYK color model

#D3C4F8 color CMYK value is (15,21,0,3).

  • cyan value is 14.92%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(15,21,0,3)
C15M21Y0K3 
(15%,21%,0%,3%)
(0.15/0.21/0.00/0.03)	

CMYK percentages

%14.92
%20.97
%0
%2.75

Codes

Color #D3C4F8 in popluar color models

D3C4F8
RGB211196248
HSL257°78.79%87.06%
HSB/HSV257°20.97%97.25%
CMYK14.92%20.97%0.00%
2.75%

Color #D3C4F8 in popluar number systems.

HEXD3C4F8
Decimal211196248
Binary110100111100010011111000
Octal323304370

Shades and tints

Shades of #D3C4F8

#D3C4F8
(211,196,248)
#C0B3E2
(192,179,226)
#ADA2CC
(173,162,204)
#9A91B6
(154,145,182)
#8780A0
(135,128,160)
#746F8A
(116,111,138)
#615E74
(97,94,116)
#4E4D5E
(78,77,94)
#3B3C48
(59,60,72)
#282B32
(40,43,50)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #D3C4F8

#D3C4F8
(211,196,248)
#D7C9F8
(215,201,248)
#DBCEF8
(219,206,248)
#DFD3F8
(223,211,248)
#E3D8F8
(227,216,248)
#E7DDF8
(231,221,248)
#EBE2F8
(235,226,248)
#EFE7F8
(239,231,248)
#F3ECF8
(243,236,248)
#F7F1F8
(247,241,248)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C4F8 color. Also use rgb(211,196,248) instead hex code.

Text Font Color

.myTextColor { color: #D3C4F8; }

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

This text font color is #D3C4F8.


Background Color

.myBgColor { background-color: #D3C4F8; }

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

This div background color is #D3C4F8.


Border color

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

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

This div border color is #D3C4F8.


Opacity

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

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

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

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

This text has shadow with #D3C4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C4F8 on black background.


Color preview on white background

This text has color #D3C4F8 on white background.



Black color preview on #D3C4F8 background

This text has black color on #D3C4F8 background.


White color preview on #D3C4F8 background

This text has white color on #D3C4F8 background.