COLOR #A5ECF9

HEX: #A5ECF9
RGB: (165,236,249)

Renk bilgisi

#A5ECF9 contains mainly green and blue colors. #A5ECF9 ‘ nin web güvenlik rengi #99FFFF (ya da #9FF) dir.

RGB renk modeli

#A5ECF9 color RGB value is (165,236,249).

  • kırmız ton 165;
  • yeşil ton 236;
  • mavi ton 249.
RGB:
(165,236,249)
(65%,93%,98%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 236 of 255 = 93%
B 249 of 255 = 98%

165
236
249

R + G + B ~ 85%. #A5ECF9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 236 + 249 = 650 (100%)
R 165 of 650 ~ 25.38%
G 236 of 650 ~ 36.31%
B 249 of 650 ~ 38.31%

%25.38
%36.31
%38.31

CMYK RENK MODELİ

#A5ECF9 rengi CMYK tonu (34,5,0,2).

  • camgöbeği tonu 33.73%
  • eflatun tonu 5.22%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(34,5,0,2)
C34M5Y0K2 
(34%,5%,0%,2%)
(0.34/0.05/0.00/0.02)	

CMYK yüzdeleri

%33.73
%5.22
%0
%2.35

Codes

Color #A5ECF9 in popluar color models

A5ECF9
RGB165236249
HSL189°87.50%81.18%
HSB/HSV189°33.73%97.65%
CMYK33.73%5.22%0.00%
2.35%

Color #A5ECF9 in popluar number systems.

HEXA5ECF9
Decimal165236249
Binary101001011110110011111001
Octal245354371

Shades and tints

Shades of #A5ECF9

#A5ECF9
(165,236,249)
#96D7E3
(150,215,227)
#87C2CD
(135,194,205)
#78ADB7
(120,173,183)
#6998A1
(105,152,161)
#5A838B
(90,131,139)
#4B6E75
(75,110,117)
#3C595F
(60,89,95)
#2D4449
(45,68,73)
#1E2F33
(30,47,51)
#0F1A1D
(15,26,29)
#000000
(0,0,0)

Tints of #A5ECF9

#A5ECF9
(165,236,249)
#ADEDF9
(173,237,249)
#B5EEF9
(181,238,249)
#BDEFF9
(189,239,249)
#C5F0F9
(197,240,249)
#CDF1F9
(205,241,249)
#D5F2F9
(213,242,249)
#DDF3F9
(221,243,249)
#E5F4F9
(229,244,249)
#EDF5F9
(237,245,249)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5ECF9 color. Also use rgb(165,236,249) instead hex code.

Text Font Color

.myTextColor { color: #A5ECF9; }

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

This text font color is #A5ECF9.


Background Color

.myBgColor { background-color: #A5ECF9; }

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

This div background color is #A5ECF9.


Border color

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

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

This div border color is #A5ECF9.


Opacity

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

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

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

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

This text has shadow with #A5ECF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ECF9 on black background.


Color preview on white background

This text has color #A5ECF9 on white background.



Black color preview on #A5ECF9 background

This text has black color on #A5ECF9 background.


White color preview on #A5ECF9 background

This text has white color on #A5ECF9 background.