COLOR #A7DFE6

HEX: #A7DFE6 RGB: (167,223,230)

Color info

#A7DFE6 contains mainly green and blue colors. Web safe color of #A7DFE6 is #99CCCC (or #9CC).

RGB color model

#A7DFE6 color RGB value is (167,223,230).

RGB: (167,223,230) (65%, 87%, 90%)

RGB channels and saturation

R 167 of 255 = 65%
G 223 of 255 = 87%
B 230 of 255 = 90%

167
223
230

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

Portions of RGB colors in percentages

R + G + B = 167 + 223 + 230 = 620 (100%)
R 167 of 620 ~ 26.94%
G 223 of 620 ~ 35.97%
B 230 of 620 ~ 37.1'%

%26.94
%35.97
%37.1

CMYK color model

#A7DFE6 color CMYK value is (27,3,0,10).

  • cyan value is 27.39%
  • magenta value is 3.04%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (27,3,0,10)
C27M3Y0K10 (27%, 3%, 0%, 10%)
(0.27 / 0.03 / 0.00 / 0.10)

CMYK percentages

%27.39
%3.04
%0
%9.8

Codes

Color #A7DFE6 in popluar color models

A7 DF E6
RGB 167 223 230
HSL 187° 55.75% 77.84%
HSB/HSV 187° 27.39% 90.20%
CMYK 27.39% 3.04% 0.00%
9.80%

Color #A7DFE6 in popluar number systems.

HEX A7 DF E6
Decimal 167 223 230
Binary 10100111 11011111 11100110
Octal 247 337 346

Shades and tints

Shades of #A7DFE6

#A7DFE6
(167,223,230)
#98CBD2
(152,203,210)
#89B7BE
(137,183,190)
#7AA3AA
(122,163,170)
#6B8F96
(107,143,150)
#5C7B82
(92,123,130)
#4D676E
(77,103,110)
#3E535A
(62,83,90)
#2F3F46
(47,63,70)
#202B32
(32,43,50)
#11171E
(17,23,30)
#000000
(0,0,0)

Tints of #A7DFE6

#A7DFE6
(167,223,230)
#AFE1E8
(175,225,232)
#B7E3EA
(183,227,234)
#BFE5EC
(191,229,236)
#C7E7EE
(199,231,238)
#CFE9F0
(207,233,240)
#D7EBF2
(215,235,242)
#DFEDF4
(223,237,244)
#E7EFF6
(231,239,246)
#EFF1F8
(239,241,248)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7DFE6 color. Also use rgb(167,223,230) instead hex code.

Text Font Color

.myTextColor { color: #A7DFE6; }

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

This text font color is #A7DFE6.

Background Color

.myBgColor { background-color: #A7DFE6; }

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

This div background color is #A7DFE6.

Border color

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

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

This div border color is #A7DFE6.

Opacity

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

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

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

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

This text has shadow with #A7DFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DFE6.

Preview

Color preview on black background

This text has color #A7DFE6 on black background.


Color preview on white background

This text has color #A7DFE6 on white background.


Black color preview on #A7DFE6 background

This text has black color on #A7DFE6 background.


White color preview on #A7DFE6 background

This text has white color on #A7DFE6 background.


Related colors

Complementary color

Complementary color for #hex is #582019.


I love getcolorcode.com

Triadic colors

1 #E6A7DF and #DFE6A7 with #A7DFE6 are triadic colors.

2 #E6DFA7 and #DFA7E6 with #A7DFE6 are triadic colors.