COLOR #A5B5C6

HEX: #A5B5C6
RGB: (165,181,198)

Renk bilgisi

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

RGB renk modeli

#A5B5C6 color RGB value is (165,181,198).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 181 of 255 = 71%
B 198 of 255 = 78%

165
181
198

R + G + B ~ 71%. #A5B5C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 181 + 198 = 544 (100%)
R 165 of 544 ~ 30.33%
G 181 of 544 ~ 33.27%
B 198 of 544 ~ 36.4%

%30.33
%33.27
%36.4

CMYK RENK MODELİ

#A5B5C6 rengi CMYK tonu (17,9,0,22).

  • camgöbeği tonu 16.67%
  • eflatun tonu 8.59%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(17,9,0,22)
C17M9Y0K22 
(17%,9%,0%,22%)
(0.17/0.09/0.00/0.22)	

CMYK yüzdeleri

%16.67
%8.59
%0
%22.35

Codes

Color #A5B5C6 in popluar color models

A5B5C6
RGB165181198
HSL211°22.45%71.18%
HSB/HSV211°16.67%77.65%
CMYK16.67%8.59%0.00%
22.35%

Color #A5B5C6 in popluar number systems.

HEXA5B5C6
Decimal165181198
Binary101001011011010111000110
Octal245265306

Shades and tints

Shades of #A5B5C6

#A5B5C6
(165,181,198)
#96A5B4
(150,165,180)
#8795A2
(135,149,162)
#788590
(120,133,144)
#69757E
(105,117,126)
#5A656C
(90,101,108)
#4B555A
(75,85,90)
#3C4548
(60,69,72)
#2D3536
(45,53,54)
#1E2524
(30,37,36)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #A5B5C6

#A5B5C6
(165,181,198)
#ADBBCB
(173,187,203)
#B5C1D0
(181,193,208)
#BDC7D5
(189,199,213)
#C5CDDA
(197,205,218)
#CDD3DF
(205,211,223)
#D5D9E4
(213,217,228)
#DDDFE9
(221,223,233)
#E5E5EE
(229,229,238)
#EDEBF3
(237,235,243)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B5C6; }

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

This text font color is #A5B5C6.


Background Color

.myBgColor { background-color: #A5B5C6; }

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

This div background color is #A5B5C6.


Border color

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

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

This div border color is #A5B5C6.


Opacity

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

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

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

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

This text has shadow with #A5B5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B5C6 on black background.


Color preview on white background

This text has color #A5B5C6 on white background.



Black color preview on #A5B5C6 background

This text has black color on #A5B5C6 background.


White color preview on #A5B5C6 background

This text has white color on #A5B5C6 background.