COLOR #A7D5E2

HEX: #A7D5E2
RGB: (167,213,226)

Color info

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

RGB color model

#A7D5E2 color RGB value is (167,213,226).

  • red value is 167;
  • green value is 213;
  • blue value is 226.
RGB:
(167,213,226)
(65%,84%,89%)

RGB channels and saturation

R 167 of 255 = 65%
G 213 of 255 = 84%
B 226 of 255 = 89%

167
213
226

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

Portions of RGB colors in percentages

R + G + B =
167 + 213 + 226 = 606 (100%)
R 167 of 606 ~ 27.56%
G 213 of 606 ~ 35.15%
B 226 of 606 ~ 37.29%

%27.56
%35.15
%37.29

CMYK color model

#A7D5E2 color CMYK value is (26,6,0,11).

  • cyan value is 26.11%
  • magenta value is 5.75%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(26,6,0,11)
C26M6Y0K11 
(26%,6%,0%,11%)
(0.26/0.06/0.00/0.11)	

CMYK percentages

%26.11
%5.75
%0
%11.37

Codes

Color #A7D5E2 in popluar color models

A7D5E2
RGB167213226
HSL193°50.43%77.06%
HSB/HSV193°26.11%88.63%
CMYK26.11%5.75%0.00%
11.37%

Color #A7D5E2 in popluar number systems.

HEXA7D5E2
Decimal167213226
Binary101001111101010111100010
Octal247325342

Shades and tints

Shades of #A7D5E2

#A7D5E2
(167,213,226)
#98C2CE
(152,194,206)
#89AFBA
(137,175,186)
#7A9CA6
(122,156,166)
#6B8992
(107,137,146)
#5C767E
(92,118,126)
#4D636A
(77,99,106)
#3E5056
(62,80,86)
#2F3D42
(47,61,66)
#202A2E
(32,42,46)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #A7D5E2

#A7D5E2
(167,213,226)
#AFD8E4
(175,216,228)
#B7DBE6
(183,219,230)
#BFDEE8
(191,222,232)
#C7E1EA
(199,225,234)
#CFE4EC
(207,228,236)
#D7E7EE
(215,231,238)
#DFEAF0
(223,234,240)
#E7EDF2
(231,237,242)
#EFF0F4
(239,240,244)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D5E2 color. Also use rgb(167,213,226) instead hex code.

Text Font Color

.myTextColor { color: #A7D5E2; }

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

This text font color is #A7D5E2.


Background Color

.myBgColor { background-color: #A7D5E2; }

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

This div background color is #A7D5E2.


Border color

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

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

This div border color is #A7D5E2.


Opacity

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

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

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

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

This text has shadow with #A7D5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D5E2 on black background.


Color preview on white background

This text has color #A7D5E2 on white background.



Black color preview on #A7D5E2 background

This text has black color on #A7D5E2 background.


White color preview on #A7D5E2 background

This text has white color on #A7D5E2 background.