COLOR #A5EDEB

HEX: #A5EDEB
RGB: (165,237,235)

Renk bilgisi

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

RGB renk modeli

#A5EDEB color RGB value is (165,237,235).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 237 of 255 = 93%
B 235 of 255 = 92%

165
237
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 237 + 235 = 637 (100%)
R 165 of 637 ~ 25.9%
G 237 of 637 ~ 37.21%
B 235 of 637 ~ 36.89%

%25.9
%37.21
%36.89

CMYK RENK MODELİ

#A5EDEB rengi CMYK tonu (30,0,1,7).

  • camgöbeği tonu 30.38%
  • eflatun tonu 0.00%
  • sarı tonu 0.84%
  • ana renk tonu 7.06%
CMYK:
(30,0,1,7)
C30M0Y1K7 
(30%,0%,1%,7%)
(0.30/0.00/0.01/0.07)	

CMYK yüzdeleri

%30.38
%0
%0.84
%7.06

Codes

Color #A5EDEB in popluar color models

A5EDEB
RGB165237235
HSL178°66.67%78.82%
HSB/HSV178°30.38%92.94%
CMYK30.38%0.00%0.84%
7.06%

Color #A5EDEB in popluar number systems.

HEXA5EDEB
Decimal165237235
Binary101001011110110111101011
Octal245355353

Shades and tints

Shades of #A5EDEB

#A5EDEB
(165,237,235)
#96D8D6
(150,216,214)
#87C3C1
(135,195,193)
#78AEAC
(120,174,172)
#699997
(105,153,151)
#5A8482
(90,132,130)
#4B6F6D
(75,111,109)
#3C5A58
(60,90,88)
#2D4543
(45,69,67)
#1E302E
(30,48,46)
#0F1B19
(15,27,25)
#000000
(0,0,0)

Tints of #A5EDEB

#A5EDEB
(165,237,235)
#ADEEEC
(173,238,236)
#B5EFED
(181,239,237)
#BDF0EE
(189,240,238)
#C5F1EF
(197,241,239)
#CDF2F0
(205,242,240)
#D5F3F1
(213,243,241)
#DDF4F2
(221,244,242)
#E5F5F3
(229,245,243)
#EDF6F4
(237,246,244)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EDEB; }

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

This text font color is #A5EDEB.


Background Color

.myBgColor { background-color: #A5EDEB; }

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

This div background color is #A5EDEB.


Border color

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

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

This div border color is #A5EDEB.


Opacity

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

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

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

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

This text has shadow with #A5EDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EDEB on black background.


Color preview on white background

This text has color #A5EDEB on white background.



Black color preview on #A5EDEB background

This text has black color on #A5EDEB background.


White color preview on #A5EDEB background

This text has white color on #A5EDEB background.