COLOR #D3B4EB

HEX: #D3B4EB RGB: (211,180,235)

Color info

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

RGB color model

#D3B4EB color RGB value is (211,180,235).

RGB: (211,180,235) (83%, 71%, 92%)

RGB channels and saturation

R 211 of 255 = 83%
G 180 of 255 = 71%
B 235 of 255 = 92%

211
180
235

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

Portions of RGB colors in percentages

R + G + B = 211 + 180 + 235 = 626 (100%)
R 211 of 626 ~ 33.71%
G 180 of 626 ~ 28.75%
B 235 of 626 ~ 37.54'%

%33.71
%28.75
%37.54

CMYK color model

#D3B4EB color CMYK value is (10,23,0,8).

  • cyan value is 10.21%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (10,23,0,8)
C10M23Y0K8 (10%, 23%, 0%, 8%)
(0.10 / 0.23 / 0.00 / 0.08)

CMYK percentages

%10.21
%23.4
%0
%7.84

Codes

Color #D3B4EB in popluar color models

D3 B4 EB
RGB 211 180 235
HSL 274° 57.89% 81.37%
HSB/HSV 274° 23.40% 92.16%
CMYK 10.21% 23.40% 0.00%
7.84%

Color #D3B4EB in popluar number systems.

HEX D3 B4 EB
Decimal 211 180 235
Binary 11010011 10110100 11101011
Octal 323 264 353

Shades and tints

Shades of #D3B4EB

#D3B4EB
(211,180,235)
#C0A4D6
(192,164,214)
#AD94C1
(173,148,193)
#9A84AC
(154,132,172)
#877497
(135,116,151)
#746482
(116,100,130)
#61546D
(97,84,109)
#4E4458
(78,68,88)
#3B3443
(59,52,67)
#28242E
(40,36,46)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #D3B4EB

#D3B4EB
(211,180,235)
#D7BAEC
(215,186,236)
#DBC0ED
(219,192,237)
#DFC6EE
(223,198,238)
#E3CCEF
(227,204,239)
#E7D2F0
(231,210,240)
#EBD8F1
(235,216,241)
#EFDEF2
(239,222,242)
#F3E4F3
(243,228,243)
#F7EAF4
(247,234,244)
#FBF0F5
(251,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B4EB color. Also use rgb(211,180,235) instead hex code.

Text Font Color

.myTextColor { color: #D3B4EB; }

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

This text font color is #D3B4EB.

Background Color

.myBgColor { background-color: #D3B4EB; }

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

This div background color is #D3B4EB.

Border color

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

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

This div border color is #D3B4EB.

Opacity

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

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

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

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

This text has shadow with #D3B4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B4EB.

Preview

Color preview on black background

This text has color #D3B4EB on black background.


Color preview on white background

This text has color #D3B4EB on white background.


Black color preview on #D3B4EB background

This text has black color on #D3B4EB background.


White color preview on #D3B4EB background

This text has white color on #D3B4EB background.


Related colors

Complementary color

Complementary color for #hex is #2C4B14.


I love getcolorcode.com

Triadic colors

1 #EBD3B4 and #B4EBD3 with #D3B4EB are triadic colors.

2 #EBB4D3 and #B4D3EB with #D3B4EB are triadic colors.