COLOR #A7C9FE

HEX: #A7C9FE RGB: (167,201,254)

Color info

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

RGB color model

#A7C9FE color RGB value is (167,201,254).

RGB: (167,201,254) (65%, 79%, 100%)

RGB channels and saturation

R 167 of 255 = 65%
G 201 of 255 = 79%
B 254 of 255 = 100%

167
201
254

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

Portions of RGB colors in percentages

R + G + B = 167 + 201 + 254 = 622 (100%)
R 167 of 622 ~ 26.85%
G 201 of 622 ~ 32.32%
B 254 of 622 ~ 40.84'%

%26.85
%32.32
%40.84

CMYK color model

#A7C9FE color CMYK value is (34,21,0,0).

  • cyan value is 34.25%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (34,21,0,0)
C34M21Y0K0 (34%, 21%, 0%, 0%)
(0.34 / 0.21 / 0.00 / 0.00)

CMYK percentages

%34.25
%20.87
%0
%0.39

Codes

Color #A7C9FE in popluar color models

A7 C9 FE
RGB 167 201 254
HSL 217° 97.75% 82.55%
HSB/HSV 217° 34.25% 99.61%
CMYK 34.25% 20.87% 0.00%
0.39%

Color #A7C9FE in popluar number systems.

HEX A7 C9 FE
Decimal 167 201 254
Binary 10100111 11001001 11111110
Octal 247 311 376

Shades and tints

Shades of #A7C9FE

#A7C9FE
(167,201,254)
#98B7E7
(152,183,231)
#89A5D0
(137,165,208)
#7A93B9
(122,147,185)
#6B81A2
(107,129,162)
#5C6F8B
(92,111,139)
#4D5D74
(77,93,116)
#3E4B5D
(62,75,93)
#2F3946
(47,57,70)
#20272F
(32,39,47)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #A7C9FE

#A7C9FE
(167,201,254)
#AFCDFE
(175,205,254)
#B7D1FE
(183,209,254)
#BFD5FE
(191,213,254)
#C7D9FE
(199,217,254)
#CFDDFE
(207,221,254)
#D7E1FE
(215,225,254)
#DFE5FE
(223,229,254)
#E7E9FE
(231,233,254)
#EFEDFE
(239,237,254)
#F7F1FE
(247,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C9FE color. Also use rgb(167,201,254) instead hex code.

Text Font Color

.myTextColor { color: #A7C9FE; }

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

This text font color is #A7C9FE.

Background Color

.myBgColor { background-color: #A7C9FE; }

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

This div background color is #A7C9FE.

Border color

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

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

This div border color is #A7C9FE.

Opacity

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

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

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

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

This text has shadow with #A7C9FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C9FE.

Preview

Color preview on black background

This text has color #A7C9FE on black background.


Color preview on white background

This text has color #A7C9FE on white background.


Black color preview on #A7C9FE background

This text has black color on #A7C9FE background.


White color preview on #A7C9FE background

This text has white color on #A7C9FE background.


Related colors

Complementary color

Complementary color for #hex is #583601.


I love getcolorcode.com

Triadic colors

1 #FEA7C9 and #C9FEA7 with #A7C9FE are triadic colors.

2 #FEC9A7 and #C9A7FE with #A7C9FE are triadic colors.