COLOR #D1C7FB

HEX: #D1C7FB
RGB: (209,199,251)

Color info

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

RGB color model

#D1C7FB color RGB value is (209,199,251).

  • red value is 209;
  • green value is 199;
  • blue value is 251.
RGB:
(209,199,251)
(82%,78%,98%)

RGB channels and saturation

R 209 of 255 = 82%
G 199 of 255 = 78%
B 251 of 255 = 98%

209
199
251

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

Portions of RGB colors in percentages

R + G + B =
209 + 199 + 251 = 659 (100%)
R 209 of 659 ~ 31.71%
G 199 of 659 ~ 30.2%
B 251 of 659 ~ 38.09%

%31.71
%30.2
%38.09

CMYK color model

#D1C7FB color CMYK value is (17,21,0,2).

  • cyan value is 16.73%
  • magenta value is 20.72%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(17,21,0,2)
C17M21Y0K2 
(17%,21%,0%,2%)
(0.17/0.21/0.00/0.02)	

CMYK percentages

%16.73
%20.72
%0
%1.57

Codes

Color #D1C7FB in popluar color models

D1C7FB
RGB209199251
HSL252°86.67%88.24%
HSB/HSV252°20.72%98.43%
CMYK16.73%20.72%0.00%
1.57%

Color #D1C7FB in popluar number systems.

HEXD1C7FB
Decimal209199251
Binary110100011100011111111011
Octal321307373

Shades and tints

Shades of #D1C7FB

#D1C7FB
(209,199,251)
#BEB5E5
(190,181,229)
#ABA3CF
(171,163,207)
#9891B9
(152,145,185)
#857FA3
(133,127,163)
#726D8D
(114,109,141)
#5F5B77
(95,91,119)
#4C4961
(76,73,97)
#39374B
(57,55,75)
#262535
(38,37,53)
#13131F
(19,19,31)
#000000
(0,0,0)

Tints of #D1C7FB

#D1C7FB
(209,199,251)
#D5CCFB
(213,204,251)
#D9D1FB
(217,209,251)
#DDD6FB
(221,214,251)
#E1DBFB
(225,219,251)
#E5E0FB
(229,224,251)
#E9E5FB
(233,229,251)
#EDEAFB
(237,234,251)
#F1EFFB
(241,239,251)
#F5F4FB
(245,244,251)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C7FB color. Also use rgb(209,199,251) instead hex code.

Text Font Color

.myTextColor { color: #D1C7FB; }

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

This text font color is #D1C7FB.


Background Color

.myBgColor { background-color: #D1C7FB; }

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

This div background color is #D1C7FB.


Border color

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

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

This div border color is #D1C7FB.


Opacity

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

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

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

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

This text has shadow with #D1C7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C7FB on black background.


Color preview on white background

This text has color #D1C7FB on white background.



Black color preview on #D1C7FB background

This text has black color on #D1C7FB background.


White color preview on #D1C7FB background

This text has white color on #D1C7FB background.