COLOR #A8C7FB

HEX: #A8C7FB RGB: (168,199,251)

Color info

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

RGB color model

#A8C7FB color RGB value is (168,199,251).

RGB: (168,199,251) (66%, 78%, 98%)

RGB channels and saturation

R 168 of 255 = 66%
G 199 of 255 = 78%
B 251 of 255 = 98%

168
199
251

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

Portions of RGB colors in percentages

R + G + B = 168 + 199 + 251 = 618 (100%)
R 168 of 618 ~ 27.18%
G 199 of 618 ~ 32.2%
B 251 of 618 ~ 40.61'%

%27.18
%32.2
%40.61

CMYK color model

#A8C7FB color CMYK value is (33,21,0,2).

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

CMYK: (33,21,0,2)
C33M21Y0K2 (33%, 21%, 0%, 2%)
(0.33 / 0.21 / 0.00 / 0.02)

CMYK percentages

%33.07
%20.72
%0
%1.57

Codes

Color #A8C7FB in popluar color models

A8 C7 FB
RGB 168 199 251
HSL 218° 91.21% 82.16%
HSB/HSV 218° 33.07% 98.43%
CMYK 33.07% 20.72% 0.00%
1.57%

Color #A8C7FB in popluar number systems.

HEX A8 C7 FB
Decimal 168 199 251
Binary 10101000 11000111 11111011
Octal 250 307 373

Shades and tints

Shades of #A8C7FB

#A8C7FB
(168,199,251)
#99B5E5
(153,181,229)
#8AA3CF
(138,163,207)
#7B91B9
(123,145,185)
#6C7FA3
(108,127,163)
#5D6D8D
(93,109,141)
#4E5B77
(78,91,119)
#3F4961
(63,73,97)
#30374B
(48,55,75)
#212535
(33,37,53)
#12131F
(18,19,31)
#000000
(0,0,0)

Tints of #A8C7FB

#A8C7FB
(168,199,251)
#AFCCFB
(175,204,251)
#B6D1FB
(182,209,251)
#BDD6FB
(189,214,251)
#C4DBFB
(196,219,251)
#CBE0FB
(203,224,251)
#D2E5FB
(210,229,251)
#D9EAFB
(217,234,251)
#E0EFFB
(224,239,251)
#E7F4FB
(231,244,251)
#EEF9FB
(238,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C7FB; }

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

This text font color is #A8C7FB.

Background Color

.myBgColor { background-color: #A8C7FB; }

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

This div background color is #A8C7FB.

Border color

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

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

This div border color is #A8C7FB.

Opacity

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

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

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

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

This text has shadow with #A8C7FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C7FB.

Preview

Color preview on black background

This text has color #A8C7FB on black background.


Color preview on white background

This text has color #A8C7FB on white background.


Black color preview on #A8C7FB background

This text has black color on #A8C7FB background.


White color preview on #A8C7FB background

This text has white color on #A8C7FB background.


Related colors

Complementary color

Complementary color for #hex is #573804.


I love getcolorcode.com

Triadic colors

1 #FBA8C7 and #C7FBA8 with #A8C7FB are triadic colors.

2 #FBC7A8 and #C7A8FB with #A8C7FB are triadic colors.