COLOR #A67BB8

HEX: #A67BB8
RGB: (166,123,184)

Color info

#A67BB8 contains mainly red and blue colors. Web safe color of #A67BB8 is #9966CC (or #96C).

RGB color model

#A67BB8 color RGB value is (166,123,184).

  • red value is 166;
  • green value is 123;
  • blue value is 184.
RGB:
(166,123,184)
(65%,48%,72%)

RGB channels and saturation

R 166 of 255 = 65%
G 123 of 255 = 48%
B 184 of 255 = 72%

166
123
184

R + G + B ~ 62%. #A67BB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 123 + 184 = 473 (100%)
R 166 of 473 ~ 35.1%
G 123 of 473 ~ 26%
B 184 of 473 ~ 38.9%

%35.1
%26
%38.9

CMYK color model

#A67BB8 color CMYK value is (10,33,0,28).

  • cyan value is 9.78%
  • magenta value is 33.15%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(10,33,0,28)
C10M33Y0K28 
(10%,33%,0%,28%)
(0.10/0.33/0.00/0.28)	

CMYK percentages

%9.78
%33.15
%0
%27.84

Codes

Color #A67BB8 in popluar color models

A67BB8
RGB166123184
HSL282°30.05%60.20%
HSB/HSV282°33.15%72.16%
CMYK9.78%33.15%0.00%
27.84%

Color #A67BB8 in popluar number systems.

HEXA67BB8
Decimal166123184
Binary10100110111101110111000
Octal246173270

Shades and tints

Shades of #A67BB8

#A67BB8
(166,123,184)
#9770A8
(151,112,168)
#886598
(136,101,152)
#795A88
(121,90,136)
#6A4F78
(106,79,120)
#5B4468
(91,68,104)
#4C3958
(76,57,88)
#3D2E48
(61,46,72)
#2E2338
(46,35,56)
#1F1828
(31,24,40)
#100D18
(16,13,24)
#000000
(0,0,0)

Tints of #A67BB8

#A67BB8
(166,123,184)
#AE87BE
(174,135,190)
#B693C4
(182,147,196)
#BE9FCA
(190,159,202)
#C6ABD0
(198,171,208)
#CEB7D6
(206,183,214)
#D6C3DC
(214,195,220)
#DECFE2
(222,207,226)
#E6DBE8
(230,219,232)
#EEE7EE
(238,231,238)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67BB8 color. Also use rgb(166,123,184) instead hex code.

Text Font Color

.myTextColor { color: #A67BB8; }

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

This text font color is #A67BB8.


Background Color

.myBgColor { background-color: #A67BB8; }

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

This div background color is #A67BB8.


Border color

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

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

This div border color is #A67BB8.


Opacity

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

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

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

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

This text has shadow with #A67BB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67BB8 on black background.


Color preview on white background

This text has color #A67BB8 on white background.



Black color preview on #A67BB8 background

This text has black color on #A67BB8 background.


White color preview on #A67BB8 background

This text has white color on #A67BB8 background.