COLOR #A7C6EC

HEX: #A7C6EC
RGB: (167,198,236)

Color info

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

RGB color model

#A7C6EC color RGB value is (167,198,236).

  • red value is 167;
  • green value is 198;
  • blue value is 236.
RGB:
(167,198,236)
(65%,78%,93%)

RGB channels and saturation

R 167 of 255 = 65%
G 198 of 255 = 78%
B 236 of 255 = 93%

167
198
236

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

Portions of RGB colors in percentages

R + G + B =
167 + 198 + 236 = 601 (100%)
R 167 of 601 ~ 27.79%
G 198 of 601 ~ 32.95%
B 236 of 601 ~ 39.27%

%27.79
%32.95
%39.27

CMYK color model

#A7C6EC color CMYK value is (29,16,0,7).

  • cyan value is 29.24%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(29,16,0,7)
C29M16Y0K7 
(29%,16%,0%,7%)
(0.29/0.16/0.00/0.07)	

CMYK percentages

%29.24
%16.1
%0
%7.45

Codes

Color #A7C6EC in popluar color models

A7C6EC
RGB167198236
HSL213°64.49%79.02%
HSB/HSV213°29.24%92.55%
CMYK29.24%16.10%0.00%
7.45%

Color #A7C6EC in popluar number systems.

HEXA7C6EC
Decimal167198236
Binary101001111100011011101100
Octal247306354

Shades and tints

Shades of #A7C6EC

#A7C6EC
(167,198,236)
#98B4D7
(152,180,215)
#89A2C2
(137,162,194)
#7A90AD
(122,144,173)
#6B7E98
(107,126,152)
#5C6C83
(92,108,131)
#4D5A6E
(77,90,110)
#3E4859
(62,72,89)
#2F3644
(47,54,68)
#20242F
(32,36,47)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #A7C6EC

#A7C6EC
(167,198,236)
#AFCBED
(175,203,237)
#B7D0EE
(183,208,238)
#BFD5EF
(191,213,239)
#C7DAF0
(199,218,240)
#CFDFF1
(207,223,241)
#D7E4F2
(215,228,242)
#DFE9F3
(223,233,243)
#E7EEF4
(231,238,244)
#EFF3F5
(239,243,245)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C6EC color. Also use rgb(167,198,236) instead hex code.

Text Font Color

.myTextColor { color: #A7C6EC; }

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

This text font color is #A7C6EC.


Background Color

.myBgColor { background-color: #A7C6EC; }

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

This div background color is #A7C6EC.


Border color

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

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

This div border color is #A7C6EC.


Opacity

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

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

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

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

This text has shadow with #A7C6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C6EC on black background.


Color preview on white background

This text has color #A7C6EC on white background.



Black color preview on #A7C6EC background

This text has black color on #A7C6EC background.


White color preview on #A7C6EC background

This text has white color on #A7C6EC background.