COLOR #D1BEBF

HEX: #D1BEBF
RGB: (209,190,191)

Color info

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

RGB color model

#D1BEBF color RGB value is (209,190,191).

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

RGB channels and saturation

R 209 of 255 = 82%
G 190 of 255 = 75%
B 191 of 255 = 75%

209
190
191

R + G + B ~ 77%. #D1BEBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 190 + 191 = 590 (100%)
R 209 of 590 ~ 35.42%
G 190 of 590 ~ 32.2%
B 191 of 590 ~ 32.37%

%35.42
%32.2
%32.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 8.61%
  • key color value is 18.04%
CMYK:
(0,9,9,18)
C0M9Y9K18 
(0%,9%,9%,18%)
(0.00/0.09/0.09/0.18)	

CMYK percentages

%0
%9.09
%8.61
%18.04

Codes

Color #D1BEBF in popluar color models

D1BEBF
RGB209190191
HSL357°17.12%78.24%
HSB/HSV357°9.09%81.96%
CMYK0.00%9.09%8.61%
18.04%

Color #D1BEBF in popluar number systems.

HEXD1BEBF
Decimal209190191
Binary110100011011111010111111
Octal321276277

Shades and tints

Shades of #D1BEBF

#D1BEBF
(209,190,191)
#BEADAE
(190,173,174)
#AB9C9D
(171,156,157)
#988B8C
(152,139,140)
#857A7B
(133,122,123)
#72696A
(114,105,106)
#5F5859
(95,88,89)
#4C4748
(76,71,72)
#393637
(57,54,55)
#262526
(38,37,38)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #D1BEBF

#D1BEBF
(209,190,191)
#D5C3C4
(213,195,196)
#D9C8C9
(217,200,201)
#DDCDCE
(221,205,206)
#E1D2D3
(225,210,211)
#E5D7D8
(229,215,216)
#E9DCDD
(233,220,221)
#EDE1E2
(237,225,226)
#F1E6E7
(241,230,231)
#F5EBEC
(245,235,236)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BEBF; }

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

This text font color is #D1BEBF.


Background Color

.myBgColor { background-color: #D1BEBF; }

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

This div background color is #D1BEBF.


Border color

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

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

This div border color is #D1BEBF.


Opacity

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

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

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

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

This text has shadow with #D1BEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BEBF on black background.


Color preview on white background

This text has color #D1BEBF on white background.



Black color preview on #D1BEBF background

This text has black color on #D1BEBF background.


White color preview on #D1BEBF background

This text has white color on #D1BEBF background.