COLOR #A8D1FB

HEX: #A8D1FB RGB: (168,209,251)

Color info

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

RGB color model

#A8D1FB color RGB value is (168,209,251).

RGB: (168,209,251) (66%, 82%, 98%)

RGB channels and saturation

R 168 of 255 = 66%
G 209 of 255 = 82%
B 251 of 255 = 98%

168
209
251

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

Portions of RGB colors in percentages

R + G + B = 168 + 209 + 251 = 628 (100%)
R 168 of 628 ~ 26.75%
G 209 of 628 ~ 33.28%
B 251 of 628 ~ 39.97'%

%26.75
%33.28
%39.97

CMYK color model

#A8D1FB color CMYK value is (33,17,0,2).

  • cyan value is 33.07%
  • magenta value is 16.73%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (33,17,0,2)
C33M17Y0K2 (33%, 17%, 0%, 2%)
(0.33 / 0.17 / 0.00 / 0.02)

CMYK percentages

%33.07
%16.73
%0
%1.57

Codes

Color #A8D1FB in popluar color models

A8 D1 FB
RGB 168 209 251
HSL 210° 91.21% 82.16%
HSB/HSV 210° 33.07% 98.43%
CMYK 33.07% 16.73% 0.00%
1.57%

Color #A8D1FB in popluar number systems.

HEX A8 D1 FB
Decimal 168 209 251
Binary 10101000 11010001 11111011
Octal 250 321 373

Shades and tints

Shades of #A8D1FB

#A8D1FB
(168,209,251)
#99BEE5
(153,190,229)
#8AABCF
(138,171,207)
#7B98B9
(123,152,185)
#6C85A3
(108,133,163)
#5D728D
(93,114,141)
#4E5F77
(78,95,119)
#3F4C61
(63,76,97)
#30394B
(48,57,75)
#212635
(33,38,53)
#12131F
(18,19,31)
#000000
(0,0,0)

Tints of #A8D1FB

#A8D1FB
(168,209,251)
#AFD5FB
(175,213,251)
#B6D9FB
(182,217,251)
#BDDDFB
(189,221,251)
#C4E1FB
(196,225,251)
#CBE5FB
(203,229,251)
#D2E9FB
(210,233,251)
#D9EDFB
(217,237,251)
#E0F1FB
(224,241,251)
#E7F5FB
(231,245,251)
#EEF9FB
(238,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D1FB; }

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

This text font color is #A8D1FB.

Background Color

.myBgColor { background-color: #A8D1FB; }

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

This div background color is #A8D1FB.

Border color

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

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

This div border color is #A8D1FB.

Opacity

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

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

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

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

This text has shadow with #A8D1FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D1FB.

Preview

Color preview on black background

This text has color #A8D1FB on black background.


Color preview on white background

This text has color #A8D1FB on white background.


Black color preview on #A8D1FB background

This text has black color on #A8D1FB background.


White color preview on #A8D1FB background

This text has white color on #A8D1FB background.


Related colors

Complementary color

Complementary color for #hex is #572E04.


I love getcolorcode.com

Triadic colors

1 #FBA8D1 and #D1FBA8 with #A8D1FB are triadic colors.

2 #FBD1A8 and #D1A8FB with #A8D1FB are triadic colors.