COLOR #D4BADC

HEX: #D4BADC
RGB: (212,186,220)

Color info

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

RGB color model

#D4BADC color RGB value is (212,186,220).

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

RGB channels and saturation

R 212 of 255 = 83%
G 186 of 255 = 73%
B 220 of 255 = 86%

212
186
220

R + G + B ~ 81%. #D4BADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 186 + 220 = 618 (100%)
R 212 of 618 ~ 34.3%
G 186 of 618 ~ 30.1%
B 220 of 618 ~ 35.6%

%34.3
%30.1
%35.6

CMYK color model

#D4BADC color CMYK value is (4,15,0,14).

  • cyan value is 3.64%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(4,15,0,14)
C4M15Y0K14 
(4%,15%,0%,14%)
(0.04/0.15/0.00/0.14)	

CMYK percentages

%3.64
%15.45
%0
%13.73

Codes

Color #D4BADC in popluar color models

D4BADC
RGB212186220
HSL286°32.69%79.61%
HSB/HSV286°15.45%86.27%
CMYK3.64%15.45%0.00%
13.73%

Color #D4BADC in popluar number systems.

HEXD4BADC
Decimal212186220
Binary110101001011101011011100
Octal324272334

Shades and tints

Shades of #D4BADC

#D4BADC
(212,186,220)
#C1AAC8
(193,170,200)
#AE9AB4
(174,154,180)
#9B8AA0
(155,138,160)
#887A8C
(136,122,140)
#756A78
(117,106,120)
#625A64
(98,90,100)
#4F4A50
(79,74,80)
#3C3A3C
(60,58,60)
#292A28
(41,42,40)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #D4BADC

#D4BADC
(212,186,220)
#D7C0DF
(215,192,223)
#DAC6E2
(218,198,226)
#DDCCE5
(221,204,229)
#E0D2E8
(224,210,232)
#E3D8EB
(227,216,235)
#E6DEEE
(230,222,238)
#E9E4F1
(233,228,241)
#ECEAF4
(236,234,244)
#EFF0F7
(239,240,247)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BADC; }

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

This text font color is #D4BADC.


Background Color

.myBgColor { background-color: #D4BADC; }

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

This div background color is #D4BADC.


Border color

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

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

This div border color is #D4BADC.


Opacity

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

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

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

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

This text has shadow with #D4BADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BADC on black background.


Color preview on white background

This text has color #D4BADC on white background.



Black color preview on #D4BADC background

This text has black color on #D4BADC background.


White color preview on #D4BADC background

This text has white color on #D4BADC background.