COLOR #A57B97

HEX: #A57B97
RGB: (165,123,151)

Color info

#A57B97 contains red, green and blue colors in about the same proportion. Web safe color of #A57B97 is #996699 (or #969).

RGB color model

#A57B97 color RGB value is (165,123,151).

  • red value is 165;
  • green value is 123;
  • blue value is 151.
RGB:
(165,123,151)
(65%,48%,59%)

RGB channels and saturation

R 165 of 255 = 65%
G 123 of 255 = 48%
B 151 of 255 = 59%

165
123
151

R + G + B ~ 57%. #A57B97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 123 + 151 = 439 (100%)
R 165 of 439 ~ 37.59%
G 123 of 439 ~ 28.02%
B 151 of 439 ~ 34.4%

%37.59
%28.02
%34.4

CMYK color model

#A57B97 color CMYK value is (0,25,8,35).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(0,25,8,35)
C0M25Y8K35 
(0%,25%,8%,35%)
(0.00/0.25/0.08/0.35)	

CMYK percentages

%0
%25.45
%8.48
%35.29

Codes

Color #A57B97 in popluar color models

A57B97
RGB165123151
HSL320°18.92%56.47%
HSB/HSV320°25.45%64.71%
CMYK0.00%25.45%8.48%
35.29%

Color #A57B97 in popluar number systems.

HEXA57B97
Decimal165123151
Binary10100101111101110010111
Octal245173227

Shades and tints

Shades of #A57B97

#A57B97
(165,123,151)
#96708A
(150,112,138)
#87657D
(135,101,125)
#785A70
(120,90,112)
#694F63
(105,79,99)
#5A4456
(90,68,86)
#4B3949
(75,57,73)
#3C2E3C
(60,46,60)
#2D232F
(45,35,47)
#1E1822
(30,24,34)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #A57B97

#A57B97
(165,123,151)
#AD87A0
(173,135,160)
#B593A9
(181,147,169)
#BD9FB2
(189,159,178)
#C5ABBB
(197,171,187)
#CDB7C4
(205,183,196)
#D5C3CD
(213,195,205)
#DDCFD6
(221,207,214)
#E5DBDF
(229,219,223)
#EDE7E8
(237,231,232)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57B97 color. Also use rgb(165,123,151) instead hex code.

Text Font Color

.myTextColor { color: #A57B97; }

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

This text font color is #A57B97.


Background Color

.myBgColor { background-color: #A57B97; }

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

This div background color is #A57B97.


Border color

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

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

This div border color is #A57B97.


Opacity

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

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

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

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

This text has shadow with #A57B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57B97 on black background.


Color preview on white background

This text has color #A57B97 on white background.



Black color preview on #A57B97 background

This text has black color on #A57B97 background.


White color preview on #A57B97 background

This text has white color on #A57B97 background.