COLOR #A59BBB

HEX: #A59BBB
RGB: (165,155,187)

Renk bilgisi

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

RGB renk modeli

#A59BBB color RGB value is (165,155,187).

  • kırmız ton 165;
  • yeşil ton 155;
  • mavi ton 187.
RGB:
(165,155,187)
(65%,61%,73%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 155 of 255 = 61%
B 187 of 255 = 73%

165
155
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 155 + 187 = 507 (100%)
R 165 of 507 ~ 32.54%
G 155 of 507 ~ 30.57%
B 187 of 507 ~ 36.88%

%32.54
%30.57
%36.88

CMYK RENK MODELİ

#A59BBB rengi CMYK tonu (12,17,0,27).

  • camgöbeği tonu 11.76%
  • eflatun tonu 17.11%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(12,17,0,27)
C12M17Y0K27 
(12%,17%,0%,27%)
(0.12/0.17/0.00/0.27)	

CMYK yüzdeleri

%11.76
%17.11
%0
%26.67

Codes

Color #A59BBB in popluar color models

A59BBB
RGB165155187
HSL259°19.05%67.06%
HSB/HSV259°17.11%73.33%
CMYK11.76%17.11%0.00%
26.67%

Color #A59BBB in popluar number systems.

HEXA59BBB
Decimal165155187
Binary101001011001101110111011
Octal245233273

Shades and tints

Shades of #A59BBB

#A59BBB
(165,155,187)
#968DAA
(150,141,170)
#877F99
(135,127,153)
#787188
(120,113,136)
#696377
(105,99,119)
#5A5566
(90,85,102)
#4B4755
(75,71,85)
#3C3944
(60,57,68)
#2D2B33
(45,43,51)
#1E1D22
(30,29,34)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #A59BBB

#A59BBB
(165,155,187)
#ADA4C1
(173,164,193)
#B5ADC7
(181,173,199)
#BDB6CD
(189,182,205)
#C5BFD3
(197,191,211)
#CDC8D9
(205,200,217)
#D5D1DF
(213,209,223)
#DDDAE5
(221,218,229)
#E5E3EB
(229,227,235)
#EDECF1
(237,236,241)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59BBB color. Also use rgb(165,155,187) instead hex code.

Text Font Color

.myTextColor { color: #A59BBB; }

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

This text font color is #A59BBB.


Background Color

.myBgColor { background-color: #A59BBB; }

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

This div background color is #A59BBB.


Border color

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

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

This div border color is #A59BBB.


Opacity

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

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

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

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

This text has shadow with #A59BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59BBB on black background.


Color preview on white background

This text has color #A59BBB on white background.



Black color preview on #A59BBB background

This text has black color on #A59BBB background.


White color preview on #A59BBB background

This text has white color on #A59BBB background.