COLOR #A5EEB4

HEX: #A5EEB4
RGB: (165,238,180)

Renk bilgisi

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

RGB renk modeli

#A5EEB4 color RGB value is (165,238,180).

  • kırmız ton 165;
  • yeşil ton 238;
  • mavi ton 180.
RGB:
(165,238,180)
(65%,93%,71%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 238 of 255 = 93%
B 180 of 255 = 71%

165
238
180

R + G + B ~ 76%. #A5EEB4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 238 + 180 = 583 (100%)
R 165 of 583 ~ 28.3%
G 238 of 583 ~ 40.82%
B 180 of 583 ~ 30.87%

%28.3
%40.82
%30.87

CMYK RENK MODELİ

#A5EEB4 rengi CMYK tonu (31,0,24,7).

  • camgöbeği tonu 30.67%
  • eflatun tonu 0.00%
  • sarı tonu 24.37%
  • ana renk tonu 6.67%
CMYK:
(31,0,24,7)
C31M0Y24K7 
(31%,0%,24%,7%)
(0.31/0.00/0.24/0.07)	

CMYK yüzdeleri

%30.67
%0
%24.37
%6.67

Codes

Color #A5EEB4 in popluar color models

A5EEB4
RGB165238180
HSL132°68.22%79.02%
HSB/HSV132°30.67%93.33%
CMYK30.67%0.00%24.37%
6.67%

Color #A5EEB4 in popluar number systems.

HEXA5EEB4
Decimal165238180
Binary101001011110111010110100
Octal245356264

Shades and tints

Shades of #A5EEB4

#A5EEB4
(165,238,180)
#96D9A4
(150,217,164)
#87C494
(135,196,148)
#78AF84
(120,175,132)
#699A74
(105,154,116)
#5A8564
(90,133,100)
#4B7054
(75,112,84)
#3C5B44
(60,91,68)
#2D4634
(45,70,52)
#1E3124
(30,49,36)
#0F1C14
(15,28,20)
#000000
(0,0,0)

Tints of #A5EEB4

#A5EEB4
(165,238,180)
#ADEFBA
(173,239,186)
#B5F0C0
(181,240,192)
#BDF1C6
(189,241,198)
#C5F2CC
(197,242,204)
#CDF3D2
(205,243,210)
#D5F4D8
(213,244,216)
#DDF5DE
(221,245,222)
#E5F6E4
(229,246,228)
#EDF7EA
(237,247,234)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EEB4 color. Also use rgb(165,238,180) instead hex code.

Text Font Color

.myTextColor { color: #A5EEB4; }

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

This text font color is #A5EEB4.


Background Color

.myBgColor { background-color: #A5EEB4; }

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

This div background color is #A5EEB4.


Border color

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

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

This div border color is #A5EEB4.


Opacity

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

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

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

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

This text has shadow with #A5EEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EEB4 on black background.


Color preview on white background

This text has color #A5EEB4 on white background.



Black color preview on #A5EEB4 background

This text has black color on #A5EEB4 background.


White color preview on #A5EEB4 background

This text has white color on #A5EEB4 background.