COLOR #A8C4FD

HEX: #A8C4FD RGB: (168,196,253)

Color info

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

RGB color model

#A8C4FD color RGB value is (168,196,253).

RGB: (168,196,253) (66%, 77%, 99%)

RGB channels and saturation

R 168 of 255 = 66%
G 196 of 255 = 77%
B 253 of 255 = 99%

168
196
253

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

Portions of RGB colors in percentages

R + G + B = 168 + 196 + 253 = 617 (100%)
R 168 of 617 ~ 27.23%
G 196 of 617 ~ 31.77%
B 253 of 617 ~ 41'%

%27.23
%31.77
%41

CMYK color model

#A8C4FD color CMYK value is (34,23,0,1).

  • cyan value is 33.60%
  • magenta value is 22.53%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (34,23,0,1)
C34M23Y0K1 (34%, 23%, 0%, 1%)
(0.34 / 0.23 / 0.00 / 0.01)

CMYK percentages

%33.6
%22.53
%0
%0.78

Codes

Color #A8C4FD in popluar color models

A8 C4 FD
RGB 168 196 253
HSL 220° 95.51% 82.55%
HSB/HSV 220° 33.60% 99.22%
CMYK 33.60% 22.53% 0.00%
0.78%

Color #A8C4FD in popluar number systems.

HEX A8 C4 FD
Decimal 168 196 253
Binary 10101000 11000100 11111101
Octal 250 304 375

Shades and tints

Shades of #A8C4FD

#A8C4FD
(168,196,253)
#99B3E6
(153,179,230)
#8AA2CF
(138,162,207)
#7B91B8
(123,145,184)
#6C80A1
(108,128,161)
#5D6F8A
(93,111,138)
#4E5E73
(78,94,115)
#3F4D5C
(63,77,92)
#303C45
(48,60,69)
#212B2E
(33,43,46)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #A8C4FD

#A8C4FD
(168,196,253)
#AFC9FD
(175,201,253)
#B6CEFD
(182,206,253)
#BDD3FD
(189,211,253)
#C4D8FD
(196,216,253)
#CBDDFD
(203,221,253)
#D2E2FD
(210,226,253)
#D9E7FD
(217,231,253)
#E0ECFD
(224,236,253)
#E7F1FD
(231,241,253)
#EEF6FD
(238,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C4FD color. Also use rgb(168,196,253) instead hex code.

Text Font Color

.myTextColor { color: #A8C4FD; }

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

This text font color is #A8C4FD.

Background Color

.myBgColor { background-color: #A8C4FD; }

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

This div background color is #A8C4FD.

Border color

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

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

This div border color is #A8C4FD.

Opacity

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

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

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

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

This text has shadow with #A8C4FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C4FD.

Preview

Color preview on black background

This text has color #A8C4FD on black background.


Color preview on white background

This text has color #A8C4FD on white background.


Black color preview on #A8C4FD background

This text has black color on #A8C4FD background.


White color preview on #A8C4FD background

This text has white color on #A8C4FD background.


Related colors

Complementary color

Complementary color for #hex is #573B02.


I love getcolorcode.com

Triadic colors

1 #FDA8C4 and #C4FDA8 with #A8C4FD are triadic colors.

2 #FDC4A8 and #C4A8FD with #A8C4FD are triadic colors.