COLOR #A7CCF9

HEX: #A7CCF9
RGB: (167,204,249)

Color info

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

RGB color model

#A7CCF9 color RGB value is (167,204,249).

  • red value is 167;
  • green value is 204;
  • blue value is 249.
RGB:
(167,204,249)
(65%,80%,98%)

RGB channels and saturation

R 167 of 255 = 65%
G 204 of 255 = 80%
B 249 of 255 = 98%

167
204
249

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

Portions of RGB colors in percentages

R + G + B =
167 + 204 + 249 = 620 (100%)
R 167 of 620 ~ 26.94%
G 204 of 620 ~ 32.9%
B 249 of 620 ~ 40.16%

%26.94
%32.9
%40.16

CMYK color model

#A7CCF9 color CMYK value is (33,18,0,2).

  • cyan value is 32.93%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(33,18,0,2)
C33M18Y0K2 
(33%,18%,0%,2%)
(0.33/0.18/0.00/0.02)	

CMYK percentages

%32.93
%18.07
%0
%2.35

Codes

Color #A7CCF9 in popluar color models

A7CCF9
RGB167204249
HSL213°87.23%81.57%
HSB/HSV213°32.93%97.65%
CMYK32.93%18.07%0.00%
2.35%

Color #A7CCF9 in popluar number systems.

HEXA7CCF9
Decimal167204249
Binary101001111100110011111001
Octal247314371

Shades and tints

Shades of #A7CCF9

#A7CCF9
(167,204,249)
#98BAE3
(152,186,227)
#89A8CD
(137,168,205)
#7A96B7
(122,150,183)
#6B84A1
(107,132,161)
#5C728B
(92,114,139)
#4D6075
(77,96,117)
#3E4E5F
(62,78,95)
#2F3C49
(47,60,73)
#202A33
(32,42,51)
#11181D
(17,24,29)
#000000
(0,0,0)

Tints of #A7CCF9

#A7CCF9
(167,204,249)
#AFD0F9
(175,208,249)
#B7D4F9
(183,212,249)
#BFD8F9
(191,216,249)
#C7DCF9
(199,220,249)
#CFE0F9
(207,224,249)
#D7E4F9
(215,228,249)
#DFE8F9
(223,232,249)
#E7ECF9
(231,236,249)
#EFF0F9
(239,240,249)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CCF9 color. Also use rgb(167,204,249) instead hex code.

Text Font Color

.myTextColor { color: #A7CCF9; }

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

This text font color is #A7CCF9.


Background Color

.myBgColor { background-color: #A7CCF9; }

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

This div background color is #A7CCF9.


Border color

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

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

This div border color is #A7CCF9.


Opacity

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

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

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

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

This text has shadow with #A7CCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CCF9 on black background.


Color preview on white background

This text has color #A7CCF9 on white background.



Black color preview on #A7CCF9 background

This text has black color on #A7CCF9 background.


White color preview on #A7CCF9 background

This text has white color on #A7CCF9 background.