COLOR #A7D8FD

HEX: #A7D8FD
RGB: (167,216,253)

Color info

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

RGB color model

#A7D8FD color RGB value is (167,216,253).

  • red value is 167;
  • green value is 216;
  • blue value is 253.
RGB:
(167,216,253)
(65%,85%,99%)

RGB channels and saturation

R 167 of 255 = 65%
G 216 of 255 = 85%
B 253 of 255 = 99%

167
216
253

R + G + B ~ 83%. #A7D8FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 216 + 253 = 636 (100%)
R 167 of 636 ~ 26.26%
G 216 of 636 ~ 33.96%
B 253 of 636 ~ 39.78%

%26.26
%33.96
%39.78

CMYK color model

#A7D8FD color CMYK value is (34,15,0,1).

  • cyan value is 33.99%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(34,15,0,1)
C34M15Y0K1 
(34%,15%,0%,1%)
(0.34/0.15/0.00/0.01)	

CMYK percentages

%33.99
%14.62
%0
%0.78

Codes

Color #A7D8FD in popluar color models

A7D8FD
RGB167216253
HSL206°95.56%82.35%
HSB/HSV206°33.99%99.22%
CMYK33.99%14.62%0.00%
0.78%

Color #A7D8FD in popluar number systems.

HEXA7D8FD
Decimal167216253
Binary101001111101100011111101
Octal247330375

Shades and tints

Shades of #A7D8FD

#A7D8FD
(167,216,253)
#98C5E6
(152,197,230)
#89B2CF
(137,178,207)
#7A9FB8
(122,159,184)
#6B8CA1
(107,140,161)
#5C798A
(92,121,138)
#4D6673
(77,102,115)
#3E535C
(62,83,92)
#2F4045
(47,64,69)
#202D2E
(32,45,46)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #A7D8FD

#A7D8FD
(167,216,253)
#AFDBFD
(175,219,253)
#B7DEFD
(183,222,253)
#BFE1FD
(191,225,253)
#C7E4FD
(199,228,253)
#CFE7FD
(207,231,253)
#D7EAFD
(215,234,253)
#DFEDFD
(223,237,253)
#E7F0FD
(231,240,253)
#EFF3FD
(239,243,253)
#F7F6FD
(247,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D8FD color. Also use rgb(167,216,253) instead hex code.

Text Font Color

.myTextColor { color: #A7D8FD; }

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

This text font color is #A7D8FD.


Background Color

.myBgColor { background-color: #A7D8FD; }

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

This div background color is #A7D8FD.


Border color

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

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

This div border color is #A7D8FD.


Opacity

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

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

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

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

This text has shadow with #A7D8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D8FD on black background.


Color preview on white background

This text has color #A7D8FD on white background.



Black color preview on #A7D8FD background

This text has black color on #A7D8FD background.


White color preview on #A7D8FD background

This text has white color on #A7D8FD background.