COLOR #A5FACB

HEX: #A5FACB
RGB: (165,250,203)

Color info

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

RGB color model

#A5FACB color RGB value is (165,250,203).

  • red value is 165;
  • green value is 250;
  • blue value is 203.
RGB:
(165,250,203)
(65%,98%,80%)

RGB channels and saturation

R 165 of 255 = 65%
G 250 of 255 = 98%
B 203 of 255 = 80%

165
250
203

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

Portions of RGB colors in percentages

R + G + B =
165 + 250 + 203 = 618 (100%)
R 165 of 618 ~ 26.7%
G 250 of 618 ~ 40.45%
B 203 of 618 ~ 32.85%

%26.7
%40.45
%32.85

CMYK color model

#A5FACB color CMYK value is (34,0,19,2).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 1.96%
CMYK:
(34,0,19,2)
C34M0Y19K2 
(34%,0%,19%,2%)
(0.34/0.00/0.19/0.02)	

CMYK percentages

%34
%0
%18.8
%1.96

Codes

Color #A5FACB in popluar color models

A5FACB
RGB165250203
HSL147°89.47%81.37%
HSB/HSV147°34.00%98.04%
CMYK34.00%0.00%18.80%
1.96%

Color #A5FACB in popluar number systems.

HEXA5FACB
Decimal165250203
Binary101001011111101011001011
Octal245372313

Shades and tints

Shades of #A5FACB

#A5FACB
(165,250,203)
#96E4B9
(150,228,185)
#87CEA7
(135,206,167)
#78B895
(120,184,149)
#69A283
(105,162,131)
#5A8C71
(90,140,113)
#4B765F
(75,118,95)
#3C604D
(60,96,77)
#2D4A3B
(45,74,59)
#1E3429
(30,52,41)
#0F1E17
(15,30,23)
#000000
(0,0,0)

Tints of #A5FACB

#A5FACB
(165,250,203)
#ADFACF
(173,250,207)
#B5FAD3
(181,250,211)
#BDFAD7
(189,250,215)
#C5FADB
(197,250,219)
#CDFADF
(205,250,223)
#D5FAE3
(213,250,227)
#DDFAE7
(221,250,231)
#E5FAEB
(229,250,235)
#EDFAEF
(237,250,239)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FACB color. Also use rgb(165,250,203) instead hex code.

Text Font Color

.myTextColor { color: #A5FACB; }

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

This text font color is #A5FACB.


Background Color

.myBgColor { background-color: #A5FACB; }

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

This div background color is #A5FACB.


Border color

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

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

This div border color is #A5FACB.


Opacity

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

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

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

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

This text has shadow with #A5FACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FACB on black background.


Color preview on white background

This text has color #A5FACB on white background.



Black color preview on #A5FACB background

This text has black color on #A5FACB background.


White color preview on #A5FACB background

This text has white color on #A5FACB background.