COLOR #A7C1FA

HEX: #A7C1FA
RGB: (167,193,250)

Color info

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

RGB color model

#A7C1FA color RGB value is (167,193,250).

  • red value is 167;
  • green value is 193;
  • blue value is 250.
RGB:
(167,193,250)
(65%,76%,98%)

RGB channels and saturation

R 167 of 255 = 65%
G 193 of 255 = 76%
B 250 of 255 = 98%

167
193
250

R + G + B ~ 80%. #A7C1FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 193 + 250 = 610 (100%)
R 167 of 610 ~ 27.38%
G 193 of 610 ~ 31.64%
B 250 of 610 ~ 40.98%

%27.38
%31.64
%40.98

CMYK color model

#A7C1FA color CMYK value is (33,23,0,2).

  • cyan value is 33.20%
  • magenta value is 22.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(33,23,0,2)
C33M23Y0K2 
(33%,23%,0%,2%)
(0.33/0.23/0.00/0.02)	

CMYK percentages

%33.2
%22.8
%0
%1.96

Codes

Color #A7C1FA in popluar color models

A7C1FA
RGB167193250
HSL221°89.25%81.76%
HSB/HSV221°33.20%98.04%
CMYK33.20%22.80%0.00%
1.96%

Color #A7C1FA in popluar number systems.

HEXA7C1FA
Decimal167193250
Binary101001111100000111111010
Octal247301372

Shades and tints

Shades of #A7C1FA

#A7C1FA
(167,193,250)
#98B0E4
(152,176,228)
#899FCE
(137,159,206)
#7A8EB8
(122,142,184)
#6B7DA2
(107,125,162)
#5C6C8C
(92,108,140)
#4D5B76
(77,91,118)
#3E4A60
(62,74,96)
#2F394A
(47,57,74)
#202834
(32,40,52)
#11171E
(17,23,30)
#000000
(0,0,0)

Tints of #A7C1FA

#A7C1FA
(167,193,250)
#AFC6FA
(175,198,250)
#B7CBFA
(183,203,250)
#BFD0FA
(191,208,250)
#C7D5FA
(199,213,250)
#CFDAFA
(207,218,250)
#D7DFFA
(215,223,250)
#DFE4FA
(223,228,250)
#E7E9FA
(231,233,250)
#EFEEFA
(239,238,250)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C1FA color. Also use rgb(167,193,250) instead hex code.

Text Font Color

.myTextColor { color: #A7C1FA; }

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

This text font color is #A7C1FA.


Background Color

.myBgColor { background-color: #A7C1FA; }

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

This div background color is #A7C1FA.


Border color

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

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

This div border color is #A7C1FA.


Opacity

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

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

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

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

This text has shadow with #A7C1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C1FA on black background.


Color preview on white background

This text has color #A7C1FA on white background.



Black color preview on #A7C1FA background

This text has black color on #A7C1FA background.


White color preview on #A7C1FA background

This text has white color on #A7C1FA background.