COLOR #B3A7CC

HEX: #B3A7CC RGB: (179,167,204)

Color info

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

RGB color model

#B3A7CC color RGB value is (179,167,204).

RGB: (179,167,204) (70%, 65%, 80%)

RGB channels and saturation

R 179 of 255 = 70%
G 167 of 255 = 65%
B 204 of 255 = 80%

179
167
204

R + G + B ~ 72%. #B3A7CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 167 + 204 = 550 (100%)
R 179 of 550 ~ 32.55%
G 167 of 550 ~ 30.36%
B 204 of 550 ~ 37.09'%

%32.55
%30.36
%37.09

CMYK color model

#B3A7CC color CMYK value is (12,18,0,20).

  • cyan value is 12.25%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (12,18,0,20)
C12M18Y0K20 (12%, 18%, 0%, 20%)
(0.12 / 0.18 / 0.00 / 0.20)

CMYK percentages

%12.25
%18.14
%0
%20

Codes

Color #B3A7CC in popluar color models

B3 A7 CC
RGB 179 167 204
HSL 259° 26.62% 72.75%
HSB/HSV 259° 18.14% 80.00%
CMYK 12.25% 18.14% 0.00%
20.00%

Color #B3A7CC in popluar number systems.

HEX B3 A7 CC
Decimal 179 167 204
Binary 10110011 10100111 11001100
Octal 263 247 314

Shades and tints

Shades of #B3A7CC

#B3A7CC
(179,167,204)
#A398BA
(163,152,186)
#9389A8
(147,137,168)
#837A96
(131,122,150)
#736B84
(115,107,132)
#635C72
(99,92,114)
#534D60
(83,77,96)
#433E4E
(67,62,78)
#332F3C
(51,47,60)
#23202A
(35,32,42)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #B3A7CC

#B3A7CC
(179,167,204)
#B9AFD0
(185,175,208)
#BFB7D4
(191,183,212)
#C5BFD8
(197,191,216)
#CBC7DC
(203,199,220)
#D1CFE0
(209,207,224)
#D7D7E4
(215,215,228)
#DDDFE8
(221,223,232)
#E3E7EC
(227,231,236)
#E9EFF0
(233,239,240)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A7CC; }

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

This text font color is #B3A7CC.

Background Color

.myBgColor { background-color: #B3A7CC; }

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

This div background color is #B3A7CC.

Border color

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

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

This div border color is #B3A7CC.

Opacity

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

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

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

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

This text has shadow with #B3A7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A7CC.

Preview

Color preview on black background

This text has color #B3A7CC on black background.


Color preview on white background

This text has color #B3A7CC on white background.


Black color preview on #B3A7CC background

This text has black color on #B3A7CC background.


White color preview on #B3A7CC background

This text has white color on #B3A7CC background.


Related colors

Complementary color

Complementary color for #hex is #4C5833.


I love getcolorcode.com

Triadic colors

1 #CCB3A7 and #A7CCB3 with #B3A7CC are triadic colors.

2 #CCA7B3 and #A7B3CC with #B3A7CC are triadic colors.