COLOR #A7C5E7

HEX: #A7C5E7 RGB: (167,197,231)

Color info

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

RGB color model

#A7C5E7 color RGB value is (167,197,231).

RGB: (167,197,231) (65%, 77%, 91%)

RGB channels and saturation

R 167 of 255 = 65%
G 197 of 255 = 77%
B 231 of 255 = 91%

167
197
231

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

Portions of RGB colors in percentages

R + G + B = 167 + 197 + 231 = 595 (100%)
R 167 of 595 ~ 28.07%
G 197 of 595 ~ 33.11%
B 231 of 595 ~ 38.82'%

%28.07
%33.11
%38.82

CMYK color model

#A7C5E7 color CMYK value is (28,15,0,9).

  • cyan value is 27.71%
  • magenta value is 14.72%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (28,15,0,9)
C28M15Y0K9 (28%, 15%, 0%, 9%)
(0.28 / 0.15 / 0.00 / 0.09)

CMYK percentages

%27.71
%14.72
%0
%9.41

Codes

Color #A7C5E7 in popluar color models

A7 C5 E7
RGB 167 197 231
HSL 212° 57.14% 78.04%
HSB/HSV 212° 27.71% 90.59%
CMYK 27.71% 14.72% 0.00%
9.41%

Color #A7C5E7 in popluar number systems.

HEX A7 C5 E7
Decimal 167 197 231
Binary 10100111 11000101 11100111
Octal 247 305 347

Shades and tints

Shades of #A7C5E7

#A7C5E7
(167,197,231)
#98B4D2
(152,180,210)
#89A3BD
(137,163,189)
#7A92A8
(122,146,168)
#6B8193
(107,129,147)
#5C707E
(92,112,126)
#4D5F69
(77,95,105)
#3E4E54
(62,78,84)
#2F3D3F
(47,61,63)
#202C2A
(32,44,42)
#111B15
(17,27,21)
#000000
(0,0,0)

Tints of #A7C5E7

#A7C5E7
(167,197,231)
#AFCAE9
(175,202,233)
#B7CFEB
(183,207,235)
#BFD4ED
(191,212,237)
#C7D9EF
(199,217,239)
#CFDEF1
(207,222,241)
#D7E3F3
(215,227,243)
#DFE8F5
(223,232,245)
#E7EDF7
(231,237,247)
#EFF2F9
(239,242,249)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C5E7 color. Also use rgb(167,197,231) instead hex code.

Text Font Color

.myTextColor { color: #A7C5E7; }

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

This text font color is #A7C5E7.

Background Color

.myBgColor { background-color: #A7C5E7; }

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

This div background color is #A7C5E7.

Border color

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

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

This div border color is #A7C5E7.

Opacity

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

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

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

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

This text has shadow with #A7C5E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C5E7.

Preview

Color preview on black background

This text has color #A7C5E7 on black background.


Color preview on white background

This text has color #A7C5E7 on white background.


Black color preview on #A7C5E7 background

This text has black color on #A7C5E7 background.


White color preview on #A7C5E7 background

This text has white color on #A7C5E7 background.


Related colors

Complementary color

Complementary color for #hex is #583A18.


I love getcolorcode.com

Triadic colors

1 #E7A7C5 and #C5E7A7 with #A7C5E7 are triadic colors.

2 #E7C5A7 and #C5A7E7 with #A7C5E7 are triadic colors.