COLOR #A5F6BF

HEX: #A5F6BF
RGB: (165,246,191)

Color info

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

RGB color model

#A5F6BF color RGB value is (165,246,191).

  • red value is 165;
  • green value is 246;
  • blue value is 191.
RGB:
(165,246,191)
(65%,96%,75%)

RGB channels and saturation

R 165 of 255 = 65%
G 246 of 255 = 96%
B 191 of 255 = 75%

165
246
191

R + G + B ~ 79%. #A5F6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 246 + 191 = 602 (100%)
R 165 of 602 ~ 27.41%
G 246 of 602 ~ 40.86%
B 191 of 602 ~ 31.73%

%27.41
%40.86
%31.73

CMYK color model

#A5F6BF color CMYK value is (33,0,22,4).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 22.36%
  • key color value is 3.53%
CMYK:
(33,0,22,4)
C33M0Y22K4 
(33%,0%,22%,4%)
(0.33/0.00/0.22/0.04)	

CMYK percentages

%32.93
%0
%22.36
%3.53

Codes

Color #A5F6BF in popluar color models

A5F6BF
RGB165246191
HSL139°81.82%80.59%
HSB/HSV139°32.93%96.47%
CMYK32.93%0.00%22.36%
3.53%

Color #A5F6BF in popluar number systems.

HEXA5F6BF
Decimal165246191
Binary101001011111011010111111
Octal245366277

Shades and tints

Shades of #A5F6BF

#A5F6BF
(165,246,191)
#96E0AE
(150,224,174)
#87CA9D
(135,202,157)
#78B48C
(120,180,140)
#699E7B
(105,158,123)
#5A886A
(90,136,106)
#4B7259
(75,114,89)
#3C5C48
(60,92,72)
#2D4637
(45,70,55)
#1E3026
(30,48,38)
#0F1A15
(15,26,21)
#000000
(0,0,0)

Tints of #A5F6BF

#A5F6BF
(165,246,191)
#ADF6C4
(173,246,196)
#B5F6C9
(181,246,201)
#BDF6CE
(189,246,206)
#C5F6D3
(197,246,211)
#CDF6D8
(205,246,216)
#D5F6DD
(213,246,221)
#DDF6E2
(221,246,226)
#E5F6E7
(229,246,231)
#EDF6EC
(237,246,236)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F6BF color. Also use rgb(165,246,191) instead hex code.

Text Font Color

.myTextColor { color: #A5F6BF; }

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

This text font color is #A5F6BF.


Background Color

.myBgColor { background-color: #A5F6BF; }

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

This div background color is #A5F6BF.


Border color

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

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

This div border color is #A5F6BF.


Opacity

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

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

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

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

This text has shadow with #A5F6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5F6BF on black background.


Color preview on white background

This text has color #A5F6BF on white background.



Black color preview on #A5F6BF background

This text has black color on #A5F6BF background.


White color preview on #A5F6BF background

This text has white color on #A5F6BF background.