COLOR #A794BE

HEX: #A794BE
RGB: (167,148,190)

Color info

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

RGB color model

#A794BE color RGB value is (167,148,190).

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

RGB channels and saturation

R 167 of 255 = 65%
G 148 of 255 = 58%
B 190 of 255 = 75%

167
148
190

R + G + B ~ 66%. #A794BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 148 + 190 = 505 (100%)
R 167 of 505 ~ 33.07%
G 148 of 505 ~ 29.31%
B 190 of 505 ~ 37.62%

%33.07
%29.31
%37.62

CMYK color model

#A794BE color CMYK value is (12,22,0,25).

  • cyan value is 12.11%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,22,0,25)
C12M22Y0K25 
(12%,22%,0%,25%)
(0.12/0.22/0.00/0.25)	

CMYK percentages

%12.11
%22.11
%0
%25.49

Codes

Color #A794BE in popluar color models

A794BE
RGB167148190
HSL267°24.42%66.27%
HSB/HSV267°22.11%74.51%
CMYK12.11%22.11%0.00%
25.49%

Color #A794BE in popluar number systems.

HEXA794BE
Decimal167148190
Binary101001111001010010111110
Octal247224276

Shades and tints

Shades of #A794BE

#A794BE
(167,148,190)
#9887AD
(152,135,173)
#897A9C
(137,122,156)
#7A6D8B
(122,109,139)
#6B607A
(107,96,122)
#5C5369
(92,83,105)
#4D4658
(77,70,88)
#3E3947
(62,57,71)
#2F2C36
(47,44,54)
#201F25
(32,31,37)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #A794BE

#A794BE
(167,148,190)
#AF9DC3
(175,157,195)
#B7A6C8
(183,166,200)
#BFAFCD
(191,175,205)
#C7B8D2
(199,184,210)
#CFC1D7
(207,193,215)
#D7CADC
(215,202,220)
#DFD3E1
(223,211,225)
#E7DCE6
(231,220,230)
#EFE5EB
(239,229,235)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A794BE; }

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

This text font color is #A794BE.


Background Color

.myBgColor { background-color: #A794BE; }

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

This div background color is #A794BE.


Border color

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

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

This div border color is #A794BE.


Opacity

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

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

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

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

This text has shadow with #A794BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A794BE on black background.


Color preview on white background

This text has color #A794BE on white background.



Black color preview on #A794BE background

This text has black color on #A794BE background.


White color preview on #A794BE background

This text has white color on #A794BE background.