COLOR #A7D2E3

HEX: #A7D2E3 RGB: (167,210,227)

Color info

#A7D2E3 contains mainly green and blue colors. Web safe color of #A7D2E3 is #99CCCC (or #9CC).

RGB color model

#A7D2E3 color RGB value is (167,210,227).

RGB: (167,210,227) (65%, 82%, 89%)

RGB channels and saturation

R 167 of 255 = 65%
G 210 of 255 = 82%
B 227 of 255 = 89%

167
210
227

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

Portions of RGB colors in percentages

R + G + B = 167 + 210 + 227 = 604 (100%)
R 167 of 604 ~ 27.65%
G 210 of 604 ~ 34.77%
B 227 of 604 ~ 37.58'%

%27.65
%34.77
%37.58

CMYK color model

#A7D2E3 color CMYK value is (26,7,0,11).

  • cyan value is 26.43%
  • magenta value is 7.49%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (26,7,0,11)
C26M7Y0K11 (26%, 7%, 0%, 11%)
(0.26 / 0.07 / 0.00 / 0.11)

CMYK percentages

%26.43
%7.49
%0
%10.98

Codes

Color #A7D2E3 in popluar color models

A7 D2 E3
RGB 167 210 227
HSL 197° 51.72% 77.25%
HSB/HSV 197° 26.43% 89.02%
CMYK 26.43% 7.49% 0.00%
10.98%

Color #A7D2E3 in popluar number systems.

HEX A7 D2 E3
Decimal 167 210 227
Binary 10100111 11010010 11100011
Octal 247 322 343

Shades and tints

Shades of #A7D2E3

#A7D2E3
(167,210,227)
#98BFCF
(152,191,207)
#89ACBB
(137,172,187)
#7A99A7
(122,153,167)
#6B8693
(107,134,147)
#5C737F
(92,115,127)
#4D606B
(77,96,107)
#3E4D57
(62,77,87)
#2F3A43
(47,58,67)
#20272F
(32,39,47)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #A7D2E3

#A7D2E3
(167,210,227)
#AFD6E5
(175,214,229)
#B7DAE7
(183,218,231)
#BFDEE9
(191,222,233)
#C7E2EB
(199,226,235)
#CFE6ED
(207,230,237)
#D7EAEF
(215,234,239)
#DFEEF1
(223,238,241)
#E7F2F3
(231,242,243)
#EFF6F5
(239,246,245)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D2E3 color. Also use rgb(167,210,227) instead hex code.

Text Font Color

.myTextColor { color: #A7D2E3; }

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

This text font color is #A7D2E3.

Background Color

.myBgColor { background-color: #A7D2E3; }

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

This div background color is #A7D2E3.

Border color

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

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

This div border color is #A7D2E3.

Opacity

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

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

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

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

This text has shadow with #A7D2E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7D2E3.

Preview

Color preview on black background

This text has color #A7D2E3 on black background.


Color preview on white background

This text has color #A7D2E3 on white background.


Black color preview on #A7D2E3 background

This text has black color on #A7D2E3 background.


White color preview on #A7D2E3 background

This text has white color on #A7D2E3 background.


Related colors

Complementary color

Complementary color for #hex is #582D1C.


I love getcolorcode.com

Triadic colors

1 #E3A7D2 and #D2E3A7 with #A7D2E3 are triadic colors.

2 #E3D2A7 and #D2A7E3 with #A7D2E3 are triadic colors.