COLOR #A598B4

HEX: #A598B4
RGB: (165,152,180)

Color info

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

RGB color model

#A598B4 color RGB value is (165,152,180).

  • red value is 165;
  • green value is 152;
  • blue value is 180.
RGB:
(165,152,180)
(65%,60%,71%)

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 180 of 255 = 71%

165
152
180

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

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 180 = 497 (100%)
R 165 of 497 ~ 33.2%
G 152 of 497 ~ 30.58%
B 180 of 497 ~ 36.22%

%33.2
%30.58
%36.22

CMYK color model

#A598B4 color CMYK value is (8,16,0,29).

  • cyan value is 8.33%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(8,16,0,29)
C8M16Y0K29 
(8%,16%,0%,29%)
(0.08/0.16/0.00/0.29)	

CMYK percentages

%8.33
%15.56
%0
%29.41

Codes

Color #A598B4 in popluar color models

A598B4
RGB165152180
HSL268°15.73%65.10%
HSB/HSV268°15.56%70.59%
CMYK8.33%15.56%0.00%
29.41%

Color #A598B4 in popluar number systems.

HEXA598B4
Decimal165152180
Binary101001011001100010110100
Octal245230264

Shades and tints

Shades of #A598B4

#A598B4
(165,152,180)
#968BA4
(150,139,164)
#877E94
(135,126,148)
#787184
(120,113,132)
#696474
(105,100,116)
#5A5764
(90,87,100)
#4B4A54
(75,74,84)
#3C3D44
(60,61,68)
#2D3034
(45,48,52)
#1E2324
(30,35,36)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A598B4

#A598B4
(165,152,180)
#ADA1BA
(173,161,186)
#B5AAC0
(181,170,192)
#BDB3C6
(189,179,198)
#C5BCCC
(197,188,204)
#CDC5D2
(205,197,210)
#D5CED8
(213,206,216)
#DDD7DE
(221,215,222)
#E5E0E4
(229,224,228)
#EDE9EA
(237,233,234)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A598B4 color. Also use rgb(165,152,180) instead hex code.

Text Font Color

.myTextColor { color: #A598B4; }

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

This text font color is #A598B4.


Background Color

.myBgColor { background-color: #A598B4; }

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

This div background color is #A598B4.


Border color

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

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

This div border color is #A598B4.


Opacity

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

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

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

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

This text has shadow with #A598B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A598B4 on black background.


Color preview on white background

This text has color #A598B4 on white background.



Black color preview on #A598B4 background

This text has black color on #A598B4 background.


White color preview on #A598B4 background

This text has white color on #A598B4 background.