COLOR #A598BE

HEX: #A598BE
RGB: (165,152,190)

Color info

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

RGB color model

#A598BE color RGB value is (165,152,190).

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

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 190 of 255 = 75%

165
152
190

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

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 190 = 507 (100%)
R 165 of 507 ~ 32.54%
G 152 of 507 ~ 29.98%
B 190 of 507 ~ 37.48%

%32.54
%29.98
%37.48

CMYK color model

#A598BE color CMYK value is (13,20,0,25).

  • cyan value is 13.16%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(13,20,0,25)
C13M20Y0K25 
(13%,20%,0%,25%)
(0.13/0.20/0.00/0.25)	

CMYK percentages

%13.16
%20
%0
%25.49

Codes

Color #A598BE in popluar color models

A598BE
RGB165152190
HSL261°22.62%67.06%
HSB/HSV261°20.00%74.51%
CMYK13.16%20.00%0.00%
25.49%

Color #A598BE in popluar number systems.

HEXA598BE
Decimal165152190
Binary101001011001100010111110
Octal245230276

Shades and tints

Shades of #A598BE

#A598BE
(165,152,190)
#968BAD
(150,139,173)
#877E9C
(135,126,156)
#78718B
(120,113,139)
#69647A
(105,100,122)
#5A5769
(90,87,105)
#4B4A58
(75,74,88)
#3C3D47
(60,61,71)
#2D3036
(45,48,54)
#1E2325
(30,35,37)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A598BE

#A598BE
(165,152,190)
#ADA1C3
(173,161,195)
#B5AAC8
(181,170,200)
#BDB3CD
(189,179,205)
#C5BCD2
(197,188,210)
#CDC5D7
(205,197,215)
#D5CEDC
(213,206,220)
#DDD7E1
(221,215,225)
#E5E0E6
(229,224,230)
#EDE9EB
(237,233,235)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A598BE; }

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

This text font color is #A598BE.


Background Color

.myBgColor { background-color: #A598BE; }

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

This div background color is #A598BE.


Border color

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

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

This div border color is #A598BE.


Opacity

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

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

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

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

This text has shadow with #A598BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A598BE on black background.


Color preview on white background

This text has color #A598BE on white background.



Black color preview on #A598BE background

This text has black color on #A598BE background.


White color preview on #A598BE background

This text has white color on #A598BE background.