COLOR #D4BED2

HEX: #D4BED2
RGB: (212,190,210)

Color info

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

RGB color model

#D4BED2 color RGB value is (212,190,210).

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

RGB channels and saturation

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

212
190
210

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

Portions of RGB colors in percentages

R + G + B =
212 + 190 + 210 = 612 (100%)
R 212 of 612 ~ 34.64%
G 190 of 612 ~ 31.05%
B 210 of 612 ~ 34.31%

%34.64
%31.05
%34.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 0.94%
  • 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
%0.94
%16.86

Codes

Color #D4BED2 in popluar color models

D4BED2
RGB212190210
HSL305°20.37%78.82%
HSB/HSV305°10.38%83.14%
CMYK0.00%10.38%0.94%
16.86%

Color #D4BED2 in popluar number systems.

HEXD4BED2
Decimal212190210
Binary110101001011111011010010
Octal324276322

Shades and tints

Shades of #D4BED2

#D4BED2
(212,190,210)
#C1ADBF
(193,173,191)
#AE9CAC
(174,156,172)
#9B8B99
(155,139,153)
#887A86
(136,122,134)
#756973
(117,105,115)
#625860
(98,88,96)
#4F474D
(79,71,77)
#3C363A
(60,54,58)
#292527
(41,37,39)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #D4BED2

#D4BED2
(212,190,210)
#D7C3D6
(215,195,214)
#DAC8DA
(218,200,218)
#DDCDDE
(221,205,222)
#E0D2E2
(224,210,226)
#E3D7E6
(227,215,230)
#E6DCEA
(230,220,234)
#E9E1EE
(233,225,238)
#ECE6F2
(236,230,242)
#EFEBF6
(239,235,246)
#F2F0FA
(242,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BED2; }

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

This text font color is #D4BED2.


Background Color

.myBgColor { background-color: #D4BED2; }

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

This div background color is #D4BED2.


Border color

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

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

This div border color is #D4BED2.


Opacity

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

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

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

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

This text has shadow with #D4BED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BED2 on black background.


Color preview on white background

This text has color #D4BED2 on white background.



Black color preview on #D4BED2 background

This text has black color on #D4BED2 background.


White color preview on #D4BED2 background

This text has white color on #D4BED2 background.