COLOR #B3A7DC

HEX: #B3A7DC RGB: (179,167,220)

Color info

#B3A7DC contains red, green and blue colors in about the same proportion. Web safe color of #B3A7DC is #9999CC (or #99C).

RGB color model

#B3A7DC color RGB value is (179,167,220).

RGB: (179,167,220) (70%, 65%, 86%)

RGB channels and saturation

R 179 of 255 = 70%
G 167 of 255 = 65%
B 220 of 255 = 86%

179
167
220

R + G + B ~ 74%. #B3A7DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 167 + 220 = 566 (100%)
R 179 of 566 ~ 31.63%
G 167 of 566 ~ 29.51%
B 220 of 566 ~ 38.87'%

%31.63
%29.51
%38.87

CMYK color model

#B3A7DC color CMYK value is (19,24,0,14).

  • cyan value is 18.64%
  • magenta value is 24.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (19,24,0,14) C19M24Y0K14 (19%,24%,0%,14%) (0.19/0.24/0.00/0.14) 

CMYK percentages

%18.64
%24.09
%0
%13.73

Codes

Color #B3A7DC in popluar color models

B3 A7 DC
RGB 179 167 220
HSL 254° 43.09% 75.88%
HSB/HSV 254° 24.09% 86.27%
CMYK 18.64% 24.09% 0.00%
13.73%

Color #B3A7DC in popluar number systems.

HEX B3 A7 DC
Decimal 179 167 220
Binary 10110011 10100111 11011100
Octal 263 247 334

Shades and tints

Shades of #B3A7DC

#B3A7DC
(179,167,220)
#A398C8
(163,152,200)
#9389B4
(147,137,180)
#837AA0
(131,122,160)
#736B8C
(115,107,140)
#635C78
(99,92,120)
#534D64
(83,77,100)
#433E50
(67,62,80)
#332F3C
(51,47,60)
#232028
(35,32,40)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #B3A7DC

#B3A7DC
(179,167,220)
#B9AFDF
(185,175,223)
#BFB7E2
(191,183,226)
#C5BFE5
(197,191,229)
#CBC7E8
(203,199,232)
#D1CFEB
(209,207,235)
#D7D7EE
(215,215,238)
#DDDFF1
(221,223,241)
#E3E7F4
(227,231,244)
#E9EFF7
(233,239,247)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A7DC color. Also use rgb(179,167,220) instead hex code.

Text Font Color

.myTextColor { color: #B3A7DC; }

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

This text font color is #B3A7DC.

Background Color

.myBgColor { background-color: #B3A7DC; }

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

This div background color is #B3A7DC.

Border color

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

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

This div border color is #B3A7DC.

Opacity

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

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

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

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

This text has shadow with #B3A7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A7DC.

Preview

Color preview on black background

This text has color #B3A7DC on black background.


Color preview on white background

This text has color #B3A7DC on white background.


Black color preview on #B3A7DC background

This text has black color on #B3A7DC background.


White color preview on #B3A7DC background

This text has white color on #B3A7DC background.


Related colors

Complementary color

Complementary color for #hex is #4C5823.


I love getcolorcode.com

Triadic colors

1 #DCB3A7 and #A7DCB3 with #B3A7DC are triadic colors.

2 #DCA7B3 and #A7B3DC with #B3A7DC are triadic colors.