COLOR #D1BEC7

HEX: #D1BEC7
RGB: (209,190,199)

Color info

#D1BEC7 contains red, green and blue colors in about the same proportion. Web safe color of #D1BEC7 is #CCCCCC (or #CCC).

RGB color model

#D1BEC7 color RGB value is (209,190,199).

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

RGB channels and saturation

R 209 of 255 = 82%
G 190 of 255 = 75%
B 199 of 255 = 78%

209
190
199

R + G + B ~ 78%. #D1BEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 190 + 199 = 598 (100%)
R 209 of 598 ~ 34.95%
G 190 of 598 ~ 31.77%
B 199 of 598 ~ 33.28%

%34.95
%31.77
%33.28

CMYK color model

#D1BEC7 color CMYK value is (0,9,5,18).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 4.78%
  • key color value is 18.04%
CMYK:
(0,9,5,18)
C0M9Y5K18 
(0%,9%,5%,18%)
(0.00/0.09/0.05/0.18)	

CMYK percentages

%0
%9.09
%4.78
%18.04

Codes

Color #D1BEC7 in popluar color models

D1BEC7
RGB209190199
HSL332°17.12%78.24%
HSB/HSV332°9.09%81.96%
CMYK0.00%9.09%4.78%
18.04%

Color #D1BEC7 in popluar number systems.

HEXD1BEC7
Decimal209190199
Binary110100011011111011000111
Octal321276307

Shades and tints

Shades of #D1BEC7

#D1BEC7
(209,190,199)
#BEADB5
(190,173,181)
#AB9CA3
(171,156,163)
#988B91
(152,139,145)
#857A7F
(133,122,127)
#72696D
(114,105,109)
#5F585B
(95,88,91)
#4C4749
(76,71,73)
#393637
(57,54,55)
#262525
(38,37,37)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #D1BEC7

#D1BEC7
(209,190,199)
#D5C3CC
(213,195,204)
#D9C8D1
(217,200,209)
#DDCDD6
(221,205,214)
#E1D2DB
(225,210,219)
#E5D7E0
(229,215,224)
#E9DCE5
(233,220,229)
#EDE1EA
(237,225,234)
#F1E6EF
(241,230,239)
#F5EBF4
(245,235,244)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BEC7; }

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

This text font color is #D1BEC7.


Background Color

.myBgColor { background-color: #D1BEC7; }

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

This div background color is #D1BEC7.


Border color

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

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

This div border color is #D1BEC7.


Opacity

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

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

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

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

This text has shadow with #D1BEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BEC7 on black background.


Color preview on white background

This text has color #D1BEC7 on white background.



Black color preview on #D1BEC7 background

This text has black color on #D1BEC7 background.


White color preview on #D1BEC7 background

This text has white color on #D1BEC7 background.