COLOR #D3BBE2

HEX: #D3BBE2
RGB: (211,187,226)

Color info

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

RGB color model

#D3BBE2 color RGB value is (211,187,226).

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

RGB channels and saturation

R 211 of 255 = 83%
G 187 of 255 = 73%
B 226 of 255 = 89%

211
187
226

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

Portions of RGB colors in percentages

R + G + B =
211 + 187 + 226 = 624 (100%)
R 211 of 624 ~ 33.81%
G 187 of 624 ~ 29.97%
B 226 of 624 ~ 36.22%

%33.81
%29.97
%36.22

CMYK color model

#D3BBE2 color CMYK value is (7,17,0,11).

  • cyan value is 6.64%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(7,17,0,11)
C7M17Y0K11 
(7%,17%,0%,11%)
(0.07/0.17/0.00/0.11)	

CMYK percentages

%6.64
%17.26
%0
%11.37

Codes

Color #D3BBE2 in popluar color models

D3BBE2
RGB211187226
HSL277°40.21%80.98%
HSB/HSV277°17.26%88.63%
CMYK6.64%17.26%0.00%
11.37%

Color #D3BBE2 in popluar number systems.

HEXD3BBE2
Decimal211187226
Binary110100111011101111100010
Octal323273342

Shades and tints

Shades of #D3BBE2

#D3BBE2
(211,187,226)
#C0AACE
(192,170,206)
#AD99BA
(173,153,186)
#9A88A6
(154,136,166)
#877792
(135,119,146)
#74667E
(116,102,126)
#61556A
(97,85,106)
#4E4456
(78,68,86)
#3B3342
(59,51,66)
#28222E
(40,34,46)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #D3BBE2

#D3BBE2
(211,187,226)
#D7C1E4
(215,193,228)
#DBC7E6
(219,199,230)
#DFCDE8
(223,205,232)
#E3D3EA
(227,211,234)
#E7D9EC
(231,217,236)
#EBDFEE
(235,223,238)
#EFE5F0
(239,229,240)
#F3EBF2
(243,235,242)
#F7F1F4
(247,241,244)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BBE2 color. Also use rgb(211,187,226) instead hex code.

Text Font Color

.myTextColor { color: #D3BBE2; }

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

This text font color is #D3BBE2.


Background Color

.myBgColor { background-color: #D3BBE2; }

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

This div background color is #D3BBE2.


Border color

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

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

This div border color is #D3BBE2.


Opacity

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

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

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

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

This text has shadow with #D3BBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BBE2 on black background.


Color preview on white background

This text has color #D3BBE2 on white background.



Black color preview on #D3BBE2 background

This text has black color on #D3BBE2 background.


White color preview on #D3BBE2 background

This text has white color on #D3BBE2 background.