COLOR #A7D1E9

HEX: #A7D1E9
RGB: (167,209,233)

Color info

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

RGB color model

#A7D1E9 color RGB value is (167,209,233).

  • red value is 167;
  • green value is 209;
  • blue value is 233.
RGB:
(167,209,233)
(65%,82%,91%)

RGB channels and saturation

R 167 of 255 = 65%
G 209 of 255 = 82%
B 233 of 255 = 91%

167
209
233

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

Portions of RGB colors in percentages

R + G + B =
167 + 209 + 233 = 609 (100%)
R 167 of 609 ~ 27.42%
G 209 of 609 ~ 34.32%
B 233 of 609 ~ 38.26%

%27.42
%34.32
%38.26

CMYK color model

#A7D1E9 color CMYK value is (28,10,0,9).

  • cyan value is 28.33%
  • magenta value is 10.30%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(28,10,0,9)
C28M10Y0K9 
(28%,10%,0%,9%)
(0.28/0.10/0.00/0.09)	

CMYK percentages

%28.33
%10.3
%0
%8.63

Codes

Color #A7D1E9 in popluar color models

A7D1E9
RGB167209233
HSL202°60.00%78.43%
HSB/HSV202°28.33%91.37%
CMYK28.33%10.30%0.00%
8.63%

Color #A7D1E9 in popluar number systems.

HEXA7D1E9
Decimal167209233
Binary101001111101000111101001
Octal247321351

Shades and tints

Shades of #A7D1E9

#A7D1E9
(167,209,233)
#98BED4
(152,190,212)
#89ABBF
(137,171,191)
#7A98AA
(122,152,170)
#6B8595
(107,133,149)
#5C7280
(92,114,128)
#4D5F6B
(77,95,107)
#3E4C56
(62,76,86)
#2F3941
(47,57,65)
#20262C
(32,38,44)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #A7D1E9

#A7D1E9
(167,209,233)
#AFD5EB
(175,213,235)
#B7D9ED
(183,217,237)
#BFDDEF
(191,221,239)
#C7E1F1
(199,225,241)
#CFE5F3
(207,229,243)
#D7E9F5
(215,233,245)
#DFEDF7
(223,237,247)
#E7F1F9
(231,241,249)
#EFF5FB
(239,245,251)
#F7F9FD
(247,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D1E9 color. Also use rgb(167,209,233) instead hex code.

Text Font Color

.myTextColor { color: #A7D1E9; }

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

This text font color is #A7D1E9.


Background Color

.myBgColor { background-color: #A7D1E9; }

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

This div background color is #A7D1E9.


Border color

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

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

This div border color is #A7D1E9.


Opacity

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

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

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

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

This text has shadow with #A7D1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D1E9 on black background.


Color preview on white background

This text has color #A7D1E9 on white background.



Black color preview on #A7D1E9 background

This text has black color on #A7D1E9 background.


White color preview on #A7D1E9 background

This text has white color on #A7D1E9 background.