COLOR #D4BEBF

HEX: #D4BEBF
RGB: (212,190,191)

Color info

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

RGB color model

#D4BEBF color RGB value is (212,190,191).

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

RGB channels and saturation

R 212 of 255 = 83%
G 190 of 255 = 75%
B 191 of 255 = 75%

212
190
191

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

Portions of RGB colors in percentages

R + G + B =
212 + 190 + 191 = 593 (100%)
R 212 of 593 ~ 35.75%
G 190 of 593 ~ 32.04%
B 191 of 593 ~ 32.21%

%35.75
%32.04
%32.21

CMYK color model

#D4BEBF color CMYK value is (0,10,10,17).

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 9.91%
  • key color value is 16.86%
CMYK:
(0,10,10,17)
C0M10Y10K17 
(0%,10%,10%,17%)
(0.00/0.10/0.10/0.17)	

CMYK percentages

%0
%10.38
%9.91
%16.86

Codes

Color #D4BEBF in popluar color models

D4BEBF
RGB212190191
HSL357°20.37%78.82%
HSB/HSV357°10.38%83.14%
CMYK0.00%10.38%9.91%
16.86%

Color #D4BEBF in popluar number systems.

HEXD4BEBF
Decimal212190191
Binary110101001011111010111111
Octal324276277

Shades and tints

Shades of #D4BEBF

#D4BEBF
(212,190,191)
#C1ADAE
(193,173,174)
#AE9C9D
(174,156,157)
#9B8B8C
(155,139,140)
#887A7B
(136,122,123)
#75696A
(117,105,106)
#625859
(98,88,89)
#4F4748
(79,71,72)
#3C3637
(60,54,55)
#292526
(41,37,38)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #D4BEBF

#D4BEBF
(212,190,191)
#D7C3C4
(215,195,196)
#DAC8C9
(218,200,201)
#DDCDCE
(221,205,206)
#E0D2D3
(224,210,211)
#E3D7D8
(227,215,216)
#E6DCDD
(230,220,221)
#E9E1E2
(233,225,226)
#ECE6E7
(236,230,231)
#EFEBEC
(239,235,236)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BEBF; }

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

This text font color is #D4BEBF.


Background Color

.myBgColor { background-color: #D4BEBF; }

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

This div background color is #D4BEBF.


Border color

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

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

This div border color is #D4BEBF.


Opacity

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

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

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

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

This text has shadow with #D4BEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BEBF on black background.


Color preview on white background

This text has color #D4BEBF on white background.



Black color preview on #D4BEBF background

This text has black color on #D4BEBF background.


White color preview on #D4BEBF background

This text has white color on #D4BEBF background.