COLOR #A7D5F2

HEX: #A7D5F2
RGB: (167,213,242)

Color info

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

RGB color model

#A7D5F2 color RGB value is (167,213,242).

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

RGB channels and saturation

R 167 of 255 = 65%
G 213 of 255 = 84%
B 242 of 255 = 95%

167
213
242

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

Portions of RGB colors in percentages

R + G + B =
167 + 213 + 242 = 622 (100%)
R 167 of 622 ~ 26.85%
G 213 of 622 ~ 34.24%
B 242 of 622 ~ 38.91%

%26.85
%34.24
%38.91

CMYK color model

#A7D5F2 color CMYK value is (31,12,0,5).

  • cyan value is 30.99%
  • magenta value is 11.98%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(31,12,0,5)
C31M12Y0K5 
(31%,12%,0%,5%)
(0.31/0.12/0.00/0.05)	

CMYK percentages

%30.99
%11.98
%0
%5.1

Codes

Color #A7D5F2 in popluar color models

A7D5F2
RGB167213242
HSL203°74.26%80.20%
HSB/HSV203°30.99%94.90%
CMYK30.99%11.98%0.00%
5.10%

Color #A7D5F2 in popluar number systems.

HEXA7D5F2
Decimal167213242
Binary101001111101010111110010
Octal247325362

Shades and tints

Shades of #A7D5F2

#A7D5F2
(167,213,242)
#98C2DC
(152,194,220)
#89AFC6
(137,175,198)
#7A9CB0
(122,156,176)
#6B899A
(107,137,154)
#5C7684
(92,118,132)
#4D636E
(77,99,110)
#3E5058
(62,80,88)
#2F3D42
(47,61,66)
#202A2C
(32,42,44)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #A7D5F2

#A7D5F2
(167,213,242)
#AFD8F3
(175,216,243)
#B7DBF4
(183,219,244)
#BFDEF5
(191,222,245)
#C7E1F6
(199,225,246)
#CFE4F7
(207,228,247)
#D7E7F8
(215,231,248)
#DFEAF9
(223,234,249)
#E7EDFA
(231,237,250)
#EFF0FB
(239,240,251)
#F7F3FC
(247,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D5F2; }

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

This text font color is #A7D5F2.


Background Color

.myBgColor { background-color: #A7D5F2; }

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

This div background color is #A7D5F2.


Border color

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

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

This div border color is #A7D5F2.


Opacity

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

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

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

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

This text has shadow with #A7D5F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D5F2 on black background.


Color preview on white background

This text has color #A7D5F2 on white background.



Black color preview on #A7D5F2 background

This text has black color on #A7D5F2 background.


White color preview on #A7D5F2 background

This text has white color on #A7D5F2 background.