COLOR #A5EDF9

HEX: #A5EDF9
RGB: (165,237,249)

Renk bilgisi

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

RGB renk modeli

#A5EDF9 color RGB value is (165,237,249).

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

RGB bağlantıları ve doygunluk

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

165
237
249

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 237 + 249 = 651 (100%)
R 165 of 651 ~ 25.35%
G 237 of 651 ~ 36.41%
B 249 of 651 ~ 38.25%

%25.35
%36.41
%38.25

CMYK RENK MODELİ

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

  • camgöbeği tonu 33.73%
  • eflatun tonu 4.82%
  • 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
%4.82
%0
%2.35

Codes

Color #A5EDF9 in popluar color models

A5EDF9
RGB165237249
HSL189°87.50%81.18%
HSB/HSV189°33.73%97.65%
CMYK33.73%4.82%0.00%
2.35%

Color #A5EDF9 in popluar number systems.

HEXA5EDF9
Decimal165237249
Binary101001011110110111111001
Octal245355371

Shades and tints

Shades of #A5EDF9

#A5EDF9
(165,237,249)
#96D8E3
(150,216,227)
#87C3CD
(135,195,205)
#78AEB7
(120,174,183)
#6999A1
(105,153,161)
#5A848B
(90,132,139)
#4B6F75
(75,111,117)
#3C5A5F
(60,90,95)
#2D4549
(45,69,73)
#1E3033
(30,48,51)
#0F1B1D
(15,27,29)
#000000
(0,0,0)

Tints of #A5EDF9

#A5EDF9
(165,237,249)
#ADEEF9
(173,238,249)
#B5EFF9
(181,239,249)
#BDF0F9
(189,240,249)
#C5F1F9
(197,241,249)
#CDF2F9
(205,242,249)
#D5F3F9
(213,243,249)
#DDF4F9
(221,244,249)
#E5F5F9
(229,245,249)
#EDF6F9
(237,246,249)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EDF9; }

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

This text font color is #A5EDF9.


Background Color

.myBgColor { background-color: #A5EDF9; }

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

This div background color is #A5EDF9.


Border color

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

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

This div border color is #A5EDF9.


Opacity

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

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

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

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

This text has shadow with #A5EDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EDF9 on black background.


Color preview on white background

This text has color #A5EDF9 on white background.



Black color preview on #A5EDF9 background

This text has black color on #A5EDF9 background.


White color preview on #A5EDF9 background

This text has white color on #A5EDF9 background.