COLOR #A5F1BC

HEX: #A5F1BC RGB: (165,241,188)

Color info

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

RGB color model

#A5F1BC color RGB value is (165,241,188).

RGB: (165,241,188) (65%, 95%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 241 of 255 = 95%
B 188 of 255 = 74%

165
241
188

R + G + B ~ 78%. #A5F1BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 241 + 188 = 594 (100%)
R 165 of 594 ~ 27.78%
G 241 of 594 ~ 40.57%
B 188 of 594 ~ 31.65'%

%27.78
%40.57
%31.65

CMYK color model

#A5F1BC color CMYK value is (32,0,22,5).

  • cyan value is 31.54%
  • magenta value is 0.00%
  • yellow value is 21.99%
  • key color value is 5.49%

CMYK: (32,0,22,5)
C32M0Y22K5 (32%, 0%, 22%, 5%)
(0.32 / 0.00 / 0.22 / 0.05)

CMYK percentages

%31.54
%0
%21.99
%5.49

Codes

Color #A5F1BC in popluar color models

A5 F1 BC
RGB 165 241 188
HSL 138° 73.08% 79.61%
HSB/HSV 138° 31.54% 94.51%
CMYK 31.54% 0.00% 21.99%
5.49%

Color #A5F1BC in popluar number systems.

HEX A5 F1 BC
Decimal 165 241 188
Binary 10100101 11110001 10111100
Octal 245 361 274

Shades and tints

Shades of #A5F1BC

#A5F1BC
(165,241,188)
#96DCAB
(150,220,171)
#87C79A
(135,199,154)
#78B289
(120,178,137)
#699D78
(105,157,120)
#5A8867
(90,136,103)
#4B7356
(75,115,86)
#3C5E45
(60,94,69)
#2D4934
(45,73,52)
#1E3423
(30,52,35)
#0F1F12
(15,31,18)
#000000
(0,0,0)

Tints of #A5F1BC

#A5F1BC
(165,241,188)
#ADF2C2
(173,242,194)
#B5F3C8
(181,243,200)
#BDF4CE
(189,244,206)
#C5F5D4
(197,245,212)
#CDF6DA
(205,246,218)
#D5F7E0
(213,247,224)
#DDF8E6
(221,248,230)
#E5F9EC
(229,249,236)
#EDFAF2
(237,250,242)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F1BC color. Also use rgb(165,241,188) instead hex code.

Text Font Color

.myTextColor { color: #A5F1BC; }

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

This text font color is #A5F1BC.

Background Color

.myBgColor { background-color: #A5F1BC; }

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

This div background color is #A5F1BC.

Border color

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

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

This div border color is #A5F1BC.

Opacity

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

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

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

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

This text has shadow with #A5F1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5F1BC.

Preview

Color preview on black background

This text has color #A5F1BC on black background.


Color preview on white background

This text has color #A5F1BC on white background.


Black color preview on #A5F1BC background

This text has black color on #A5F1BC background.


White color preview on #A5F1BC background

This text has white color on #A5F1BC background.


Related colors

Complementary color

Complementary color for #A5F1BC is #5A0E43.


I love getcolorcode.com

Triadic colors

1 #BCA5F1 and #F1BCA5 with #A5F1BC are triadic colors.

2 #BCF1A5 and #F1A5BC with #A5F1BC are triadic colors.