COLOR #A7C7EA

HEX: #A7C7EA
RGB: (167,199,234)

Color info

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

RGB color model

#A7C7EA color RGB value is (167,199,234).

  • red value is 167;
  • green value is 199;
  • blue value is 234.
RGB:
(167,199,234)
(65%,78%,92%)

RGB channels and saturation

R 167 of 255 = 65%
G 199 of 255 = 78%
B 234 of 255 = 92%

167
199
234

R + G + B ~ 78%. #A7C7EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 199 + 234 = 600 (100%)
R 167 of 600 ~ 27.83%
G 199 of 600 ~ 33.17%
B 234 of 600 ~ 39%

%27.83
%33.17
%39

CMYK color model

#A7C7EA color CMYK value is (29,15,0,8).

  • cyan value is 28.63%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(29,15,0,8)
C29M15Y0K8 
(29%,15%,0%,8%)
(0.29/0.15/0.00/0.08)	

CMYK percentages

%28.63
%14.96
%0
%8.24

Codes

Color #A7C7EA in popluar color models

A7C7EA
RGB167199234
HSL211°61.47%78.63%
HSB/HSV211°28.63%91.76%
CMYK28.63%14.96%0.00%
8.24%

Color #A7C7EA in popluar number systems.

HEXA7C7EA
Decimal167199234
Binary101001111100011111101010
Octal247307352

Shades and tints

Shades of #A7C7EA

#A7C7EA
(167,199,234)
#98B5D5
(152,181,213)
#89A3C0
(137,163,192)
#7A91AB
(122,145,171)
#6B7F96
(107,127,150)
#5C6D81
(92,109,129)
#4D5B6C
(77,91,108)
#3E4957
(62,73,87)
#2F3742
(47,55,66)
#20252D
(32,37,45)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #A7C7EA

#A7C7EA
(167,199,234)
#AFCCEB
(175,204,235)
#B7D1EC
(183,209,236)
#BFD6ED
(191,214,237)
#C7DBEE
(199,219,238)
#CFE0EF
(207,224,239)
#D7E5F0
(215,229,240)
#DFEAF1
(223,234,241)
#E7EFF2
(231,239,242)
#EFF4F3
(239,244,243)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C7EA color. Also use rgb(167,199,234) instead hex code.

Text Font Color

.myTextColor { color: #A7C7EA; }

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

This text font color is #A7C7EA.


Background Color

.myBgColor { background-color: #A7C7EA; }

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

This div background color is #A7C7EA.


Border color

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

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

This div border color is #A7C7EA.


Opacity

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

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

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

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

This text has shadow with #A7C7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C7EA on black background.


Color preview on white background

This text has color #A7C7EA on white background.



Black color preview on #A7C7EA background

This text has black color on #A7C7EA background.


White color preview on #A7C7EA background

This text has white color on #A7C7EA background.