COLOR #D3BBDB

HEX: #D3BBDB
RGB: (211,187,219)

Color info

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

RGB color model

#D3BBDB color RGB value is (211,187,219).

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

RGB channels and saturation

R 211 of 255 = 83%
G 187 of 255 = 73%
B 219 of 255 = 86%

211
187
219

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

Portions of RGB colors in percentages

R + G + B =
211 + 187 + 219 = 617 (100%)
R 211 of 617 ~ 34.2%
G 187 of 617 ~ 30.31%
B 219 of 617 ~ 35.49%

%34.2
%30.31
%35.49

CMYK color model

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

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

CMYK percentages

%3.65
%14.61
%0
%14.12

Codes

Color #D3BBDB in popluar color models

D3BBDB
RGB211187219
HSL285°30.77%79.61%
HSB/HSV285°14.61%85.88%
CMYK3.65%14.61%0.00%
14.12%

Color #D3BBDB in popluar number systems.

HEXD3BBDB
Decimal211187219
Binary110100111011101111011011
Octal323273333

Shades and tints

Shades of #D3BBDB

#D3BBDB
(211,187,219)
#C0AAC8
(192,170,200)
#AD99B5
(173,153,181)
#9A88A2
(154,136,162)
#87778F
(135,119,143)
#74667C
(116,102,124)
#615569
(97,85,105)
#4E4456
(78,68,86)
#3B3343
(59,51,67)
#282230
(40,34,48)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #D3BBDB

#D3BBDB
(211,187,219)
#D7C1DE
(215,193,222)
#DBC7E1
(219,199,225)
#DFCDE4
(223,205,228)
#E3D3E7
(227,211,231)
#E7D9EA
(231,217,234)
#EBDFED
(235,223,237)
#EFE5F0
(239,229,240)
#F3EBF3
(243,235,243)
#F7F1F6
(247,241,246)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BBDB; }

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

This text font color is #D3BBDB.


Background Color

.myBgColor { background-color: #D3BBDB; }

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

This div background color is #D3BBDB.


Border color

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

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

This div border color is #D3BBDB.


Opacity

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

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

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

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

This text has shadow with #D3BBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BBDB on black background.


Color preview on white background

This text has color #D3BBDB on white background.



Black color preview on #D3BBDB background

This text has black color on #D3BBDB background.


White color preview on #D3BBDB background

This text has white color on #D3BBDB background.