COLOR #B3ACCD

HEX: #B3ACCD
RGB: (179,172,205)

Color info

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

RGB color model

#B3ACCD color RGB value is (179,172,205).

  • red value is 179;
  • green value is 172;
  • blue value is 205.
RGB:
(179,172,205)
(70%,67%,80%)

RGB channels and saturation

R 179 of 255 = 70%
G 172 of 255 = 67%
B 205 of 255 = 80%

179
172
205

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

Portions of RGB colors in percentages

R + G + B =
179 + 172 + 205 = 556 (100%)
R 179 of 556 ~ 32.19%
G 172 of 556 ~ 30.94%
B 205 of 556 ~ 36.87%

%32.19
%30.94
%36.87

CMYK color model

#B3ACCD color CMYK value is (13,16,0,20).

  • cyan value is 12.68%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(13,16,0,20)
C13M16Y0K20 
(13%,16%,0%,20%)
(0.13/0.16/0.00/0.20)	

CMYK percentages

%12.68
%16.1
%0
%19.61

Codes

Color #B3ACCD in popluar color models

B3ACCD
RGB179172205
HSL253°24.81%73.92%
HSB/HSV253°16.10%80.39%
CMYK12.68%16.10%0.00%
19.61%

Color #B3ACCD in popluar number systems.

HEXB3ACCD
Decimal179172205
Binary101100111010110011001101
Octal263254315

Shades and tints

Shades of #B3ACCD

#B3ACCD
(179,172,205)
#A39DBB
(163,157,187)
#938EA9
(147,142,169)
#837F97
(131,127,151)
#737085
(115,112,133)
#636173
(99,97,115)
#535261
(83,82,97)
#43434F
(67,67,79)
#33343D
(51,52,61)
#23252B
(35,37,43)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #B3ACCD

#B3ACCD
(179,172,205)
#B9B3D1
(185,179,209)
#BFBAD5
(191,186,213)
#C5C1D9
(197,193,217)
#CBC8DD
(203,200,221)
#D1CFE1
(209,207,225)
#D7D6E5
(215,214,229)
#DDDDE9
(221,221,233)
#E3E4ED
(227,228,237)
#E9EBF1
(233,235,241)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3ACCD color. Also use rgb(179,172,205) instead hex code.

Text Font Color

.myTextColor { color: #B3ACCD; }

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

This text font color is #B3ACCD.


Background Color

.myBgColor { background-color: #B3ACCD; }

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

This div background color is #B3ACCD.


Border color

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

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

This div border color is #B3ACCD.


Opacity

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

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

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

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

This text has shadow with #B3ACCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3ACCD on black background.


Color preview on white background

This text has color #B3ACCD on white background.



Black color preview on #B3ACCD background

This text has black color on #B3ACCD background.


White color preview on #B3ACCD background

This text has white color on #B3ACCD background.