COLOR #A78CBB

HEX: #A78CBB RGB: (167,140,187)

Color info

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

RGB color model

#A78CBB color RGB value is (167,140,187).

RGB: (167,140,187) (65%, 55%, 73%)

RGB channels and saturation

R 167 of 255 = 65%
G 140 of 255 = 55%
B 187 of 255 = 73%

167
140
187

R + G + B ~ 64%. #A78CBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 140 + 187 = 494 (100%)
R 167 of 494 ~ 33.81%
G 140 of 494 ~ 28.34%
B 187 of 494 ~ 37.85'%

%33.81
%28.34
%37.85

CMYK color model

#A78CBB color CMYK value is (11,25,0,27).

  • cyan value is 10.70%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (11,25,0,27)
C11M25Y0K27 (11%, 25%, 0%, 27%)
(0.11 / 0.25 / 0.00 / 0.27)

CMYK percentages

%10.7
%25.13
%0
%26.67

Codes

Color #A78CBB in popluar color models

A7 8C BB
RGB 167 140 187
HSL 274° 25.68% 64.12%
HSB/HSV 274° 25.13% 73.33%
CMYK 10.70% 25.13% 0.00%
26.67%

Color #A78CBB in popluar number systems.

HEX A7 8C BB
Decimal 167 140 187
Binary 10100111 10001100 10111011
Octal 247 214 273

Shades and tints

Shades of #A78CBB

#A78CBB
(167,140,187)
#9880AA
(152,128,170)
#897499
(137,116,153)
#7A6888
(122,104,136)
#6B5C77
(107,92,119)
#5C5066
(92,80,102)
#4D4455
(77,68,85)
#3E3844
(62,56,68)
#2F2C33
(47,44,51)
#202022
(32,32,34)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #A78CBB

#A78CBB
(167,140,187)
#AF96C1
(175,150,193)
#B7A0C7
(183,160,199)
#BFAACD
(191,170,205)
#C7B4D3
(199,180,211)
#CFBED9
(207,190,217)
#D7C8DF
(215,200,223)
#DFD2E5
(223,210,229)
#E7DCEB
(231,220,235)
#EFE6F1
(239,230,241)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78CBB color. Also use rgb(167,140,187) instead hex code.

Text Font Color

.myTextColor { color: #A78CBB; }

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

This text font color is #A78CBB.

Background Color

.myBgColor { background-color: #A78CBB; }

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

This div background color is #A78CBB.

Border color

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

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

This div border color is #A78CBB.

Opacity

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

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

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

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

This text has shadow with #A78CBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78CBB.

Preview

Color preview on black background

This text has color #A78CBB on black background.


Color preview on white background

This text has color #A78CBB on white background.


Black color preview on #A78CBB background

This text has black color on #A78CBB background.


White color preview on #A78CBB background

This text has white color on #A78CBB background.


Related colors

Complementary color

Complementary color for #hex is #587344.


I love getcolorcode.com

Triadic colors

1 #BBA78C and #8CBBA7 with #A78CBB are triadic colors.

2 #BB8CA7 and #8CA7BB with #A78CBB are triadic colors.