COLOR #A7C7E1

HEX: #A7C7E1
RGB: (167,199,225)

Color info

#A7C7E1 contains red, green and blue colors in about the same proportion. Web safe color of #A7C7E1 is #99CCCC (or #9CC).

RGB color model

#A7C7E1 color RGB value is (167,199,225).

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

RGB channels and saturation

R 167 of 255 = 65%
G 199 of 255 = 78%
B 225 of 255 = 88%

167
199
225

R + G + B ~ 77%. #A7C7E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 199 + 225 = 591 (100%)
R 167 of 591 ~ 28.26%
G 199 of 591 ~ 33.67%
B 225 of 591 ~ 38.07%

%28.26
%33.67
%38.07

CMYK color model

#A7C7E1 color CMYK value is (26,12,0,12).

  • cyan value is 25.78%
  • magenta value is 11.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(26,12,0,12)
C26M12Y0K12 
(26%,12%,0%,12%)
(0.26/0.12/0.00/0.12)	

CMYK percentages

%25.78
%11.56
%0
%11.76

Codes

Color #A7C7E1 in popluar color models

A7C7E1
RGB167199225
HSL207°49.15%76.86%
HSB/HSV207°25.78%88.24%
CMYK25.78%11.56%0.00%
11.76%

Color #A7C7E1 in popluar number systems.

HEXA7C7E1
Decimal167199225
Binary101001111100011111100001
Octal247307341

Shades and tints

Shades of #A7C7E1

#A7C7E1
(167,199,225)
#98B5CD
(152,181,205)
#89A3B9
(137,163,185)
#7A91A5
(122,145,165)
#6B7F91
(107,127,145)
#5C6D7D
(92,109,125)
#4D5B69
(77,91,105)
#3E4955
(62,73,85)
#2F3741
(47,55,65)
#20252D
(32,37,45)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #A7C7E1

#A7C7E1
(167,199,225)
#AFCCE3
(175,204,227)
#B7D1E5
(183,209,229)
#BFD6E7
(191,214,231)
#C7DBE9
(199,219,233)
#CFE0EB
(207,224,235)
#D7E5ED
(215,229,237)
#DFEAEF
(223,234,239)
#E7EFF1
(231,239,241)
#EFF4F3
(239,244,243)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C7E1; }

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

This text font color is #A7C7E1.


Background Color

.myBgColor { background-color: #A7C7E1; }

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

This div background color is #A7C7E1.


Border color

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

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

This div border color is #A7C7E1.


Opacity

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

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

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

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

This text has shadow with #A7C7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C7E1 on black background.


Color preview on white background

This text has color #A7C7E1 on white background.



Black color preview on #A7C7E1 background

This text has black color on #A7C7E1 background.


White color preview on #A7C7E1 background

This text has white color on #A7C7E1 background.