COLOR #A7D3EC

HEX: #A7D3EC
RGB: (167,211,236)

Color info

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

RGB color model

#A7D3EC color RGB value is (167,211,236).

  • red value is 167;
  • green value is 211;
  • blue value is 236.
RGB: (167,211,236) (65%,83%,93%)

RGB channels and saturation

R 167 of 255 = 65%
G 211 of 255 = 83%
B 236 of 255 = 93%

167
211
236

R + G + B ~ 80%. #A7D3EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 211 + 236 = 614 (100%)
R 167 of 614 ~ 27.2%
G 211 of 614 ~ 34.36%
B 236 of 614 ~ 38.44%

%27.2
%34.36
%38.44

CMYK color model

#A7D3EC color CMYK value is (29,11,0,7).

  • cyan value is 29.24%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (29,11,0,7) C29M11Y0K7 (29%,11%,0%,7%) (0.29/0.11/0.00/0.07)

CMYK percentages

%29.24
%10.59
%0
%7.45

Codes

Color #A7D3EC in popluar color models

A7D3EC
RGB167211236
HSL202°64.49%79.02%
HSB/HSV202°29.24%92.55%
CMYK29.24%10.59%0.00%
7.45%

Color #A7D3EC in popluar number systems.

HEXA7D3EC
Decimal167211236
Binary101001111101001111101100
Octal247323354

Shades and tints

Shades of #A7D3EC

#A7D3EC
(167,211,236)
#98C0D7
(152,192,215)
#89ADC2
(137,173,194)
#7A9AAD
(122,154,173)
#6B8798
(107,135,152)
#5C7483
(92,116,131)
#4D616E
(77,97,110)
#3E4E59
(62,78,89)
#2F3B44
(47,59,68)
#20282F
(32,40,47)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #A7D3EC

#A7D3EC
(167,211,236)
#AFD7ED
(175,215,237)
#B7DBEE
(183,219,238)
#BFDFEF
(191,223,239)
#C7E3F0
(199,227,240)
#CFE7F1
(207,231,241)
#D7EBF2
(215,235,242)
#DFEFF3
(223,239,243)
#E7F3F4
(231,243,244)
#EFF7F5
(239,247,245)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D3EC color. Also use rgb(167,211,236) instead hex code.

Text Font Color

.myTextColor { color: #A7D3EC; }

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

This text font color is #A7D3EC.


Background Color

.myBgColor { background-color: #A7D3EC; }

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

This div background color is #A7D3EC.


Border color

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

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

This div border color is #A7D3EC.


Opacity

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

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

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

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

This text has shadow with #A7D3EC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A7D3EC on black background.


Color preview on white background

This text has color #A7D3EC on white background.



Black color preview on #A7D3EC background

This text has black color on #A7D3EC background.


White color preview on #A7D3EC background

This text has white color on #A7D3EC background.