COLOR #A78BCD

HEX: #A78BCD
RGB: (167,139,205)

Color info

#A78BCD contains mainly red and blue colors. Web safe color of #A78BCD is #9999CC (or #99C).

RGB color model

#A78BCD color RGB value is (167,139,205).

  • red value is 167;
  • green value is 139;
  • blue value is 205.
RGB:
(167,139,205)
(65%,55%,80%)

RGB channels and saturation

R 167 of 255 = 65%
G 139 of 255 = 55%
B 205 of 255 = 80%

167
139
205

R + G + B ~ 67%. #A78BCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 139 + 205 = 511 (100%)
R 167 of 511 ~ 32.68%
G 139 of 511 ~ 27.2%
B 205 of 511 ~ 40.12%

%32.68
%27.2
%40.12

CMYK color model

#A78BCD color CMYK value is (19,32,0,20).

  • cyan value is 18.54%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(19,32,0,20)
C19M32Y0K20 
(19%,32%,0%,20%)
(0.19/0.32/0.00/0.20)	

CMYK percentages

%18.54
%32.2
%0
%19.61

Codes

Color #A78BCD in popluar color models

A78BCD
RGB167139205
HSL265°39.76%67.45%
HSB/HSV265°32.20%80.39%
CMYK18.54%32.20%0.00%
19.61%

Color #A78BCD in popluar number systems.

HEXA78BCD
Decimal167139205
Binary101001111000101111001101
Octal247213315

Shades and tints

Shades of #A78BCD

#A78BCD
(167,139,205)
#987FBB
(152,127,187)
#8973A9
(137,115,169)
#7A6797
(122,103,151)
#6B5B85
(107,91,133)
#5C4F73
(92,79,115)
#4D4361
(77,67,97)
#3E374F
(62,55,79)
#2F2B3D
(47,43,61)
#201F2B
(32,31,43)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #A78BCD

#A78BCD
(167,139,205)
#AF95D1
(175,149,209)
#B79FD5
(183,159,213)
#BFA9D9
(191,169,217)
#C7B3DD
(199,179,221)
#CFBDE1
(207,189,225)
#D7C7E5
(215,199,229)
#DFD1E9
(223,209,233)
#E7DBED
(231,219,237)
#EFE5F1
(239,229,241)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78BCD color. Also use rgb(167,139,205) instead hex code.

Text Font Color

.myTextColor { color: #A78BCD; }

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

This text font color is #A78BCD.


Background Color

.myBgColor { background-color: #A78BCD; }

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

This div background color is #A78BCD.


Border color

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

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

This div border color is #A78BCD.


Opacity

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

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

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

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

This text has shadow with #A78BCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78BCD on black background.


Color preview on white background

This text has color #A78BCD on white background.



Black color preview on #A78BCD background

This text has black color on #A78BCD background.


White color preview on #A78BCD background

This text has white color on #A78BCD background.