COLOR #B79ACE

HEX: #B79ACE
RGB: (183,154,206)

Color info

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

RGB color model

#B79ACE color RGB value is (183,154,206).

  • red value is 183;
  • green value is 154;
  • blue value is 206.
RGB:
(183,154,206)
(72%,60%,81%)

RGB channels and saturation

R 183 of 255 = 72%
G 154 of 255 = 60%
B 206 of 255 = 81%

183
154
206

R + G + B ~ 71%. #B79ACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 154 + 206 = 543 (100%)
R 183 of 543 ~ 33.7%
G 154 of 543 ~ 28.36%
B 206 of 543 ~ 37.94%

%33.7
%28.36
%37.94

CMYK color model

#B79ACE color CMYK value is (11,25,0,19).

  • cyan value is 11.17%
  • magenta value is 25.24%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(11,25,0,19)
C11M25Y0K19 
(11%,25%,0%,19%)
(0.11/0.25/0.00/0.19)	

CMYK percentages

%11.17
%25.24
%0
%19.22

Codes

Color #B79ACE in popluar color models

B79ACE
RGB183154206
HSL273°34.67%70.59%
HSB/HSV273°25.24%80.78%
CMYK11.17%25.24%0.00%
19.22%

Color #B79ACE in popluar number systems.

HEXB79ACE
Decimal183154206
Binary101101111001101011001110
Octal267232316

Shades and tints

Shades of #B79ACE

#B79ACE
(183,154,206)
#A78CBC
(167,140,188)
#977EAA
(151,126,170)
#877098
(135,112,152)
#776286
(119,98,134)
#675474
(103,84,116)
#574662
(87,70,98)
#473850
(71,56,80)
#372A3E
(55,42,62)
#271C2C
(39,28,44)
#170E1A
(23,14,26)
#000000
(0,0,0)

Tints of #B79ACE

#B79ACE
(183,154,206)
#BDA3D2
(189,163,210)
#C3ACD6
(195,172,214)
#C9B5DA
(201,181,218)
#CFBEDE
(207,190,222)
#D5C7E2
(213,199,226)
#DBD0E6
(219,208,230)
#E1D9EA
(225,217,234)
#E7E2EE
(231,226,238)
#EDEBF2
(237,235,242)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79ACE color. Also use rgb(183,154,206) instead hex code.

Text Font Color

.myTextColor { color: #B79ACE; }

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

This text font color is #B79ACE.


Background Color

.myBgColor { background-color: #B79ACE; }

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

This div background color is #B79ACE.


Border color

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

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

This div border color is #B79ACE.


Opacity

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

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

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

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

This text has shadow with #B79ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79ACE on black background.


Color preview on white background

This text has color #B79ACE on white background.



Black color preview on #B79ACE background

This text has black color on #B79ACE background.


White color preview on #B79ACE background

This text has white color on #B79ACE background.