COLOR #A5BBA9

HEX: #A5BBA9
RGB: (165,187,169)

Renk bilgisi

#A5BBA9 contains red, green and blue colors in about the same proportion. #A5BBA9 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A5BBA9 color RGB value is (165,187,169).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 187 of 255 = 73%
B 169 of 255 = 66%

165
187
169

R + G + B ~ 68%. #A5BBA9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 187 + 169 = 521 (100%)
R 165 of 521 ~ 31.67%
G 187 of 521 ~ 35.89%
B 169 of 521 ~ 32.44%

%31.67
%35.89
%32.44

CMYK RENK MODELİ

#A5BBA9 rengi CMYK tonu (12,0,10,27).

  • camgöbeği tonu 11.76%
  • eflatun tonu 0.00%
  • sarı tonu 9.63%
  • ana renk tonu 26.67%
CMYK:
(12,0,10,27)
C12M0Y10K27 
(12%,0%,10%,27%)
(0.12/0.00/0.10/0.27)	

CMYK yüzdeleri

%11.76
%0
%9.63
%26.67

Codes

Color #A5BBA9 in popluar color models

A5BBA9
RGB165187169
HSL131°13.92%69.02%
HSB/HSV131°11.76%73.33%
CMYK11.76%0.00%9.63%
26.67%

Color #A5BBA9 in popluar number systems.

HEXA5BBA9
Decimal165187169
Binary101001011011101110101001
Octal245273251

Shades and tints

Shades of #A5BBA9

#A5BBA9
(165,187,169)
#96AA9A
(150,170,154)
#87998B
(135,153,139)
#78887C
(120,136,124)
#69776D
(105,119,109)
#5A665E
(90,102,94)
#4B554F
(75,85,79)
#3C4440
(60,68,64)
#2D3331
(45,51,49)
#1E2222
(30,34,34)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #A5BBA9

#A5BBA9
(165,187,169)
#ADC1B0
(173,193,176)
#B5C7B7
(181,199,183)
#BDCDBE
(189,205,190)
#C5D3C5
(197,211,197)
#CDD9CC
(205,217,204)
#D5DFD3
(213,223,211)
#DDE5DA
(221,229,218)
#E5EBE1
(229,235,225)
#EDF1E8
(237,241,232)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BBA9; }

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

This text font color is #A5BBA9.


Background Color

.myBgColor { background-color: #A5BBA9; }

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

This div background color is #A5BBA9.


Border color

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

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

This div border color is #A5BBA9.


Opacity

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

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

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

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

This text has shadow with #A5BBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BBA9 on black background.


Color preview on white background

This text has color #A5BBA9 on white background.



Black color preview on #A5BBA9 background

This text has black color on #A5BBA9 background.


White color preview on #A5BBA9 background

This text has white color on #A5BBA9 background.