COLOR #A5EFB6

HEX: #A5EFB6
RGB: (165,239,182)

Color info

#A5EFB6 contains mainly green and blue colors. Web safe color of #A5EFB6 is #99FFCC (or #9FC).

RGB color model

#A5EFB6 color RGB value is (165,239,182).

  • red value is 165;
  • green value is 239;
  • blue value is 182.
RGB:
(165,239,182)
(65%,94%,71%)

RGB channels and saturation

R 165 of 255 = 65%
G 239 of 255 = 94%
B 182 of 255 = 71%

165
239
182

R + G + B ~ 77%. #A5EFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 239 + 182 = 586 (100%)
R 165 of 586 ~ 28.16%
G 239 of 586 ~ 40.78%
B 182 of 586 ~ 31.06%

%28.16
%40.78
%31.06

CMYK color model

#A5EFB6 color CMYK value is (31,0,24,6).

  • cyan value is 30.96%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 6.27%
CMYK:
(31,0,24,6)
C31M0Y24K6 
(31%,0%,24%,6%)
(0.31/0.00/0.24/0.06)	

CMYK percentages

%30.96
%0
%23.85
%6.27

Codes

Color #A5EFB6 in popluar color models

A5EFB6
RGB165239182
HSL134°69.81%79.22%
HSB/HSV134°30.96%93.73%
CMYK30.96%0.00%23.85%
6.27%

Color #A5EFB6 in popluar number systems.

HEXA5EFB6
Decimal165239182
Binary101001011110111110110110
Octal245357266

Shades and tints

Shades of #A5EFB6

#A5EFB6
(165,239,182)
#96DAA6
(150,218,166)
#87C596
(135,197,150)
#78B086
(120,176,134)
#699B76
(105,155,118)
#5A8666
(90,134,102)
#4B7156
(75,113,86)
#3C5C46
(60,92,70)
#2D4736
(45,71,54)
#1E3226
(30,50,38)
#0F1D16
(15,29,22)
#000000
(0,0,0)

Tints of #A5EFB6

#A5EFB6
(165,239,182)
#ADF0BC
(173,240,188)
#B5F1C2
(181,241,194)
#BDF2C8
(189,242,200)
#C5F3CE
(197,243,206)
#CDF4D4
(205,244,212)
#D5F5DA
(213,245,218)
#DDF6E0
(221,246,224)
#E5F7E6
(229,247,230)
#EDF8EC
(237,248,236)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EFB6 color. Also use rgb(165,239,182) instead hex code.

Text Font Color

.myTextColor { color: #A5EFB6; }

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

This text font color is #A5EFB6.


Background Color

.myBgColor { background-color: #A5EFB6; }

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

This div background color is #A5EFB6.


Border color

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

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

This div border color is #A5EFB6.


Opacity

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

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

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

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

This text has shadow with #A5EFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EFB6 on black background.


Color preview on white background

This text has color #A5EFB6 on white background.



Black color preview on #A5EFB6 background

This text has black color on #A5EFB6 background.


White color preview on #A5EFB6 background

This text has white color on #A5EFB6 background.