COLOR #A5F7BE

HEX: #A5F7BE RGB: (165,247,190)

Color info

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

RGB color model

#A5F7BE color RGB value is (165,247,190).

RGB: (165,247,190) (65%, 97%, 75%)

RGB channels and saturation

R 165 of 255 = 65%
G 247 of 255 = 97%
B 190 of 255 = 75%

165
247
190

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

Portions of RGB colors in percentages

R + G + B = 165 + 247 + 190 = 602 (100%)
R 165 of 602 ~ 27.41%
G 247 of 602 ~ 41.03%
B 190 of 602 ~ 31.56'%

%27.41
%41.03
%31.56

CMYK color model

#A5F7BE color CMYK value is (33,0,23,3).

  • cyan value is 33.20%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 3.14%

CMYK: (33,0,23,3)
C33M0Y23K3 (33%, 0%, 23%, 3%)
(0.33 / 0.00 / 0.23 / 0.03)

CMYK percentages

%33.2
%0
%23.08
%3.14

Codes

Color #A5F7BE in popluar color models

A5 F7 BE
RGB 165 247 190
HSL 138° 83.67% 80.78%
HSB/HSV 138° 33.20% 96.86%
CMYK 33.20% 0.00% 23.08%
3.14%

Color #A5F7BE in popluar number systems.

HEX A5 F7 BE
Decimal 165 247 190
Binary 10100101 11110111 10111110
Octal 245 367 276

Shades and tints

Shades of #A5F7BE

#A5F7BE
(165,247,190)
#96E1AD
(150,225,173)
#87CB9C
(135,203,156)
#78B58B
(120,181,139)
#699F7A
(105,159,122)
#5A8969
(90,137,105)
#4B7358
(75,115,88)
#3C5D47
(60,93,71)
#2D4736
(45,71,54)
#1E3125
(30,49,37)
#0F1B14
(15,27,20)
#000000
(0,0,0)

Tints of #A5F7BE

#A5F7BE
(165,247,190)
#ADF7C3
(173,247,195)
#B5F7C8
(181,247,200)
#BDF7CD
(189,247,205)
#C5F7D2
(197,247,210)
#CDF7D7
(205,247,215)
#D5F7DC
(213,247,220)
#DDF7E1
(221,247,225)
#E5F7E6
(229,247,230)
#EDF7EB
(237,247,235)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F7BE color. Also use rgb(165,247,190) instead hex code.

Text Font Color

.myTextColor { color: #A5F7BE; }

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

This text font color is #A5F7BE.

Background Color

.myBgColor { background-color: #A5F7BE; }

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

This div background color is #A5F7BE.

Border color

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

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

This div border color is #A5F7BE.

Opacity

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

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

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

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

This text has shadow with #A5F7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5F7BE.

Preview

Color preview on black background

This text has color #A5F7BE on black background.


Color preview on white background

This text has color #A5F7BE on white background.


Black color preview on #A5F7BE background

This text has black color on #A5F7BE background.


White color preview on #A5F7BE background

This text has white color on #A5F7BE background.


Related colors

Complementary color

Complementary color for #hex is #5A0841.


I love getcolorcode.com

Triadic colors

1 #BEA5F7 and #F7BEA5 with #A5F7BE are triadic colors.

2 #BEF7A5 and #F7A5BE with #A5F7BE are triadic colors.