COLOR #D5C6FA

HEX: #D5C6FA
RGB: (213,198,250)

Color info

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

RGB color model

#D5C6FA color RGB value is (213,198,250).

  • red value is 213;
  • green value is 198;
  • blue value is 250.
RGB:
(213,198,250)
(84%,78%,98%)

RGB channels and saturation

R 213 of 255 = 84%
G 198 of 255 = 78%
B 250 of 255 = 98%

213
198
250

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

Portions of RGB colors in percentages

R + G + B =
213 + 198 + 250 = 661 (100%)
R 213 of 661 ~ 32.22%
G 198 of 661 ~ 29.95%
B 250 of 661 ~ 37.82%

%32.22
%29.95
%37.82

CMYK color model

#D5C6FA color CMYK value is (15,21,0,2).

  • cyan value is 14.80%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(15,21,0,2)
C15M21Y0K2 
(15%,21%,0%,2%)
(0.15/0.21/0.00/0.02)	

CMYK percentages

%14.8
%20.8
%0
%1.96

Codes

Color #D5C6FA in popluar color models

D5C6FA
RGB213198250
HSL257°83.87%87.84%
HSB/HSV257°20.80%98.04%
CMYK14.80%20.80%0.00%
1.96%

Color #D5C6FA in popluar number systems.

HEXD5C6FA
Decimal213198250
Binary110101011100011011111010
Octal325306372

Shades and tints

Shades of #D5C6FA

#D5C6FA
(213,198,250)
#C2B4E4
(194,180,228)
#AFA2CE
(175,162,206)
#9C90B8
(156,144,184)
#897EA2
(137,126,162)
#766C8C
(118,108,140)
#635A76
(99,90,118)
#504860
(80,72,96)
#3D364A
(61,54,74)
#2A2434
(42,36,52)
#17121E
(23,18,30)
#000000
(0,0,0)

Tints of #D5C6FA

#D5C6FA
(213,198,250)
#D8CBFA
(216,203,250)
#DBD0FA
(219,208,250)
#DED5FA
(222,213,250)
#E1DAFA
(225,218,250)
#E4DFFA
(228,223,250)
#E7E4FA
(231,228,250)
#EAE9FA
(234,233,250)
#EDEEFA
(237,238,250)
#F0F3FA
(240,243,250)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C6FA color. Also use rgb(213,198,250) instead hex code.

Text Font Color

.myTextColor { color: #D5C6FA; }

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

This text font color is #D5C6FA.


Background Color

.myBgColor { background-color: #D5C6FA; }

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

This div background color is #D5C6FA.


Border color

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

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

This div border color is #D5C6FA.


Opacity

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

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

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

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

This text has shadow with #D5C6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C6FA on black background.


Color preview on white background

This text has color #D5C6FA on white background.



Black color preview on #D5C6FA background

This text has black color on #D5C6FA background.


White color preview on #D5C6FA background

This text has white color on #D5C6FA background.