COLOR #A5AEC6

HEX: #A5AEC6
RGB: (165,174,198)

Renk bilgisi

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

RGB renk modeli

#A5AEC6 color RGB value is (165,174,198).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 174 of 255 = 68%
B 198 of 255 = 78%

165
174
198

R + G + B ~ 70%. #A5AEC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 174 + 198 = 537 (100%)
R 165 of 537 ~ 30.73%
G 174 of 537 ~ 32.4%
B 198 of 537 ~ 36.87%

%30.73
%32.4
%36.87

CMYK RENK MODELİ

#A5AEC6 rengi CMYK tonu (17,12,0,22).

  • camgöbeği tonu 16.67%
  • eflatun tonu 12.12%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(17,12,0,22)
C17M12Y0K22 
(17%,12%,0%,22%)
(0.17/0.12/0.00/0.22)	

CMYK yüzdeleri

%16.67
%12.12
%0
%22.35

Codes

Color #A5AEC6 in popluar color models

A5AEC6
RGB165174198
HSL224°22.45%71.18%
HSB/HSV224°16.67%77.65%
CMYK16.67%12.12%0.00%
22.35%

Color #A5AEC6 in popluar number systems.

HEXA5AEC6
Decimal165174198
Binary101001011010111011000110
Octal245256306

Shades and tints

Shades of #A5AEC6

#A5AEC6
(165,174,198)
#969FB4
(150,159,180)
#8790A2
(135,144,162)
#788190
(120,129,144)
#69727E
(105,114,126)
#5A636C
(90,99,108)
#4B545A
(75,84,90)
#3C4548
(60,69,72)
#2D3636
(45,54,54)
#1E2724
(30,39,36)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #A5AEC6

#A5AEC6
(165,174,198)
#ADB5CB
(173,181,203)
#B5BCD0
(181,188,208)
#BDC3D5
(189,195,213)
#C5CADA
(197,202,218)
#CDD1DF
(205,209,223)
#D5D8E4
(213,216,228)
#DDDFE9
(221,223,233)
#E5E6EE
(229,230,238)
#EDEDF3
(237,237,243)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AEC6; }

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

This text font color is #A5AEC6.


Background Color

.myBgColor { background-color: #A5AEC6; }

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

This div background color is #A5AEC6.


Border color

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

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

This div border color is #A5AEC6.


Opacity

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

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

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

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

This text has shadow with #A5AEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AEC6 on black background.


Color preview on white background

This text has color #A5AEC6 on white background.



Black color preview on #A5AEC6 background

This text has black color on #A5AEC6 background.


White color preview on #A5AEC6 background

This text has white color on #A5AEC6 background.