COLOR #A5F2BC

HEX: #A5F2BC RGB: (165,242,188)

Color info

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

RGB color model

#A5F2BC color RGB value is (165,242,188).

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

RGB channels and saturation

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

165
242
188

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

Portions of RGB colors in percentages

R + G + B = 165 + 242 + 188 = 595 (100%)
R 165 of 595 ~ 27.73%
G 242 of 595 ~ 40.67%
B 188 of 595 ~ 31.6'%

%27.73
%40.67
%31.6

CMYK color model

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

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 5.10%

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

CMYK percentages

%31.82
%0
%22.31
%5.1

Codes

Color #A5F2BC in popluar color models

A5 F2 BC
RGB 165 242 188
HSL 138° 74.76% 79.80%
HSB/HSV 138° 31.82% 94.90%
CMYK 31.82% 0.00% 22.31%
5.10%

Color #A5F2BC in popluar number systems.

HEX A5 F2 BC
Decimal 165 242 188
Binary 10100101 11110010 10111100
Octal 245 362 274

Shades and tints

Shades of #A5F2BC

#A5F2BC
(165,242,188)
#96DCAB
(150,220,171)
#87C69A
(135,198,154)
#78B089
(120,176,137)
#699A78
(105,154,120)
#5A8467
(90,132,103)
#4B6E56
(75,110,86)
#3C5845
(60,88,69)
#2D4234
(45,66,52)
#1E2C23
(30,44,35)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #A5F2BC

#A5F2BC
(165,242,188)
#ADF3C2
(173,243,194)
#B5F4C8
(181,244,200)
#BDF5CE
(189,245,206)
#C5F6D4
(197,246,212)
#CDF7DA
(205,247,218)
#D5F8E0
(213,248,224)
#DDF9E6
(221,249,230)
#E5FAEC
(229,250,236)
#EDFBF2
(237,251,242)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5F2BC; }

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

This text font color is #A5F2BC.

Background Color

.myBgColor { background-color: #A5F2BC; }

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

This div background color is #A5F2BC.

Border color

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

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

This div border color is #A5F2BC.

Opacity

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

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

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

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

This text has shadow with #A5F2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5F2BC.

Preview

Color preview on black background

This text has color #A5F2BC on black background.


Color preview on white background

This text has color #A5F2BC on white background.


Black color preview on #A5F2BC background

This text has black color on #A5F2BC background.


White color preview on #A5F2BC background

This text has white color on #A5F2BC background.


Related colors

Complementary color

Complementary color for #hex is #5A0D43.


I love getcolorcode.com

Triadic colors

1 #BCA5F2 and #F2BCA5 with #A5F2BC are triadic colors.

2 #BCF2A5 and #F2A5BC with #A5F2BC are triadic colors.