COLOR #A8D4FB

HEX: #A8D4FB
RGB: (168,212,251)

Color info

#A8D4FB contains mainly green and blue colors. Web safe color of #A8D4FB is #99CCFF (or #9CF).

RGB color model

#A8D4FB color RGB value is (168,212,251).

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

RGB channels and saturation

R 168 of 255 = 66%
G 212 of 255 = 83%
B 251 of 255 = 98%

168
212
251

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

Portions of RGB colors in percentages

R + G + B =
168 + 212 + 251 = 631 (100%)
R 168 of 631 ~ 26.62%
G 212 of 631 ~ 33.6%
B 251 of 631 ~ 39.78%

%26.62
%33.6
%39.78

CMYK color model

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

  • cyan value is 33.07%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(33,16,0,2)
C33M16Y0K2 
(33%,16%,0%,2%)
(0.33/0.16/0.00/0.02)	

CMYK percentages

%33.07
%15.54
%0
%1.57

Codes

Color #A8D4FB in popluar color models

A8D4FB
RGB168212251
HSL208°91.21%82.16%
HSB/HSV208°33.07%98.43%
CMYK33.07%15.54%0.00%
1.57%

Color #A8D4FB in popluar number systems.

HEXA8D4FB
Decimal168212251
Binary101010001101010011111011
Octal250324373

Shades and tints

Shades of #A8D4FB

#A8D4FB
(168,212,251)
#99C1E5
(153,193,229)
#8AAECF
(138,174,207)
#7B9BB9
(123,155,185)
#6C88A3
(108,136,163)
#5D758D
(93,117,141)
#4E6277
(78,98,119)
#3F4F61
(63,79,97)
#303C4B
(48,60,75)
#212935
(33,41,53)
#12161F
(18,22,31)
#000000
(0,0,0)

Tints of #A8D4FB

#A8D4FB
(168,212,251)
#AFD7FB
(175,215,251)
#B6DAFB
(182,218,251)
#BDDDFB
(189,221,251)
#C4E0FB
(196,224,251)
#CBE3FB
(203,227,251)
#D2E6FB
(210,230,251)
#D9E9FB
(217,233,251)
#E0ECFB
(224,236,251)
#E7EFFB
(231,239,251)
#EEF2FB
(238,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D4FB color. Also use rgb(168,212,251) instead hex code.

Text Font Color

.myTextColor { color: #A8D4FB; }

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

This text font color is #A8D4FB.


Background Color

.myBgColor { background-color: #A8D4FB; }

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

This div background color is #A8D4FB.


Border color

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

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

This div border color is #A8D4FB.


Opacity

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

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

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

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

This text has shadow with #A8D4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D4FB on black background.


Color preview on white background

This text has color #A8D4FB on white background.



Black color preview on #A8D4FB background

This text has black color on #A8D4FB background.


White color preview on #A8D4FB background

This text has white color on #A8D4FB background.