COLOR #A7D9FC

HEX: #A7D9FC RGB: (167,217,252)

Color info

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

RGB color model

#A7D9FC color RGB value is (167,217,252).

RGB: (167,217,252) (65%, 85%, 99%)

RGB channels and saturation

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

167
217
252

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

Portions of RGB colors in percentages

R + G + B = 167 + 217 + 252 = 636 (100%)
R 167 of 636 ~ 26.26%
G 217 of 636 ~ 34.12%
B 252 of 636 ~ 39.62'%

%26.26
%34.12
%39.62

CMYK color model

#A7D9FC color CMYK value is (34,14,0,1).

  • cyan value is 33.73%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (34,14,0,1)
C34M14Y0K1 (34%, 14%, 0%, 1%)
(0.34 / 0.14 / 0.00 / 0.01)

CMYK percentages

%33.73
%13.89
%0
%1.18

Codes

Color #A7D9FC in popluar color models

A7 D9 FC
RGB 167 217 252
HSL 205° 93.41% 82.16%
HSB/HSV 205° 33.73% 98.82%
CMYK 33.73% 13.89% 0.00%
1.18%

Color #A7D9FC in popluar number systems.

HEX A7 D9 FC
Decimal 167 217 252
Binary 10100111 11011001 11111100
Octal 247 331 374

Shades and tints

Shades of #A7D9FC

#A7D9FC
(167,217,252)
#98C6E6
(152,198,230)
#89B3D0
(137,179,208)
#7AA0BA
(122,160,186)
#6B8DA4
(107,141,164)
#5C7A8E
(92,122,142)
#4D6778
(77,103,120)
#3E5462
(62,84,98)
#2F414C
(47,65,76)
#202E36
(32,46,54)
#111B20
(17,27,32)
#000000
(0,0,0)

Tints of #A7D9FC

#A7D9FC
(167,217,252)
#AFDCFC
(175,220,252)
#B7DFFC
(183,223,252)
#BFE2FC
(191,226,252)
#C7E5FC
(199,229,252)
#CFE8FC
(207,232,252)
#D7EBFC
(215,235,252)
#DFEEFC
(223,238,252)
#E7F1FC
(231,241,252)
#EFF4FC
(239,244,252)
#F7F7FC
(247,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D9FC; }

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

This text font color is #A7D9FC.

Background Color

.myBgColor { background-color: #A7D9FC; }

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

This div background color is #A7D9FC.

Border color

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

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

This div border color is #A7D9FC.

Opacity

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

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

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

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

This text has shadow with #A7D9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7D9FC.

Preview

Color preview on black background

This text has color #A7D9FC on black background.


Color preview on white background

This text has color #A7D9FC on white background.


Black color preview on #A7D9FC background

This text has black color on #A7D9FC background.


White color preview on #A7D9FC background

This text has white color on #A7D9FC background.


Related colors

Complementary color

Complementary color for #hex is #582603.


I love getcolorcode.com

Triadic colors

1 #FCA7D9 and #D9FCA7 with #A7D9FC are triadic colors.

2 #FCD9A7 and #D9A7FC with #A7D9FC are triadic colors.