COLOR #A596BD

HEX: #A596BD
RGB: (165,150,189)

Color info

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

RGB color model

#A596BD color RGB value is (165,150,189).

  • red value is 165;
  • green value is 150;
  • blue value is 189.
RGB: (165,150,189) (65%,59%,74%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 189 of 255 = 74%

165
150
189

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

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 189 = 504 (100%)
R 165 of 504 ~ 32.74%
G 150 of 504 ~ 29.76%
B 189 of 504 ~ 37.5%

%32.74
%29.76
%37.5

CMYK color model

#A596BD color CMYK value is (13,21,0,26).

  • cyan value is 12.70%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (13,21,0,26) C13M21Y0K26 (13%,21%,0%,26%) (0.13/0.21/0.00/0.26)

CMYK percentages

%12.7
%20.63
%0
%25.88

Codes

Color #A596BD in popluar color models

A596BD
RGB165150189
HSL263°22.81%66.47%
HSB/HSV263°20.63%74.12%
CMYK12.70%20.63%0.00%
25.88%

Color #A596BD in popluar number systems.

HEXA596BD
Decimal165150189
Binary101001011001011010111101
Octal245226275

Shades and tints

Shades of #A596BD

#A596BD
(165,150,189)
#9689AC
(150,137,172)
#877C9B
(135,124,155)
#786F8A
(120,111,138)
#696279
(105,98,121)
#5A5568
(90,85,104)
#4B4857
(75,72,87)
#3C3B46
(60,59,70)
#2D2E35
(45,46,53)
#1E2124
(30,33,36)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A596BD

#A596BD
(165,150,189)
#AD9FC3
(173,159,195)
#B5A8C9
(181,168,201)
#BDB1CF
(189,177,207)
#C5BAD5
(197,186,213)
#CDC3DB
(205,195,219)
#D5CCE1
(213,204,225)
#DDD5E7
(221,213,231)
#E5DEED
(229,222,237)
#EDE7F3
(237,231,243)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A596BD color. Also use rgb(165,150,189) instead hex code.

Text Font Color

.myTextColor { color: #A596BD; }

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

This text font color is #A596BD.


Background Color

.myBgColor { background-color: #A596BD; }

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

This div background color is #A596BD.


Border color

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

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

This div border color is #A596BD.


Opacity

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

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

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

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

This text has shadow with #A596BD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A596BD on black background.


Color preview on white background

This text has color #A596BD on white background.



Black color preview on #A596BD background

This text has black color on #A596BD background.


White color preview on #A596BD background

This text has white color on #A596BD background.