COLOR #A7DAF3

HEX: #A7DAF3
RGB: (167,218,243)

Color info

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

RGB color model

#A7DAF3 color RGB value is (167,218,243).

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

RGB channels and saturation

R 167 of 255 = 65%
G 218 of 255 = 85%
B 243 of 255 = 95%

167
218
243

R + G + B ~ 82%. #A7DAF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 218 + 243 = 628 (100%)
R 167 of 628 ~ 26.59%
G 218 of 628 ~ 34.71%
B 243 of 628 ~ 38.69%

%26.59
%34.71
%38.69

CMYK color model

#A7DAF3 color CMYK value is (31,10,0,5).

  • cyan value is 31.28%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(31,10,0,5)
C31M10Y0K5 
(31%,10%,0%,5%)
(0.31/0.10/0.00/0.05)	

CMYK percentages

%31.28
%10.29
%0
%4.71

Codes

Color #A7DAF3 in popluar color models

A7DAF3
RGB167218243
HSL200°76.00%80.39%
HSB/HSV200°31.28%95.29%
CMYK31.28%10.29%0.00%
4.71%

Color #A7DAF3 in popluar number systems.

HEXA7DAF3
Decimal167218243
Binary101001111101101011110011
Octal247332363

Shades and tints

Shades of #A7DAF3

#A7DAF3
(167,218,243)
#98C7DD
(152,199,221)
#89B4C7
(137,180,199)
#7AA1B1
(122,161,177)
#6B8E9B
(107,142,155)
#5C7B85
(92,123,133)
#4D686F
(77,104,111)
#3E5559
(62,85,89)
#2F4243
(47,66,67)
#202F2D
(32,47,45)
#111C17
(17,28,23)
#000000
(0,0,0)

Tints of #A7DAF3

#A7DAF3
(167,218,243)
#AFDDF4
(175,221,244)
#B7E0F5
(183,224,245)
#BFE3F6
(191,227,246)
#C7E6F7
(199,230,247)
#CFE9F8
(207,233,248)
#D7ECF9
(215,236,249)
#DFEFFA
(223,239,250)
#E7F2FB
(231,242,251)
#EFF5FC
(239,245,252)
#F7F8FD
(247,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DAF3; }

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

This text font color is #A7DAF3.


Background Color

.myBgColor { background-color: #A7DAF3; }

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

This div background color is #A7DAF3.


Border color

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

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

This div border color is #A7DAF3.


Opacity

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

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

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

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

This text has shadow with #A7DAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DAF3 on black background.


Color preview on white background

This text has color #A7DAF3 on white background.



Black color preview on #A7DAF3 background

This text has black color on #A7DAF3 background.


White color preview on #A7DAF3 background

This text has white color on #A7DAF3 background.