COLOR #A78CBD

HEX: #A78CBD RGB: (167,140,189)

Color info

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

RGB color model

#A78CBD color RGB value is (167,140,189).

RGB: (167,140,189) (65%, 55%, 74%)

RGB channels and saturation

R 167 of 255 = 65%
G 140 of 255 = 55%
B 189 of 255 = 74%

167
140
189

R + G + B ~ 65%. #A78CBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 140 + 189 = 496 (100%)
R 167 of 496 ~ 33.67%
G 140 of 496 ~ 28.23%
B 189 of 496 ~ 38.1'%

%33.67
%28.23
%38.1

CMYK color model

#A78CBD color CMYK value is (12,26,0,26).

  • cyan value is 11.64%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (12,26,0,26) C12M26Y0K26 (12%,26%,0%,26%) (0.12/0.26/0.00/0.26) 

CMYK percentages

%11.64
%25.93
%0
%25.88

Codes

Color #A78CBD in popluar color models

A7 8C BD
RGB 167 140 189
HSL 273° 27.07% 64.51%
HSB/HSV 273° 25.93% 74.12%
CMYK 11.64% 25.93% 0.00%
25.88%

Color #A78CBD in popluar number systems.

HEX A7 8C BD
Decimal 167 140 189
Binary 10100111 10001100 10111101
Octal 247 214 275

Shades and tints

Shades of #A78CBD

#A78CBD
(167,140,189)
#9880AC
(152,128,172)
#89749B
(137,116,155)
#7A688A
(122,104,138)
#6B5C79
(107,92,121)
#5C5068
(92,80,104)
#4D4457
(77,68,87)
#3E3846
(62,56,70)
#2F2C35
(47,44,53)
#202024
(32,32,36)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #A78CBD

#A78CBD
(167,140,189)
#AF96C3
(175,150,195)
#B7A0C9
(183,160,201)
#BFAACF
(191,170,207)
#C7B4D5
(199,180,213)
#CFBEDB
(207,190,219)
#D7C8E1
(215,200,225)
#DFD2E7
(223,210,231)
#E7DCED
(231,220,237)
#EFE6F3
(239,230,243)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78CBD; }

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

This text font color is #A78CBD.

Background Color

.myBgColor { background-color: #A78CBD; }

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

This div background color is #A78CBD.

Border color

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

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

This div border color is #A78CBD.

Opacity

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

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

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

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

This text has shadow with #A78CBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78CBD.

Preview

Color preview on black background

This text has color #A78CBD on black background.


Color preview on white background

This text has color #A78CBD on white background.


Black color preview on #A78CBD background

This text has black color on #A78CBD background.


White color preview on #A78CBD background

This text has white color on #A78CBD background.


Related colors

Complementary color

Complementary color for #hex is #587342.


I love getcolorcode.com

Triadic colors

1 #BDA78C and #8CBDA7 with #A78CBD are triadic colors.

2 #BD8CA7 and #8CA7BD with #A78CBD are triadic colors.