COLOR #A9FBBC

HEX: #A9FBBC
RGB: (169,251,188)

Color info

#A9FBBC contains mainly green color. Web safe color of #A9FBBC is #99FFCC (or #9FC).

RGB color model

#A9FBBC color RGB value is (169,251,188).

  • red value is 169;
  • green value is 251;
  • blue value is 188.
RGB:
(169,251,188)
(66%,98%,74%)

RGB channels and saturation

R 169 of 255 = 66%
G 251 of 255 = 98%
B 188 of 255 = 74%

169
251
188

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

Portions of RGB colors in percentages

R + G + B =
169 + 251 + 188 = 608 (100%)
R 169 of 608 ~ 27.8%
G 251 of 608 ~ 41.28%
B 188 of 608 ~ 30.92%

%27.8
%41.28
%30.92

CMYK color model

#A9FBBC color CMYK value is (33,0,25,2).

  • cyan value is 32.67%
  • magenta value is 0.00%
  • yellow value is 25.10%
  • key color value is 1.57%
CMYK:
(33,0,25,2)
C33M0Y25K2 
(33%,0%,25%,2%)
(0.33/0.00/0.25/0.02)	

CMYK percentages

%32.67
%0
%25.1
%1.57

Codes

Color #A9FBBC in popluar color models

A9FBBC
RGB169251188
HSL134°91.11%82.35%
HSB/HSV134°32.67%98.43%
CMYK32.67%0.00%25.10%
1.57%

Color #A9FBBC in popluar number systems.

HEXA9FBBC
Decimal169251188
Binary101010011111101110111100
Octal251373274

Shades and tints

Shades of #A9FBBC

#A9FBBC
(169,251,188)
#9AE5AB
(154,229,171)
#8BCF9A
(139,207,154)
#7CB989
(124,185,137)
#6DA378
(109,163,120)
#5E8D67
(94,141,103)
#4F7756
(79,119,86)
#406145
(64,97,69)
#314B34
(49,75,52)
#223523
(34,53,35)
#131F12
(19,31,18)
#000000
(0,0,0)

Tints of #A9FBBC

#A9FBBC
(169,251,188)
#B0FBC2
(176,251,194)
#B7FBC8
(183,251,200)
#BEFBCE
(190,251,206)
#C5FBD4
(197,251,212)
#CCFBDA
(204,251,218)
#D3FBE0
(211,251,224)
#DAFBE6
(218,251,230)
#E1FBEC
(225,251,236)
#E8FBF2
(232,251,242)
#EFFBF8
(239,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9FBBC color. Also use rgb(169,251,188) instead hex code.

Text Font Color

.myTextColor { color: #A9FBBC; }

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

This text font color is #A9FBBC.


Background Color

.myBgColor { background-color: #A9FBBC; }

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

This div background color is #A9FBBC.


Border color

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

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

This div border color is #A9FBBC.


Opacity

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

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

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

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

This text has shadow with #A9FBBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9FBBC on black background.


Color preview on white background

This text has color #A9FBBC on white background.



Black color preview on #A9FBBC background

This text has black color on #A9FBBC background.


White color preview on #A9FBBC background

This text has white color on #A9FBBC background.