COLOR #D4BBF6

HEX: #D4BBF6
RGB: (212,187,246)

Color info

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

RGB color model

#D4BBF6 color RGB value is (212,187,246).

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

RGB channels and saturation

R 212 of 255 = 83%
G 187 of 255 = 73%
B 246 of 255 = 96%

212
187
246

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

Portions of RGB colors in percentages

R + G + B =
212 + 187 + 246 = 645 (100%)
R 212 of 645 ~ 32.87%
G 187 of 645 ~ 28.99%
B 246 of 645 ~ 38.14%

%32.87
%28.99
%38.14

CMYK color model

#D4BBF6 color CMYK value is (14,24,0,4).

  • cyan value is 13.82%
  • magenta value is 23.98%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(14,24,0,4)
C14M24Y0K4 
(14%,24%,0%,4%)
(0.14/0.24/0.00/0.04)	

CMYK percentages

%13.82
%23.98
%0
%3.53

Codes

Color #D4BBF6 in popluar color models

D4BBF6
RGB212187246
HSL265°76.62%84.90%
HSB/HSV265°23.98%96.47%
CMYK13.82%23.98%0.00%
3.53%

Color #D4BBF6 in popluar number systems.

HEXD4BBF6
Decimal212187246
Binary110101001011101111110110
Octal324273366

Shades and tints

Shades of #D4BBF6

#D4BBF6
(212,187,246)
#C1AAE0
(193,170,224)
#AE99CA
(174,153,202)
#9B88B4
(155,136,180)
#88779E
(136,119,158)
#756688
(117,102,136)
#625572
(98,85,114)
#4F445C
(79,68,92)
#3C3346
(60,51,70)
#292230
(41,34,48)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #D4BBF6

#D4BBF6
(212,187,246)
#D7C1F6
(215,193,246)
#DAC7F6
(218,199,246)
#DDCDF6
(221,205,246)
#E0D3F6
(224,211,246)
#E3D9F6
(227,217,246)
#E6DFF6
(230,223,246)
#E9E5F6
(233,229,246)
#ECEBF6
(236,235,246)
#EFF1F6
(239,241,246)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BBF6 color. Also use rgb(212,187,246) instead hex code.

Text Font Color

.myTextColor { color: #D4BBF6; }

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

This text font color is #D4BBF6.


Background Color

.myBgColor { background-color: #D4BBF6; }

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

This div background color is #D4BBF6.


Border color

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

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

This div border color is #D4BBF6.


Opacity

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

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

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

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

This text has shadow with #D4BBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BBF6 on black background.


Color preview on white background

This text has color #D4BBF6 on white background.



Black color preview on #D4BBF6 background

This text has black color on #D4BBF6 background.


White color preview on #D4BBF6 background

This text has white color on #D4BBF6 background.