COLOR #A7C0F4

HEX: #A7C0F4
RGB: (167,192,244)

Color info

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

RGB color model

#A7C0F4 color RGB value is (167,192,244).

  • red value is 167;
  • green value is 192;
  • blue value is 244.
RGB:
(167,192,244)
(65%,75%,96%)

RGB channels and saturation

R 167 of 255 = 65%
G 192 of 255 = 75%
B 244 of 255 = 96%

167
192
244

R + G + B ~ 79%. #A7C0F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 192 + 244 = 603 (100%)
R 167 of 603 ~ 27.69%
G 192 of 603 ~ 31.84%
B 244 of 603 ~ 40.46%

%27.69
%31.84
%40.46

CMYK color model

#A7C0F4 color CMYK value is (32,21,0,4).

  • cyan value is 31.56%
  • magenta value is 21.31%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(32,21,0,4)
C32M21Y0K4 
(32%,21%,0%,4%)
(0.32/0.21/0.00/0.04)	

CMYK percentages

%31.56
%21.31
%0
%4.31

Codes

Color #A7C0F4 in popluar color models

A7C0F4
RGB167192244
HSL221°77.78%80.59%
HSB/HSV221°31.56%95.69%
CMYK31.56%21.31%0.00%
4.31%

Color #A7C0F4 in popluar number systems.

HEXA7C0F4
Decimal167192244
Binary101001111100000011110100
Octal247300364

Shades and tints

Shades of #A7C0F4

#A7C0F4
(167,192,244)
#98AFDE
(152,175,222)
#899EC8
(137,158,200)
#7A8DB2
(122,141,178)
#6B7C9C
(107,124,156)
#5C6B86
(92,107,134)
#4D5A70
(77,90,112)
#3E495A
(62,73,90)
#2F3844
(47,56,68)
#20272E
(32,39,46)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #A7C0F4

#A7C0F4
(167,192,244)
#AFC5F5
(175,197,245)
#B7CAF6
(183,202,246)
#BFCFF7
(191,207,247)
#C7D4F8
(199,212,248)
#CFD9F9
(207,217,249)
#D7DEFA
(215,222,250)
#DFE3FB
(223,227,251)
#E7E8FC
(231,232,252)
#EFEDFD
(239,237,253)
#F7F2FE
(247,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C0F4 color. Also use rgb(167,192,244) instead hex code.

Text Font Color

.myTextColor { color: #A7C0F4; }

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

This text font color is #A7C0F4.


Background Color

.myBgColor { background-color: #A7C0F4; }

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

This div background color is #A7C0F4.


Border color

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

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

This div border color is #A7C0F4.


Opacity

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

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

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

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

This text has shadow with #A7C0F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C0F4 on black background.


Color preview on white background

This text has color #A7C0F4 on white background.



Black color preview on #A7C0F4 background

This text has black color on #A7C0F4 background.


White color preview on #A7C0F4 background

This text has white color on #A7C0F4 background.