COLOR #A5E5EC

HEX: #A5E5EC
RGB: (165,229,236)

Renk bilgisi

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

RGB renk modeli

#A5E5EC color RGB value is (165,229,236).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 229 of 255 = 90%
B 236 of 255 = 93%

165
229
236

R + G + B ~ 83%. #A5E5EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 229 + 236 = 630 (100%)
R 165 of 630 ~ 26.19%
G 229 of 630 ~ 36.35%
B 236 of 630 ~ 37.46%

%26.19
%36.35
%37.46

CMYK RENK MODELİ

#A5E5EC rengi CMYK tonu (30,3,0,7).

  • camgöbeği tonu 30.08%
  • eflatun tonu 2.97%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(30,3,0,7)
C30M3Y0K7 
(30%,3%,0%,7%)
(0.30/0.03/0.00/0.07)	

CMYK yüzdeleri

%30.08
%2.97
%0
%7.45

Codes

Color #A5E5EC in popluar color models

A5E5EC
RGB165229236
HSL186°65.14%78.63%
HSB/HSV186°30.08%92.55%
CMYK30.08%2.97%0.00%
7.45%

Color #A5E5EC in popluar number systems.

HEXA5E5EC
Decimal165229236
Binary101001011110010111101100
Octal245345354

Shades and tints

Shades of #A5E5EC

#A5E5EC
(165,229,236)
#96D1D7
(150,209,215)
#87BDC2
(135,189,194)
#78A9AD
(120,169,173)
#699598
(105,149,152)
#5A8183
(90,129,131)
#4B6D6E
(75,109,110)
#3C5959
(60,89,89)
#2D4544
(45,69,68)
#1E312F
(30,49,47)
#0F1D1A
(15,29,26)
#000000
(0,0,0)

Tints of #A5E5EC

#A5E5EC
(165,229,236)
#ADE7ED
(173,231,237)
#B5E9EE
(181,233,238)
#BDEBEF
(189,235,239)
#C5EDF0
(197,237,240)
#CDEFF1
(205,239,241)
#D5F1F2
(213,241,242)
#DDF3F3
(221,243,243)
#E5F5F4
(229,245,244)
#EDF7F5
(237,247,245)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E5EC; }

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

This text font color is #A5E5EC.


Background Color

.myBgColor { background-color: #A5E5EC; }

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

This div background color is #A5E5EC.


Border color

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

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

This div border color is #A5E5EC.


Opacity

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

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

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

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

This text has shadow with #A5E5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E5EC on black background.


Color preview on white background

This text has color #A5E5EC on white background.



Black color preview on #A5E5EC background

This text has black color on #A5E5EC background.


White color preview on #A5E5EC background

This text has white color on #A5E5EC background.