COLOR #D4BAF4

HEX: #D4BAF4
RGB: (212,186,244)

Color info

#D4BAF4 contains red, green and blue colors in about the same proportion. Web safe color of #D4BAF4 is #CCCCFF (or #CCF).

RGB color model

#D4BAF4 color RGB value is (212,186,244).

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

RGB channels and saturation

R 212 of 255 = 83%
G 186 of 255 = 73%
B 244 of 255 = 96%

212
186
244

R + G + B ~ 84%. #D4BAF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 186 + 244 = 642 (100%)
R 212 of 642 ~ 33.02%
G 186 of 642 ~ 28.97%
B 244 of 642 ~ 38.01%

%33.02
%28.97
%38.01

CMYK color model

#D4BAF4 color CMYK value is (13,24,0,4).

  • cyan value is 13.11%
  • magenta value is 23.77%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(13,24,0,4)
C13M24Y0K4 
(13%,24%,0%,4%)
(0.13/0.24/0.00/0.04)	

CMYK percentages

%13.11
%23.77
%0
%4.31

Codes

Color #D4BAF4 in popluar color models

D4BAF4
RGB212186244
HSL267°72.50%84.31%
HSB/HSV267°23.77%95.69%
CMYK13.11%23.77%0.00%
4.31%

Color #D4BAF4 in popluar number systems.

HEXD4BAF4
Decimal212186244
Binary110101001011101011110100
Octal324272364

Shades and tints

Shades of #D4BAF4

#D4BAF4
(212,186,244)
#C1AADE
(193,170,222)
#AE9AC8
(174,154,200)
#9B8AB2
(155,138,178)
#887A9C
(136,122,156)
#756A86
(117,106,134)
#625A70
(98,90,112)
#4F4A5A
(79,74,90)
#3C3A44
(60,58,68)
#292A2E
(41,42,46)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #D4BAF4

#D4BAF4
(212,186,244)
#D7C0F5
(215,192,245)
#DAC6F6
(218,198,246)
#DDCCF7
(221,204,247)
#E0D2F8
(224,210,248)
#E3D8F9
(227,216,249)
#E6DEFA
(230,222,250)
#E9E4FB
(233,228,251)
#ECEAFC
(236,234,252)
#EFF0FD
(239,240,253)
#F2F6FE
(242,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BAF4; }

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

This text font color is #D4BAF4.


Background Color

.myBgColor { background-color: #D4BAF4; }

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

This div background color is #D4BAF4.


Border color

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

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

This div border color is #D4BAF4.


Opacity

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

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

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

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

This text has shadow with #D4BAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BAF4 on black background.


Color preview on white background

This text has color #D4BAF4 on white background.



Black color preview on #D4BAF4 background

This text has black color on #D4BAF4 background.


White color preview on #D4BAF4 background

This text has white color on #D4BAF4 background.