COLOR #D3BCDA

HEX: #D3BCDA RGB: (211,188,218)

Color info

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

RGB color model

#D3BCDA color RGB value is (211,188,218).

RGB: (211,188,218) (83%, 74%, 85%)

RGB channels and saturation

R 211 of 255 = 83%
G 188 of 255 = 74%
B 218 of 255 = 85%

211
188
218

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

Portions of RGB colors in percentages

R + G + B = 211 + 188 + 218 = 617 (100%)
R 211 of 617 ~ 34.2%
G 188 of 617 ~ 30.47%
B 218 of 617 ~ 35.33'%

%34.2
%30.47
%35.33

CMYK color model

#D3BCDA color CMYK value is (3,14,0,15).

  • cyan value is 3.21%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (3,14,0,15) C3M14Y0K15 (3%,14%,0%,15%) (0.03/0.14/0.00/0.15) 

CMYK percentages

%3.21
%13.76
%0
%14.51

Codes

Color #D3BCDA in popluar color models

D3 BC DA
RGB 211 188 218
HSL 286° 28.85% 79.61%
HSB/HSV 286° 13.76% 85.49%
CMYK 3.21% 13.76% 0.00%
14.51%

Color #D3BCDA in popluar number systems.

HEX D3 BC DA
Decimal 211 188 218
Binary 11010011 10111100 11011010
Octal 323 274 332

Shades and tints

Shades of #D3BCDA

#D3BCDA
(211,188,218)
#C0ABC7
(192,171,199)
#AD9AB4
(173,154,180)
#9A89A1
(154,137,161)
#87788E
(135,120,142)
#74677B
(116,103,123)
#615668
(97,86,104)
#4E4555
(78,69,85)
#3B3442
(59,52,66)
#28232F
(40,35,47)
#15121C
(21,18,28)
#000000
(0,0,0)

Tints of #D3BCDA

#D3BCDA
(211,188,218)
#D7C2DD
(215,194,221)
#DBC8E0
(219,200,224)
#DFCEE3
(223,206,227)
#E3D4E6
(227,212,230)
#E7DAE9
(231,218,233)
#EBE0EC
(235,224,236)
#EFE6EF
(239,230,239)
#F3ECF2
(243,236,242)
#F7F2F5
(247,242,245)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BCDA color. Also use rgb(211,188,218) instead hex code.

Text Font Color

.myTextColor { color: #D3BCDA; }

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

This text font color is #D3BCDA.

Background Color

.myBgColor { background-color: #D3BCDA; }

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

This div background color is #D3BCDA.

Border color

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

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

This div border color is #D3BCDA.

Opacity

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

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

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

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

This text has shadow with #D3BCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3BCDA.

Preview

Color preview on black background

This text has color #D3BCDA on black background.


Color preview on white background

This text has color #D3BCDA on white background.


Black color preview on #D3BCDA background

This text has black color on #D3BCDA background.


White color preview on #D3BCDA background

This text has white color on #D3BCDA background.


Related colors

Complementary color

Complementary color for #hex is #2C4325.


I love getcolorcode.com

Triadic colors

1 #DAD3BC and #BCDAD3 with #D3BCDA are triadic colors.

2 #DABCD3 and #BCD3DA with #D3BCDA are triadic colors.