COLOR #A7D4F8

HEX: #A7D4F8 RGB: (167,212,248)

Color info

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

RGB color model

#A7D4F8 color RGB value is (167,212,248).

RGB: (167,212,248) (65%, 83%, 97%)

RGB channels and saturation

R 167 of 255 = 65%
G 212 of 255 = 83%
B 248 of 255 = 97%

167
212
248

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

Portions of RGB colors in percentages

R + G + B = 167 + 212 + 248 = 627 (100%)
R 167 of 627 ~ 26.63%
G 212 of 627 ~ 33.81%
B 248 of 627 ~ 39.55'%

%26.63
%33.81
%39.55

CMYK color model

#A7D4F8 color CMYK value is (33,15,0,3).

  • cyan value is 32.66%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (33,15,0,3)
C33M15Y0K3 (33%, 15%, 0%, 3%)
(0.33 / 0.15 / 0.00 / 0.03)

CMYK percentages

%32.66
%14.52
%0
%2.75

Codes

Color #A7D4F8 in popluar color models

A7 D4 F8
RGB 167 212 248
HSL 207° 85.26% 81.37%
HSB/HSV 207° 32.66% 97.25%
CMYK 32.66% 14.52% 0.00%
2.75%

Color #A7D4F8 in popluar number systems.

HEX A7 D4 F8
Decimal 167 212 248
Binary 10100111 11010100 11111000
Octal 247 324 370

Shades and tints

Shades of #A7D4F8

#A7D4F8
(167,212,248)
#98C1E2
(152,193,226)
#89AECC
(137,174,204)
#7A9BB6
(122,155,182)
#6B88A0
(107,136,160)
#5C758A
(92,117,138)
#4D6274
(77,98,116)
#3E4F5E
(62,79,94)
#2F3C48
(47,60,72)
#202932
(32,41,50)
#11161C
(17,22,28)
#000000
(0,0,0)

Tints of #A7D4F8

#A7D4F8
(167,212,248)
#AFD7F8
(175,215,248)
#B7DAF8
(183,218,248)
#BFDDF8
(191,221,248)
#C7E0F8
(199,224,248)
#CFE3F8
(207,227,248)
#D7E6F8
(215,230,248)
#DFE9F8
(223,233,248)
#E7ECF8
(231,236,248)
#EFEFF8
(239,239,248)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D4F8 color. Also use rgb(167,212,248) instead hex code.

Text Font Color

.myTextColor { color: #A7D4F8; }

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

This text font color is #A7D4F8.

Background Color

.myBgColor { background-color: #A7D4F8; }

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

This div background color is #A7D4F8.

Border color

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

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

This div border color is #A7D4F8.

Opacity

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

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

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

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

This text has shadow with #A7D4F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7D4F8.

Preview

Color preview on black background

This text has color #A7D4F8 on black background.


Color preview on white background

This text has color #A7D4F8 on white background.


Black color preview on #A7D4F8 background

This text has black color on #A7D4F8 background.


White color preview on #A7D4F8 background

This text has white color on #A7D4F8 background.


Related colors

Complementary color

Complementary color for #hex is #582B07.


I love getcolorcode.com

Triadic colors

1 #F8A7D4 and #D4F8A7 with #A7D4F8 are triadic colors.

2 #F8D4A7 and #D4A7F8 with #A7D4F8 are triadic colors.