COLOR #A5ABC0

HEX: #A5ABC0
RGB: (165,171,192)

Renk bilgisi

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

RGB renk modeli

#A5ABC0 color RGB value is (165,171,192).

  • kırmız ton 165;
  • yeşil ton 171;
  • mavi ton 192.
RGB:
(165,171,192)
(65%,67%,75%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 171 of 255 = 67%
B 192 of 255 = 75%

165
171
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 171 + 192 = 528 (100%)
R 165 of 528 ~ 31.25%
G 171 of 528 ~ 32.39%
B 192 of 528 ~ 36.36%

%31.25
%32.39
%36.36

CMYK RENK MODELİ

#A5ABC0 rengi CMYK tonu (14,11,0,25).

  • camgöbeği tonu 14.06%
  • eflatun tonu 10.94%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(14,11,0,25)
C14M11Y0K25 
(14%,11%,0%,25%)
(0.14/0.11/0.00/0.25)	

CMYK yüzdeleri

%14.06
%10.94
%0
%24.71

Codes

Color #A5ABC0 in popluar color models

A5ABC0
RGB165171192
HSL227°17.65%70.00%
HSB/HSV227°14.06%75.29%
CMYK14.06%10.94%0.00%
24.71%

Color #A5ABC0 in popluar number systems.

HEXA5ABC0
Decimal165171192
Binary101001011010101111000000
Octal245253300

Shades and tints

Shades of #A5ABC0

#A5ABC0
(165,171,192)
#969CAF
(150,156,175)
#878D9E
(135,141,158)
#787E8D
(120,126,141)
#696F7C
(105,111,124)
#5A606B
(90,96,107)
#4B515A
(75,81,90)
#3C4249
(60,66,73)
#2D3338
(45,51,56)
#1E2427
(30,36,39)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A5ABC0

#A5ABC0
(165,171,192)
#ADB2C5
(173,178,197)
#B5B9CA
(181,185,202)
#BDC0CF
(189,192,207)
#C5C7D4
(197,199,212)
#CDCED9
(205,206,217)
#D5D5DE
(213,213,222)
#DDDCE3
(221,220,227)
#E5E3E8
(229,227,232)
#EDEAED
(237,234,237)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5ABC0 color. Also use rgb(165,171,192) instead hex code.

Text Font Color

.myTextColor { color: #A5ABC0; }

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

This text font color is #A5ABC0.


Background Color

.myBgColor { background-color: #A5ABC0; }

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

This div background color is #A5ABC0.


Border color

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

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

This div border color is #A5ABC0.


Opacity

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

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

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

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

This text has shadow with #A5ABC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ABC0 on black background.


Color preview on white background

This text has color #A5ABC0 on white background.



Black color preview on #A5ABC0 background

This text has black color on #A5ABC0 background.


White color preview on #A5ABC0 background

This text has white color on #A5ABC0 background.