COLOR #A599B6

HEX: #A599B6
RGB: (165,153,182)

Color info

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

RGB color model

#A599B6 color RGB value is (165,153,182).

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

RGB channels and saturation

R 165 of 255 = 65%
G 153 of 255 = 60%
B 182 of 255 = 71%

165
153
182

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

Portions of RGB colors in percentages

R + G + B =
165 + 153 + 182 = 500 (100%)
R 165 of 500 ~ 33%
G 153 of 500 ~ 30.6%
B 182 of 500 ~ 36.4%

%33
%30.6
%36.4

CMYK color model

#A599B6 color CMYK value is (9,16,0,29).

  • cyan value is 9.34%
  • magenta value is 15.93%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(9,16,0,29)
C9M16Y0K29 
(9%,16%,0%,29%)
(0.09/0.16/0.00/0.29)	

CMYK percentages

%9.34
%15.93
%0
%28.63

Codes

Color #A599B6 in popluar color models

A599B6
RGB165153182
HSL265°16.57%65.69%
HSB/HSV265°15.93%71.37%
CMYK9.34%15.93%0.00%
28.63%

Color #A599B6 in popluar number systems.

HEXA599B6
Decimal165153182
Binary101001011001100110110110
Octal245231266

Shades and tints

Shades of #A599B6

#A599B6
(165,153,182)
#968CA6
(150,140,166)
#877F96
(135,127,150)
#787286
(120,114,134)
#696576
(105,101,118)
#5A5866
(90,88,102)
#4B4B56
(75,75,86)
#3C3E46
(60,62,70)
#2D3136
(45,49,54)
#1E2426
(30,36,38)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #A599B6

#A599B6
(165,153,182)
#ADA2BC
(173,162,188)
#B5ABC2
(181,171,194)
#BDB4C8
(189,180,200)
#C5BDCE
(197,189,206)
#CDC6D4
(205,198,212)
#D5CFDA
(213,207,218)
#DDD8E0
(221,216,224)
#E5E1E6
(229,225,230)
#EDEAEC
(237,234,236)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A599B6 color. Also use rgb(165,153,182) instead hex code.

Text Font Color

.myTextColor { color: #A599B6; }

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

This text font color is #A599B6.


Background Color

.myBgColor { background-color: #A599B6; }

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

This div background color is #A599B6.


Border color

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

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

This div border color is #A599B6.


Opacity

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

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

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

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

This text has shadow with #A599B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A599B6 on black background.


Color preview on white background

This text has color #A599B6 on white background.



Black color preview on #A599B6 background

This text has black color on #A599B6 background.


White color preview on #A599B6 background

This text has white color on #A599B6 background.