COLOR #A598B2

HEX: #A598B2
RGB: (165,152,178)

Color info

#A598B2 contains red, green and blue colors in about the same proportion. Web safe color of #A598B2 is #999999 (or #999).

RGB color model

#A598B2 color RGB value is (165,152,178).

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

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 178 of 255 = 70%

165
152
178

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

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 178 = 495 (100%)
R 165 of 495 ~ 33.33%
G 152 of 495 ~ 30.71%
B 178 of 495 ~ 35.96%

%33.33
%30.71
%35.96

CMYK color model

#A598B2 color CMYK value is (7,15,0,30).

  • cyan value is 7.30%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(7,15,0,30)
C7M15Y0K30 
(7%,15%,0%,30%)
(0.07/0.15/0.00/0.30)	

CMYK percentages

%7.3
%14.61
%0
%30.2

Codes

Color #A598B2 in popluar color models

A598B2
RGB165152178
HSL270°14.44%64.71%
HSB/HSV270°14.61%69.80%
CMYK7.30%14.61%0.00%
30.20%

Color #A598B2 in popluar number systems.

HEXA598B2
Decimal165152178
Binary101001011001100010110010
Octal245230262

Shades and tints

Shades of #A598B2

#A598B2
(165,152,178)
#968BA2
(150,139,162)
#877E92
(135,126,146)
#787182
(120,113,130)
#696472
(105,100,114)
#5A5762
(90,87,98)
#4B4A52
(75,74,82)
#3C3D42
(60,61,66)
#2D3032
(45,48,50)
#1E2322
(30,35,34)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #A598B2

#A598B2
(165,152,178)
#ADA1B9
(173,161,185)
#B5AAC0
(181,170,192)
#BDB3C7
(189,179,199)
#C5BCCE
(197,188,206)
#CDC5D5
(205,197,213)
#D5CEDC
(213,206,220)
#DDD7E3
(221,215,227)
#E5E0EA
(229,224,234)
#EDE9F1
(237,233,241)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A598B2; }

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

This text font color is #A598B2.


Background Color

.myBgColor { background-color: #A598B2; }

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

This div background color is #A598B2.


Border color

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

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

This div border color is #A598B2.


Opacity

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

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

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

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

This text has shadow with #A598B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A598B2 on black background.


Color preview on white background

This text has color #A598B2 on white background.



Black color preview on #A598B2 background

This text has black color on #A598B2 background.


White color preview on #A598B2 background

This text has white color on #A598B2 background.