COLOR #A8FAD3

HEX: #A8FAD3
RGB: (168,250,211)

Color info

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

RGB color model

#A8FAD3 color RGB value is (168,250,211).

  • red value is 168;
  • green value is 250;
  • blue value is 211.
RGB:
(168,250,211)
(66%,98%,83%)

RGB channels and saturation

R 168 of 255 = 66%
G 250 of 255 = 98%
B 211 of 255 = 83%

168
250
211

R + G + B ~ 82%. #A8FAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 250 + 211 = 629 (100%)
R 168 of 629 ~ 26.71%
G 250 of 629 ~ 39.75%
B 211 of 629 ~ 33.55%

%26.71
%39.75
%33.55

CMYK color model

#A8FAD3 color CMYK value is (33,0,16,2).

  • cyan value is 32.80%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 1.96%
CMYK:
(33,0,16,2)
C33M0Y16K2 
(33%,0%,16%,2%)
(0.33/0.00/0.16/0.02)	

CMYK percentages

%32.8
%0
%15.6
%1.96

Codes

Color #A8FAD3 in popluar color models

A8FAD3
RGB168250211
HSL151°89.13%81.96%
HSB/HSV151°32.80%98.04%
CMYK32.80%0.00%15.60%
1.96%

Color #A8FAD3 in popluar number systems.

HEXA8FAD3
Decimal168250211
Binary101010001111101011010011
Octal250372323

Shades and tints

Shades of #A8FAD3

#A8FAD3
(168,250,211)
#99E4C0
(153,228,192)
#8ACEAD
(138,206,173)
#7BB89A
(123,184,154)
#6CA287
(108,162,135)
#5D8C74
(93,140,116)
#4E7661
(78,118,97)
#3F604E
(63,96,78)
#304A3B
(48,74,59)
#213428
(33,52,40)
#121E15
(18,30,21)
#000000
(0,0,0)

Tints of #A8FAD3

#A8FAD3
(168,250,211)
#AFFAD7
(175,250,215)
#B6FADB
(182,250,219)
#BDFADF
(189,250,223)
#C4FAE3
(196,250,227)
#CBFAE7
(203,250,231)
#D2FAEB
(210,250,235)
#D9FAEF
(217,250,239)
#E0FAF3
(224,250,243)
#E7FAF7
(231,250,247)
#EEFAFB
(238,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8FAD3 color. Also use rgb(168,250,211) instead hex code.

Text Font Color

.myTextColor { color: #A8FAD3; }

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

This text font color is #A8FAD3.


Background Color

.myBgColor { background-color: #A8FAD3; }

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

This div background color is #A8FAD3.


Border color

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

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

This div border color is #A8FAD3.


Opacity

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

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

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

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

This text has shadow with #A8FAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8FAD3 on black background.


Color preview on white background

This text has color #A8FAD3 on white background.



Black color preview on #A8FAD3 background

This text has black color on #A8FAD3 background.


White color preview on #A8FAD3 background

This text has white color on #A8FAD3 background.