COLOR #D3BAE3

HEX: #D3BAE3
RGB: (211,186,227)

Color info

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

RGB color model

#D3BAE3 color RGB value is (211,186,227).

  • red value is 211;
  • green value is 186;
  • blue value is 227.
RGB:
(211,186,227)
(83%,73%,89%)

RGB channels and saturation

R 211 of 255 = 83%
G 186 of 255 = 73%
B 227 of 255 = 89%

211
186
227

R + G + B ~ 82%. #D3BAE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 186 + 227 = 624 (100%)
R 211 of 624 ~ 33.81%
G 186 of 624 ~ 29.81%
B 227 of 624 ~ 36.38%

%33.81
%29.81
%36.38

CMYK color model

#D3BAE3 color CMYK value is (7,18,0,11).

  • cyan value is 7.05%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(7,18,0,11)
C7M18Y0K11 
(7%,18%,0%,11%)
(0.07/0.18/0.00/0.11)	

CMYK percentages

%7.05
%18.06
%0
%10.98

Codes

Color #D3BAE3 in popluar color models

D3BAE3
RGB211186227
HSL277°42.27%80.98%
HSB/HSV277°18.06%89.02%
CMYK7.05%18.06%0.00%
10.98%

Color #D3BAE3 in popluar number systems.

HEXD3BAE3
Decimal211186227
Binary110100111011101011100011
Octal323272343

Shades and tints

Shades of #D3BAE3

#D3BAE3
(211,186,227)
#C0AACF
(192,170,207)
#AD9ABB
(173,154,187)
#9A8AA7
(154,138,167)
#877A93
(135,122,147)
#746A7F
(116,106,127)
#615A6B
(97,90,107)
#4E4A57
(78,74,87)
#3B3A43
(59,58,67)
#282A2F
(40,42,47)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #D3BAE3

#D3BAE3
(211,186,227)
#D7C0E5
(215,192,229)
#DBC6E7
(219,198,231)
#DFCCE9
(223,204,233)
#E3D2EB
(227,210,235)
#E7D8ED
(231,216,237)
#EBDEEF
(235,222,239)
#EFE4F1
(239,228,241)
#F3EAF3
(243,234,243)
#F7F0F5
(247,240,245)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BAE3 color. Also use rgb(211,186,227) instead hex code.

Text Font Color

.myTextColor { color: #D3BAE3; }

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

This text font color is #D3BAE3.


Background Color

.myBgColor { background-color: #D3BAE3; }

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

This div background color is #D3BAE3.


Border color

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

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

This div border color is #D3BAE3.


Opacity

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

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

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

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

This text has shadow with #D3BAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BAE3 on black background.


Color preview on white background

This text has color #D3BAE3 on white background.



Black color preview on #D3BAE3 background

This text has black color on #D3BAE3 background.


White color preview on #D3BAE3 background

This text has white color on #D3BAE3 background.