COLOR #A78CBE

HEX: #A78CBE
RGB: (167,140,190)

Color info

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

RGB color model

#A78CBE color RGB value is (167,140,190).

  • red value is 167;
  • green value is 140;
  • blue value is 190.
RGB:
(167,140,190)
(65%,55%,75%)

RGB channels and saturation

R 167 of 255 = 65%
G 140 of 255 = 55%
B 190 of 255 = 75%

167
140
190

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

Portions of RGB colors in percentages

R + G + B =
167 + 140 + 190 = 497 (100%)
R 167 of 497 ~ 33.6%
G 140 of 497 ~ 28.17%
B 190 of 497 ~ 38.23%

%33.6
%28.17
%38.23

CMYK color model

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

  • cyan value is 12.11%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,26,0,25)
C12M26Y0K25 
(12%,26%,0%,25%)
(0.12/0.26/0.00/0.25)	

CMYK percentages

%12.11
%26.32
%0
%25.49

Codes

Color #A78CBE in popluar color models

A78CBE
RGB167140190
HSL272°27.78%64.71%
HSB/HSV272°26.32%74.51%
CMYK12.11%26.32%0.00%
25.49%

Color #A78CBE in popluar number systems.

HEXA78CBE
Decimal167140190
Binary101001111000110010111110
Octal247214276

Shades and tints

Shades of #A78CBE

#A78CBE
(167,140,190)
#9880AD
(152,128,173)
#89749C
(137,116,156)
#7A688B
(122,104,139)
#6B5C7A
(107,92,122)
#5C5069
(92,80,105)
#4D4458
(77,68,88)
#3E3847
(62,56,71)
#2F2C36
(47,44,54)
#202025
(32,32,37)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #A78CBE

#A78CBE
(167,140,190)
#AF96C3
(175,150,195)
#B7A0C8
(183,160,200)
#BFAACD
(191,170,205)
#C7B4D2
(199,180,210)
#CFBED7
(207,190,215)
#D7C8DC
(215,200,220)
#DFD2E1
(223,210,225)
#E7DCE6
(231,220,230)
#EFE6EB
(239,230,235)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78CBE; }

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

This text font color is #A78CBE.


Background Color

.myBgColor { background-color: #A78CBE; }

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

This div background color is #A78CBE.


Border color

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

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

This div border color is #A78CBE.


Opacity

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

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

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

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

This text has shadow with #A78CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78CBE on black background.


Color preview on white background

This text has color #A78CBE on white background.



Black color preview on #A78CBE background

This text has black color on #A78CBE background.


White color preview on #A78CBE background

This text has white color on #A78CBE background.