COLOR #A5B0ED

HEX: #A5B0ED
RGB: (165,176,237)

Renk bilgisi

#A5B0ED contains mainly blue color. #A5B0ED ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#A5B0ED color RGB value is (165,176,237).

  • kırmız ton 165;
  • yeşil ton 176;
  • mavi ton 237.
RGB:
(165,176,237)
(65%,69%,93%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 176 of 255 = 69%
B 237 of 255 = 93%

165
176
237

R + G + B ~ 76%. #A5B0ED is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 176 + 237 = 578 (100%)
R 165 of 578 ~ 28.55%
G 176 of 578 ~ 30.45%
B 237 of 578 ~ 41%

%28.55
%30.45
%41

CMYK RENK MODELİ

#A5B0ED rengi CMYK tonu (30,26,0,7).

  • camgöbeği tonu 30.38%
  • eflatun tonu 25.74%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(30,26,0,7)
C30M26Y0K7 
(30%,26%,0%,7%)
(0.30/0.26/0.00/0.07)	

CMYK yüzdeleri

%30.38
%25.74
%0
%7.06

Codes

Color #A5B0ED in popluar color models

A5B0ED
RGB165176237
HSL231°66.67%78.82%
HSB/HSV231°30.38%92.94%
CMYK30.38%25.74%0.00%
7.06%

Color #A5B0ED in popluar number systems.

HEXA5B0ED
Decimal165176237
Binary101001011011000011101101
Octal245260355

Shades and tints

Shades of #A5B0ED

#A5B0ED
(165,176,237)
#96A0D8
(150,160,216)
#8790C3
(135,144,195)
#7880AE
(120,128,174)
#697099
(105,112,153)
#5A6084
(90,96,132)
#4B506F
(75,80,111)
#3C405A
(60,64,90)
#2D3045
(45,48,69)
#1E2030
(30,32,48)
#0F101B
(15,16,27)
#000000
(0,0,0)

Tints of #A5B0ED

#A5B0ED
(165,176,237)
#ADB7EE
(173,183,238)
#B5BEEF
(181,190,239)
#BDC5F0
(189,197,240)
#C5CCF1
(197,204,241)
#CDD3F2
(205,211,242)
#D5DAF3
(213,218,243)
#DDE1F4
(221,225,244)
#E5E8F5
(229,232,245)
#EDEFF6
(237,239,246)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B0ED color. Also use rgb(165,176,237) instead hex code.

Text Font Color

.myTextColor { color: #A5B0ED; }

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

This text font color is #A5B0ED.


Background Color

.myBgColor { background-color: #A5B0ED; }

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

This div background color is #A5B0ED.


Border color

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

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

This div border color is #A5B0ED.


Opacity

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

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

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

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

This text has shadow with #A5B0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B0ED on black background.


Color preview on white background

This text has color #A5B0ED on white background.



Black color preview on #A5B0ED background

This text has black color on #A5B0ED background.


White color preview on #A5B0ED background

This text has white color on #A5B0ED background.