COLOR #D4BED1

HEX: #D4BED1
RGB: (212,190,209)

Color info

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

RGB color model

#D4BED1 color RGB value is (212,190,209).

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

RGB channels and saturation

R 212 of 255 = 83%
G 190 of 255 = 75%
B 209 of 255 = 82%

212
190
209

R + G + B ~ 80%. #D4BED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 190 + 209 = 611 (100%)
R 212 of 611 ~ 34.7%
G 190 of 611 ~ 31.1%
B 209 of 611 ~ 34.21%

%34.7
%31.1
%34.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 1.42%
  • key color value is 16.86%
CMYK:
(0,10,1,17)
C0M10Y1K17 
(0%,10%,1%,17%)
(0.00/0.10/0.01/0.17)	

CMYK percentages

%0
%10.38
%1.42
%16.86

Codes

Color #D4BED1 in popluar color models

D4BED1
RGB212190209
HSL308°20.37%78.82%
HSB/HSV308°10.38%83.14%
CMYK0.00%10.38%1.42%
16.86%

Color #D4BED1 in popluar number systems.

HEXD4BED1
Decimal212190209
Binary110101001011111011010001
Octal324276321

Shades and tints

Shades of #D4BED1

#D4BED1
(212,190,209)
#C1ADBE
(193,173,190)
#AE9CAB
(174,156,171)
#9B8B98
(155,139,152)
#887A85
(136,122,133)
#756972
(117,105,114)
#62585F
(98,88,95)
#4F474C
(79,71,76)
#3C3639
(60,54,57)
#292526
(41,37,38)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #D4BED1

#D4BED1
(212,190,209)
#D7C3D5
(215,195,213)
#DAC8D9
(218,200,217)
#DDCDDD
(221,205,221)
#E0D2E1
(224,210,225)
#E3D7E5
(227,215,229)
#E6DCE9
(230,220,233)
#E9E1ED
(233,225,237)
#ECE6F1
(236,230,241)
#EFEBF5
(239,235,245)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BED1; }

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

This text font color is #D4BED1.


Background Color

.myBgColor { background-color: #D4BED1; }

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

This div background color is #D4BED1.


Border color

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

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

This div border color is #D4BED1.


Opacity

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

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

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

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

This text has shadow with #D4BED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BED1 on black background.


Color preview on white background

This text has color #D4BED1 on white background.



Black color preview on #D4BED1 background

This text has black color on #D4BED1 background.


White color preview on #D4BED1 background

This text has white color on #D4BED1 background.