COLOR #A7DAFC

HEX: #A7DAFC
RGB: (167,218,252)

Color info

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

RGB color model

#A7DAFC color RGB value is (167,218,252).

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

RGB channels and saturation

R 167 of 255 = 65%
G 218 of 255 = 85%
B 252 of 255 = 99%

167
218
252

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

Portions of RGB colors in percentages

R + G + B =
167 + 218 + 252 = 637 (100%)
R 167 of 637 ~ 26.22%
G 218 of 637 ~ 34.22%
B 252 of 637 ~ 39.56%

%26.22
%34.22
%39.56

CMYK color model

#A7DAFC color CMYK value is (34,13,0,1).

  • cyan value is 33.73%
  • magenta value is 13.49%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(34,13,0,1)
C34M13Y0K1 
(34%,13%,0%,1%)
(0.34/0.13/0.00/0.01)	

CMYK percentages

%33.73
%13.49
%0
%1.18

Codes

Color #A7DAFC in popluar color models

A7DAFC
RGB167218252
HSL204°93.41%82.16%
HSB/HSV204°33.73%98.82%
CMYK33.73%13.49%0.00%
1.18%

Color #A7DAFC in popluar number systems.

HEXA7DAFC
Decimal167218252
Binary101001111101101011111100
Octal247332374

Shades and tints

Shades of #A7DAFC

#A7DAFC
(167,218,252)
#98C7E6
(152,199,230)
#89B4D0
(137,180,208)
#7AA1BA
(122,161,186)
#6B8EA4
(107,142,164)
#5C7B8E
(92,123,142)
#4D6878
(77,104,120)
#3E5562
(62,85,98)
#2F424C
(47,66,76)
#202F36
(32,47,54)
#111C20
(17,28,32)
#000000
(0,0,0)

Tints of #A7DAFC

#A7DAFC
(167,218,252)
#AFDDFC
(175,221,252)
#B7E0FC
(183,224,252)
#BFE3FC
(191,227,252)
#C7E6FC
(199,230,252)
#CFE9FC
(207,233,252)
#D7ECFC
(215,236,252)
#DFEFFC
(223,239,252)
#E7F2FC
(231,242,252)
#EFF5FC
(239,245,252)
#F7F8FC
(247,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7DAFC color. Also use rgb(167,218,252) instead hex code.

Text Font Color

.myTextColor { color: #A7DAFC; }

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

This text font color is #A7DAFC.


Background Color

.myBgColor { background-color: #A7DAFC; }

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

This div background color is #A7DAFC.


Border color

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

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

This div border color is #A7DAFC.


Opacity

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

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

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

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

This text has shadow with #A7DAFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DAFC on black background.


Color preview on white background

This text has color #A7DAFC on white background.



Black color preview on #A7DAFC background

This text has black color on #A7DAFC background.


White color preview on #A7DAFC background

This text has white color on #A7DAFC background.