COLOR #A5EDE5

HEX: #A5EDE5
RGB: (165,237,229)

Renk bilgisi

#A5EDE5 contains mainly green and blue colors. #A5EDE5 ‘ nin web güvenlik rengi #99FFCC (ya da #9FC) dir.

RGB renk modeli

#A5EDE5 color RGB value is (165,237,229).

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

RGB bağlantıları ve doygunluk

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

165
237
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 237 + 229 = 631 (100%)
R 165 of 631 ~ 26.15%
G 237 of 631 ~ 37.56%
B 229 of 631 ~ 36.29%

%26.15
%37.56
%36.29

CMYK RENK MODELİ

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

  • camgöbeği tonu 30.38%
  • eflatun tonu 0.00%
  • sarı tonu 3.38%
  • ana renk tonu 7.06%
CMYK:
(30,0,3,7)
C30M0Y3K7 
(30%,0%,3%,7%)
(0.30/0.00/0.03/0.07)	

CMYK yüzdeleri

%30.38
%0
%3.38
%7.06

Codes

Color #A5EDE5 in popluar color models

A5EDE5
RGB165237229
HSL173°66.67%78.82%
HSB/HSV173°30.38%92.94%
CMYK30.38%0.00%3.38%
7.06%

Color #A5EDE5 in popluar number systems.

HEXA5EDE5
Decimal165237229
Binary101001011110110111100101
Octal245355345

Shades and tints

Shades of #A5EDE5

#A5EDE5
(165,237,229)
#96D8D1
(150,216,209)
#87C3BD
(135,195,189)
#78AEA9
(120,174,169)
#699995
(105,153,149)
#5A8481
(90,132,129)
#4B6F6D
(75,111,109)
#3C5A59
(60,90,89)
#2D4545
(45,69,69)
#1E3031
(30,48,49)
#0F1B1D
(15,27,29)
#000000
(0,0,0)

Tints of #A5EDE5

#A5EDE5
(165,237,229)
#ADEEE7
(173,238,231)
#B5EFE9
(181,239,233)
#BDF0EB
(189,240,235)
#C5F1ED
(197,241,237)
#CDF2EF
(205,242,239)
#D5F3F1
(213,243,241)
#DDF4F3
(221,244,243)
#E5F5F5
(229,245,245)
#EDF6F7
(237,246,247)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EDE5; }

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

This text font color is #A5EDE5.


Background Color

.myBgColor { background-color: #A5EDE5; }

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

This div background color is #A5EDE5.


Border color

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

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

This div border color is #A5EDE5.


Opacity

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

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

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

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

This text has shadow with #A5EDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EDE5 on black background.


Color preview on white background

This text has color #A5EDE5 on white background.



Black color preview on #A5EDE5 background

This text has black color on #A5EDE5 background.


White color preview on #A5EDE5 background

This text has white color on #A5EDE5 background.