COLOR #A5FBCA

HEX: #A5FBCA
RGB: (165,251,202)

Color info

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

RGB color model

#A5FBCA color RGB value is (165,251,202).

  • red value is 165;
  • green value is 251;
  • blue value is 202.
RGB:
(165,251,202)
(65%,98%,79%)

RGB channels and saturation

R 165 of 255 = 65%
G 251 of 255 = 98%
B 202 of 255 = 79%

165
251
202

R + G + B ~ 81%. #A5FBCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 251 + 202 = 618 (100%)
R 165 of 618 ~ 26.7%
G 251 of 618 ~ 40.61%
B 202 of 618 ~ 32.69%

%26.7
%40.61
%32.69

CMYK color model

#A5FBCA color CMYK value is (34,0,20,2).

  • cyan value is 34.26%
  • magenta value is 0.00%
  • yellow value is 19.52%
  • key color value is 1.57%
CMYK:
(34,0,20,2)
C34M0Y20K2 
(34%,0%,20%,2%)
(0.34/0.00/0.20/0.02)	

CMYK percentages

%34.26
%0
%19.52
%1.57

Codes

Color #A5FBCA in popluar color models

A5FBCA
RGB165251202
HSL146°91.49%81.57%
HSB/HSV146°34.26%98.43%
CMYK34.26%0.00%19.52%
1.57%

Color #A5FBCA in popluar number systems.

HEXA5FBCA
Decimal165251202
Binary101001011111101111001010
Octal245373312

Shades and tints

Shades of #A5FBCA

#A5FBCA
(165,251,202)
#96E5B8
(150,229,184)
#87CFA6
(135,207,166)
#78B994
(120,185,148)
#69A382
(105,163,130)
#5A8D70
(90,141,112)
#4B775E
(75,119,94)
#3C614C
(60,97,76)
#2D4B3A
(45,75,58)
#1E3528
(30,53,40)
#0F1F16
(15,31,22)
#000000
(0,0,0)

Tints of #A5FBCA

#A5FBCA
(165,251,202)
#ADFBCE
(173,251,206)
#B5FBD2
(181,251,210)
#BDFBD6
(189,251,214)
#C5FBDA
(197,251,218)
#CDFBDE
(205,251,222)
#D5FBE2
(213,251,226)
#DDFBE6
(221,251,230)
#E5FBEA
(229,251,234)
#EDFBEE
(237,251,238)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FBCA color. Also use rgb(165,251,202) instead hex code.

Text Font Color

.myTextColor { color: #A5FBCA; }

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

This text font color is #A5FBCA.


Background Color

.myBgColor { background-color: #A5FBCA; }

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

This div background color is #A5FBCA.


Border color

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

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

This div border color is #A5FBCA.


Opacity

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

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

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

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

This text has shadow with #A5FBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FBCA on black background.


Color preview on white background

This text has color #A5FBCA on white background.



Black color preview on #A5FBCA background

This text has black color on #A5FBCA background.


White color preview on #A5FBCA background

This text has white color on #A5FBCA background.