COLOR #A5B4D6

HEX: #A5B4D6
RGB: (165,180,214)

Renk bilgisi

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

RGB renk modeli

#A5B4D6 color RGB value is (165,180,214).

  • kırmız ton 165;
  • yeşil ton 180;
  • mavi ton 214.
RGB:
(165,180,214)
(65%,71%,84%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 180 of 255 = 71%
B 214 of 255 = 84%

165
180
214

R + G + B ~ 73%. #A5B4D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 180 + 214 = 559 (100%)
R 165 of 559 ~ 29.52%
G 180 of 559 ~ 32.2%
B 214 of 559 ~ 38.28%

%29.52
%32.2
%38.28

CMYK RENK MODELİ

#A5B4D6 rengi CMYK tonu (23,16,0,16).

  • camgöbeği tonu 22.90%
  • eflatun tonu 15.89%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(23,16,0,16)
C23M16Y0K16 
(23%,16%,0%,16%)
(0.23/0.16/0.00/0.16)	

CMYK yüzdeleri

%22.9
%15.89
%0
%16.08

Codes

Color #A5B4D6 in popluar color models

A5B4D6
RGB165180214
HSL222°37.40%74.31%
HSB/HSV222°22.90%83.92%
CMYK22.90%15.89%0.00%
16.08%

Color #A5B4D6 in popluar number systems.

HEXA5B4D6
Decimal165180214
Binary101001011011010011010110
Octal245264326

Shades and tints

Shades of #A5B4D6

#A5B4D6
(165,180,214)
#96A4C3
(150,164,195)
#8794B0
(135,148,176)
#78849D
(120,132,157)
#69748A
(105,116,138)
#5A6477
(90,100,119)
#4B5464
(75,84,100)
#3C4451
(60,68,81)
#2D343E
(45,52,62)
#1E242B
(30,36,43)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #A5B4D6

#A5B4D6
(165,180,214)
#ADBAD9
(173,186,217)
#B5C0DC
(181,192,220)
#BDC6DF
(189,198,223)
#C5CCE2
(197,204,226)
#CDD2E5
(205,210,229)
#D5D8E8
(213,216,232)
#DDDEEB
(221,222,235)
#E5E4EE
(229,228,238)
#EDEAF1
(237,234,241)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B4D6 color. Also use rgb(165,180,214) instead hex code.

Text Font Color

.myTextColor { color: #A5B4D6; }

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

This text font color is #A5B4D6.


Background Color

.myBgColor { background-color: #A5B4D6; }

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

This div background color is #A5B4D6.


Border color

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

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

This div border color is #A5B4D6.


Opacity

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

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

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

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

This text has shadow with #A5B4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B4D6 on black background.


Color preview on white background

This text has color #A5B4D6 on white background.



Black color preview on #A5B4D6 background

This text has black color on #A5B4D6 background.


White color preview on #A5B4D6 background

This text has white color on #A5B4D6 background.