COLOR #A7C3EA

HEX: #A7C3EA
RGB: (167,195,234)

Color info

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

RGB color model

#A7C3EA color RGB value is (167,195,234).

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

RGB channels and saturation

R 167 of 255 = 65%
G 195 of 255 = 76%
B 234 of 255 = 92%

167
195
234

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

Portions of RGB colors in percentages

R + G + B =
167 + 195 + 234 = 596 (100%)
R 167 of 596 ~ 28.02%
G 195 of 596 ~ 32.72%
B 234 of 596 ~ 39.26%

%28.02
%32.72
%39.26

CMYK color model

#A7C3EA color CMYK value is (29,17,0,8).

  • cyan value is 28.63%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(29,17,0,8)
C29M17Y0K8 
(29%,17%,0%,8%)
(0.29/0.17/0.00/0.08)	

CMYK percentages

%28.63
%16.67
%0
%8.24

Codes

Color #A7C3EA in popluar color models

A7C3EA
RGB167195234
HSL215°61.47%78.63%
HSB/HSV215°28.63%91.76%
CMYK28.63%16.67%0.00%
8.24%

Color #A7C3EA in popluar number systems.

HEXA7C3EA
Decimal167195234
Binary101001111100001111101010
Octal247303352

Shades and tints

Shades of #A7C3EA

#A7C3EA
(167,195,234)
#98B2D5
(152,178,213)
#89A1C0
(137,161,192)
#7A90AB
(122,144,171)
#6B7F96
(107,127,150)
#5C6E81
(92,110,129)
#4D5D6C
(77,93,108)
#3E4C57
(62,76,87)
#2F3B42
(47,59,66)
#202A2D
(32,42,45)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #A7C3EA

#A7C3EA
(167,195,234)
#AFC8EB
(175,200,235)
#B7CDEC
(183,205,236)
#BFD2ED
(191,210,237)
#C7D7EE
(199,215,238)
#CFDCEF
(207,220,239)
#D7E1F0
(215,225,240)
#DFE6F1
(223,230,241)
#E7EBF2
(231,235,242)
#EFF0F3
(239,240,243)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C3EA; }

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

This text font color is #A7C3EA.


Background Color

.myBgColor { background-color: #A7C3EA; }

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

This div background color is #A7C3EA.


Border color

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

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

This div border color is #A7C3EA.


Opacity

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

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

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

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

This text has shadow with #A7C3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C3EA on black background.


Color preview on white background

This text has color #A7C3EA on white background.



Black color preview on #A7C3EA background

This text has black color on #A7C3EA background.


White color preview on #A7C3EA background

This text has white color on #A7C3EA background.