COLOR #A678B4

HEX: #A678B4
RGB: (166,120,180)

Color info

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

RGB color model

#A678B4 color RGB value is (166,120,180).

  • red value is 166;
  • green value is 120;
  • blue value is 180.
RGB:
(166,120,180)
(65%,47%,71%)

RGB channels and saturation

R 166 of 255 = 65%
G 120 of 255 = 47%
B 180 of 255 = 71%

166
120
180

R + G + B ~ 61%. #A678B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 120 + 180 = 466 (100%)
R 166 of 466 ~ 35.62%
G 120 of 466 ~ 25.75%
B 180 of 466 ~ 38.63%

%35.62
%25.75
%38.63

CMYK color model

#A678B4 color CMYK value is (8,33,0,29).

  • cyan value is 7.78%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(8,33,0,29)
C8M33Y0K29 
(8%,33%,0%,29%)
(0.08/0.33/0.00/0.29)	

CMYK percentages

%7.78
%33.33
%0
%29.41

Codes

Color #A678B4 in popluar color models

A678B4
RGB166120180
HSL286°28.57%58.82%
HSB/HSV286°33.33%70.59%
CMYK7.78%33.33%0.00%
29.41%

Color #A678B4 in popluar number systems.

HEXA678B4
Decimal166120180
Binary10100110111100010110100
Octal246170264

Shades and tints

Shades of #A678B4

#A678B4
(166,120,180)
#976EA4
(151,110,164)
#886494
(136,100,148)
#795A84
(121,90,132)
#6A5074
(106,80,116)
#5B4664
(91,70,100)
#4C3C54
(76,60,84)
#3D3244
(61,50,68)
#2E2834
(46,40,52)
#1F1E24
(31,30,36)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #A678B4

#A678B4
(166,120,180)
#AE84BA
(174,132,186)
#B690C0
(182,144,192)
#BE9CC6
(190,156,198)
#C6A8CC
(198,168,204)
#CEB4D2
(206,180,210)
#D6C0D8
(214,192,216)
#DECCDE
(222,204,222)
#E6D8E4
(230,216,228)
#EEE4EA
(238,228,234)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A678B4 color. Also use rgb(166,120,180) instead hex code.

Text Font Color

.myTextColor { color: #A678B4; }

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

This text font color is #A678B4.


Background Color

.myBgColor { background-color: #A678B4; }

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

This div background color is #A678B4.


Border color

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

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

This div border color is #A678B4.


Opacity

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

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

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

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

This text has shadow with #A678B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A678B4 on black background.


Color preview on white background

This text has color #A678B4 on white background.



Black color preview on #A678B4 background

This text has black color on #A678B4 background.


White color preview on #A678B4 background

This text has white color on #A678B4 background.