COLOR #D4BAD7

HEX: #D4BAD7
RGB: (212,186,215)

Color info

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

RGB color model

#D4BAD7 color RGB value is (212,186,215).

  • red value is 212;
  • green value is 186;
  • blue value is 215.
RGB:
(212,186,215)
(83%,73%,84%)

RGB channels and saturation

R 212 of 255 = 83%
G 186 of 255 = 73%
B 215 of 255 = 84%

212
186
215

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

Portions of RGB colors in percentages

R + G + B =
212 + 186 + 215 = 613 (100%)
R 212 of 613 ~ 34.58%
G 186 of 613 ~ 30.34%
B 215 of 613 ~ 35.07%

%34.58
%30.34
%35.07

CMYK color model

#D4BAD7 color CMYK value is (1,13,0,16).

  • cyan value is 1.40%
  • magenta value is 13.49%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(1,13,0,16)
C1M13Y0K16 
(1%,13%,0%,16%)
(0.01/0.13/0.00/0.16)	

CMYK percentages

%1.4
%13.49
%0
%15.69

Codes

Color #D4BAD7 in popluar color models

D4BAD7
RGB212186215
HSL294°26.61%78.63%
HSB/HSV294°13.49%84.31%
CMYK1.40%13.49%0.00%
15.69%

Color #D4BAD7 in popluar number systems.

HEXD4BAD7
Decimal212186215
Binary110101001011101011010111
Octal324272327

Shades and tints

Shades of #D4BAD7

#D4BAD7
(212,186,215)
#C1AAC4
(193,170,196)
#AE9AB1
(174,154,177)
#9B8A9E
(155,138,158)
#887A8B
(136,122,139)
#756A78
(117,106,120)
#625A65
(98,90,101)
#4F4A52
(79,74,82)
#3C3A3F
(60,58,63)
#292A2C
(41,42,44)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #D4BAD7

#D4BAD7
(212,186,215)
#D7C0DA
(215,192,218)
#DAC6DD
(218,198,221)
#DDCCE0
(221,204,224)
#E0D2E3
(224,210,227)
#E3D8E6
(227,216,230)
#E6DEE9
(230,222,233)
#E9E4EC
(233,228,236)
#ECEAEF
(236,234,239)
#EFF0F2
(239,240,242)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BAD7 color. Also use rgb(212,186,215) instead hex code.

Text Font Color

.myTextColor { color: #D4BAD7; }

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

This text font color is #D4BAD7.


Background Color

.myBgColor { background-color: #D4BAD7; }

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

This div background color is #D4BAD7.


Border color

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

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

This div border color is #D4BAD7.


Opacity

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

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

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

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

This text has shadow with #D4BAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BAD7 on black background.


Color preview on white background

This text has color #D4BAD7 on white background.



Black color preview on #D4BAD7 background

This text has black color on #D4BAD7 background.


White color preview on #D4BAD7 background

This text has white color on #D4BAD7 background.