COLOR #A5C9EB

HEX: #A5C9EB
RGB: (165,201,235)

Renk bilgisi

#A5C9EB contains mainly green and blue colors. #A5C9EB ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#A5C9EB color RGB value is (165,201,235).

  • kırmız ton 165;
  • yeşil ton 201;
  • mavi ton 235.
RGB:
(165,201,235)
(65%,79%,92%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 201 of 255 = 79%
B 235 of 255 = 92%

165
201
235

R + G + B ~ 79%. #A5C9EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 201 + 235 = 601 (100%)
R 165 of 601 ~ 27.45%
G 201 of 601 ~ 33.44%
B 235 of 601 ~ 39.1%

%27.45
%33.44
%39.1

CMYK RENK MODELİ

#A5C9EB rengi CMYK tonu (30,14,0,8).

  • camgöbeği tonu 29.79%
  • eflatun tonu 14.47%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(30,14,0,8)
C30M14Y0K8 
(30%,14%,0%,8%)
(0.30/0.14/0.00/0.08)	

CMYK yüzdeleri

%29.79
%14.47
%0
%7.84

Codes

Color #A5C9EB in popluar color models

A5C9EB
RGB165201235
HSL209°63.64%78.43%
HSB/HSV209°29.79%92.16%
CMYK29.79%14.47%0.00%
7.84%

Color #A5C9EB in popluar number systems.

HEXA5C9EB
Decimal165201235
Binary101001011100100111101011
Octal245311353

Shades and tints

Shades of #A5C9EB

#A5C9EB
(165,201,235)
#96B7D6
(150,183,214)
#87A5C1
(135,165,193)
#7893AC
(120,147,172)
#698197
(105,129,151)
#5A6F82
(90,111,130)
#4B5D6D
(75,93,109)
#3C4B58
(60,75,88)
#2D3943
(45,57,67)
#1E272E
(30,39,46)
#0F1519
(15,21,25)
#000000
(0,0,0)

Tints of #A5C9EB

#A5C9EB
(165,201,235)
#ADCDEC
(173,205,236)
#B5D1ED
(181,209,237)
#BDD5EE
(189,213,238)
#C5D9EF
(197,217,239)
#CDDDF0
(205,221,240)
#D5E1F1
(213,225,241)
#DDE5F2
(221,229,242)
#E5E9F3
(229,233,243)
#EDEDF4
(237,237,244)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C9EB color. Also use rgb(165,201,235) instead hex code.

Text Font Color

.myTextColor { color: #A5C9EB; }

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

This text font color is #A5C9EB.


Background Color

.myBgColor { background-color: #A5C9EB; }

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

This div background color is #A5C9EB.


Border color

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

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

This div border color is #A5C9EB.


Opacity

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

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

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

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

This text has shadow with #A5C9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C9EB on black background.


Color preview on white background

This text has color #A5C9EB on white background.



Black color preview on #A5C9EB background

This text has black color on #A5C9EB background.


White color preview on #A5C9EB background

This text has white color on #A5C9EB background.