COLOR #A5E6B4

HEX: #A5E6B4 RGB: (165,230,180)

Renk bilgisi

#A5E6B4 contains mainly green and blue colors. #A5E6B4 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#A5E6B4 color RGB value is (165,230,180).

RGB: (165,230,180) (65%, 90%, 71%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 230 of 255 = 90%
B 180 of 255 = 71%

165
230
180

R + G + B ~ 75%. #A5E6B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 165 + 230 + 180 = 575 (100%)
R 165 of 575 ~ 28.7%
G 230 of 575 ~ 40%
B 180 of 575 ~ 31.3'%

%28.7
%40
%31.3

CMYK RENK MODELİ

#A5E6B4 rengi CMYK tonu (28,0,22,10).

  • camgöbeği tonu 28.26%
  • eflatun tonu 0.00%
  • sarı tonu 21.74%
  • ana renk tonu 9.80%

CMYK: (28,0,22,10)
C28M0Y22K10 (28%, 0%, 22%, 10%)
(0.28 / 0.00 / 0.22 / 0.10)

CMYK yüzdeleri

%28.26
%0
%21.74
%9.8

Codes

Color #A5E6B4 in popluar color models

A5 E6 B4
RGB 165 230 180
HSL 134° 56.52% 77.45%
HSB/HSV 134° 28.26% 90.20%
CMYK 28.26% 0.00% 21.74%
9.80%

Color #A5E6B4 in popluar number systems.

HEX A5 E6 B4
Decimal 165 230 180
Binary 10100101 11100110 10110100
Octal 245 346 264

Shades and tints

Shades of #A5E6B4

#A5E6B4
(165,230,180)
#96D2A4
(150,210,164)
#87BE94
(135,190,148)
#78AA84
(120,170,132)
#699674
(105,150,116)
#5A8264
(90,130,100)
#4B6E54
(75,110,84)
#3C5A44
(60,90,68)
#2D4634
(45,70,52)
#1E3224
(30,50,36)
#0F1E14
(15,30,20)
#000000
(0,0,0)

Tints of #A5E6B4

#A5E6B4
(165,230,180)
#ADE8BA
(173,232,186)
#B5EAC0
(181,234,192)
#BDECC6
(189,236,198)
#C5EECC
(197,238,204)
#CDF0D2
(205,240,210)
#D5F2D8
(213,242,216)
#DDF4DE
(221,244,222)
#E5F6E4
(229,246,228)
#EDF8EA
(237,248,234)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E6B4; }

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

This text font color is #A5E6B4.

Background Color

.myBgColor { background-color: #A5E6B4; }

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

This div background color is #A5E6B4.

Border color

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

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

This div border color is #A5E6B4.

Opacity

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

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

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

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

This text has shadow with #A5E6B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5E6B4.

Preview

Color preview on black background

This text has color #A5E6B4 on black background.


Color preview on white background

This text has color #A5E6B4 on white background.


Black color preview on #A5E6B4 background

This text has black color on #A5E6B4 background.


White color preview on #A5E6B4 background

This text has white color on #A5E6B4 background.


Related colors

Complementary color

Complementary color for #hex is #5A194B.


I love getcolorcode.com

Triadic colors

1 #B4A5E6 and #E6B4A5 with #A5E6B4 are triadic colors.

2 #B4E6A5 and #E6A5B4 with #A5E6B4 are triadic colors.