COLOR #B7ACCD

HEX: #B7ACCD
RGB: (183,172,205)

Color info

#B7ACCD contains red, green and blue colors in about the same proportion. Web safe color of #B7ACCD is #CC99CC (or #C9C).

RGB color model

#B7ACCD color RGB value is (183,172,205).

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

RGB channels and saturation

R 183 of 255 = 72%
G 172 of 255 = 67%
B 205 of 255 = 80%

183
172
205

R + G + B ~ 73%. #B7ACCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 172 + 205 = 560 (100%)
R 183 of 560 ~ 32.68%
G 172 of 560 ~ 30.71%
B 205 of 560 ~ 36.61%

%32.68
%30.71
%36.61

CMYK color model

#B7ACCD color CMYK value is (11,16,0,20).

  • cyan value is 10.73%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(11,16,0,20)
C11M16Y0K20 
(11%,16%,0%,20%)
(0.11/0.16/0.00/0.20)	

CMYK percentages

%10.73
%16.1
%0
%19.61

Codes

Color #B7ACCD in popluar color models

B7ACCD
RGB183172205
HSL260°24.81%73.92%
HSB/HSV260°16.10%80.39%
CMYK10.73%16.10%0.00%
19.61%

Color #B7ACCD in popluar number systems.

HEXB7ACCD
Decimal183172205
Binary101101111010110011001101
Octal267254315

Shades and tints

Shades of #B7ACCD

#B7ACCD
(183,172,205)
#A79DBB
(167,157,187)
#978EA9
(151,142,169)
#877F97
(135,127,151)
#777085
(119,112,133)
#676173
(103,97,115)
#575261
(87,82,97)
#47434F
(71,67,79)
#37343D
(55,52,61)
#27252B
(39,37,43)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #B7ACCD

#B7ACCD
(183,172,205)
#BDB3D1
(189,179,209)
#C3BAD5
(195,186,213)
#C9C1D9
(201,193,217)
#CFC8DD
(207,200,221)
#D5CFE1
(213,207,225)
#DBD6E5
(219,214,229)
#E1DDE9
(225,221,233)
#E7E4ED
(231,228,237)
#EDEBF1
(237,235,241)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ACCD; }

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

This text font color is #B7ACCD.


Background Color

.myBgColor { background-color: #B7ACCD; }

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

This div background color is #B7ACCD.


Border color

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

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

This div border color is #B7ACCD.


Opacity

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

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

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

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

This text has shadow with #B7ACCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ACCD on black background.


Color preview on white background

This text has color #B7ACCD on white background.



Black color preview on #B7ACCD background

This text has black color on #B7ACCD background.


White color preview on #B7ACCD background

This text has white color on #B7ACCD background.