COLOR #A599B5

HEX: #A599B5
RGB: (165,153,181)

Renk bilgisi

#A599B5 contains red, green and blue colors in about the same proportion. #A599B5 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A599B5 color RGB value is (165,153,181).

  • kırmız ton 165;
  • yeşil ton 153;
  • mavi ton 181.
RGB:
(165,153,181)
(65%,60%,71%)

RGB bağlantıları ve doygunluk

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

165
153
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 153 + 181 = 499 (100%)
R 165 of 499 ~ 33.07%
G 153 of 499 ~ 30.66%
B 181 of 499 ~ 36.27%

%33.07
%30.66
%36.27

CMYK RENK MODELİ

#A599B5 rengi CMYK tonu (9,15,0,29).

  • camgöbeği tonu 8.84%
  • eflatun tonu 15.47%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(9,15,0,29)
C9M15Y0K29 
(9%,15%,0%,29%)
(0.09/0.15/0.00/0.29)	

CMYK yüzdeleri

%8.84
%15.47
%0
%29.02

Codes

Color #A599B5 in popluar color models

A599B5
RGB165153181
HSL266°15.91%65.49%
HSB/HSV266°15.47%70.98%
CMYK8.84%15.47%0.00%
29.02%

Color #A599B5 in popluar number systems.

HEXA599B5
Decimal165153181
Binary101001011001100110110101
Octal245231265

Shades and tints

Shades of #A599B5

#A599B5
(165,153,181)
#968CA5
(150,140,165)
#877F95
(135,127,149)
#787285
(120,114,133)
#696575
(105,101,117)
#5A5865
(90,88,101)
#4B4B55
(75,75,85)
#3C3E45
(60,62,69)
#2D3135
(45,49,53)
#1E2425
(30,36,37)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #A599B5

#A599B5
(165,153,181)
#ADA2BB
(173,162,187)
#B5ABC1
(181,171,193)
#BDB4C7
(189,180,199)
#C5BDCD
(197,189,205)
#CDC6D3
(205,198,211)
#D5CFD9
(213,207,217)
#DDD8DF
(221,216,223)
#E5E1E5
(229,225,229)
#EDEAEB
(237,234,235)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A599B5; }

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

This text font color is #A599B5.


Background Color

.myBgColor { background-color: #A599B5; }

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

This div background color is #A599B5.


Border color

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

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

This div border color is #A599B5.


Opacity

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

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

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

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

This text has shadow with #A599B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A599B5 on black background.


Color preview on white background

This text has color #A599B5 on white background.



Black color preview on #A599B5 background

This text has black color on #A599B5 background.


White color preview on #A599B5 background

This text has white color on #A599B5 background.