COLOR #A5ADBD

HEX: #A5ADBD
RGB: (165,173,189)

Renk bilgisi

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

RGB renk modeli

#A5ADBD color RGB value is (165,173,189).

  • kırmız ton 165;
  • yeşil ton 173;
  • mavi ton 189.
RGB:
(165,173,189)
(65%,68%,74%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 173 of 255 = 68%
B 189 of 255 = 74%

165
173
189

R + G + B ~ 69%. #A5ADBD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 173 + 189 = 527 (100%)
R 165 of 527 ~ 31.31%
G 173 of 527 ~ 32.83%
B 189 of 527 ~ 35.86%

%31.31
%32.83
%35.86

CMYK RENK MODELİ

#A5ADBD rengi CMYK tonu (13,8,0,26).

  • camgöbeği tonu 12.70%
  • eflatun tonu 8.47%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(13,8,0,26)
C13M8Y0K26 
(13%,8%,0%,26%)
(0.13/0.08/0.00/0.26)	

CMYK yüzdeleri

%12.7
%8.47
%0
%25.88

Codes

Color #A5ADBD in popluar color models

A5ADBD
RGB165173189
HSL220°15.38%69.41%
HSB/HSV220°12.70%74.12%
CMYK12.70%8.47%0.00%
25.88%

Color #A5ADBD in popluar number systems.

HEXA5ADBD
Decimal165173189
Binary101001011010110110111101
Octal245255275

Shades and tints

Shades of #A5ADBD

#A5ADBD
(165,173,189)
#969EAC
(150,158,172)
#878F9B
(135,143,155)
#78808A
(120,128,138)
#697179
(105,113,121)
#5A6268
(90,98,104)
#4B5357
(75,83,87)
#3C4446
(60,68,70)
#2D3535
(45,53,53)
#1E2624
(30,38,36)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #A5ADBD

#A5ADBD
(165,173,189)
#ADB4C3
(173,180,195)
#B5BBC9
(181,187,201)
#BDC2CF
(189,194,207)
#C5C9D5
(197,201,213)
#CDD0DB
(205,208,219)
#D5D7E1
(213,215,225)
#DDDEE7
(221,222,231)
#E5E5ED
(229,229,237)
#EDECF3
(237,236,243)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ADBD; }

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

This text font color is #A5ADBD.


Background Color

.myBgColor { background-color: #A5ADBD; }

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

This div background color is #A5ADBD.


Border color

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

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

This div border color is #A5ADBD.


Opacity

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

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

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

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

This text has shadow with #A5ADBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ADBD on black background.


Color preview on white background

This text has color #A5ADBD on white background.



Black color preview on #A5ADBD background

This text has black color on #A5ADBD background.


White color preview on #A5ADBD background

This text has white color on #A5ADBD background.