COLOR #A7D2F1

HEX: #A7D2F1
RGB: (167,210,241)

Color info

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

RGB color model

#A7D2F1 color RGB value is (167,210,241).

  • red value is 167;
  • green value is 210;
  • blue value is 241.
RGB:
(167,210,241)
(65%,82%,95%)

RGB channels and saturation

R 167 of 255 = 65%
G 210 of 255 = 82%
B 241 of 255 = 95%

167
210
241

R + G + B ~ 81%. #A7D2F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 210 + 241 = 618 (100%)
R 167 of 618 ~ 27.02%
G 210 of 618 ~ 33.98%
B 241 of 618 ~ 39%

%27.02
%33.98
%39

CMYK color model

#A7D2F1 color CMYK value is (31,13,0,5).

  • cyan value is 30.71%
  • magenta value is 12.86%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(31,13,0,5)
C31M13Y0K5 
(31%,13%,0%,5%)
(0.31/0.13/0.00/0.05)	

CMYK percentages

%30.71
%12.86
%0
%5.49

Codes

Color #A7D2F1 in popluar color models

A7D2F1
RGB167210241
HSL205°72.55%80.00%
HSB/HSV205°30.71%94.51%
CMYK30.71%12.86%0.00%
5.49%

Color #A7D2F1 in popluar number systems.

HEXA7D2F1
Decimal167210241
Binary101001111101001011110001
Octal247322361

Shades and tints

Shades of #A7D2F1

#A7D2F1
(167,210,241)
#98BFDC
(152,191,220)
#89ACC7
(137,172,199)
#7A99B2
(122,153,178)
#6B869D
(107,134,157)
#5C7388
(92,115,136)
#4D6073
(77,96,115)
#3E4D5E
(62,77,94)
#2F3A49
(47,58,73)
#202734
(32,39,52)
#11141F
(17,20,31)
#000000
(0,0,0)

Tints of #A7D2F1

#A7D2F1
(167,210,241)
#AFD6F2
(175,214,242)
#B7DAF3
(183,218,243)
#BFDEF4
(191,222,244)
#C7E2F5
(199,226,245)
#CFE6F6
(207,230,246)
#D7EAF7
(215,234,247)
#DFEEF8
(223,238,248)
#E7F2F9
(231,242,249)
#EFF6FA
(239,246,250)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D2F1; }

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

This text font color is #A7D2F1.


Background Color

.myBgColor { background-color: #A7D2F1; }

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

This div background color is #A7D2F1.


Border color

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

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

This div border color is #A7D2F1.


Opacity

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

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

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

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

This text has shadow with #A7D2F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D2F1 on black background.


Color preview on white background

This text has color #A7D2F1 on white background.



Black color preview on #A7D2F1 background

This text has black color on #A7D2F1 background.


White color preview on #A7D2F1 background

This text has white color on #A7D2F1 background.