COLOR #A7C0EF

HEX: #A7C0EF RGB: (167,192,239)

Color info

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

RGB color model

#A7C0EF color RGB value is (167,192,239).

RGB: (167,192,239) (65%, 75%, 94%)

RGB channels and saturation

R 167 of 255 = 65%
G 192 of 255 = 75%
B 239 of 255 = 94%

167
192
239

R + G + B ~ 78%. #A7C0EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 192 + 239 = 598 (100%)
R 167 of 598 ~ 27.93%
G 192 of 598 ~ 32.11%
B 239 of 598 ~ 39.97'%

%27.93
%32.11
%39.97

CMYK color model

#A7C0EF color CMYK value is (30,20,0,6).

  • cyan value is 30.13%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (30,20,0,6)
C30M20Y0K6 (30%, 20%, 0%, 6%)
(0.30 / 0.20 / 0.00 / 0.06)

CMYK percentages

%30.13
%19.67
%0
%6.27

Codes

Color #A7C0EF in popluar color models

A7 C0 EF
RGB 167 192 239
HSL 219° 69.23% 79.61%
HSB/HSV 219° 30.13% 93.73%
CMYK 30.13% 19.67% 0.00%
6.27%

Color #A7C0EF in popluar number systems.

HEX A7 C0 EF
Decimal 167 192 239
Binary 10100111 11000000 11101111
Octal 247 300 357

Shades and tints

Shades of #A7C0EF

#A7C0EF
(167,192,239)
#98AFDA
(152,175,218)
#899EC5
(137,158,197)
#7A8DB0
(122,141,176)
#6B7C9B
(107,124,155)
#5C6B86
(92,107,134)
#4D5A71
(77,90,113)
#3E495C
(62,73,92)
#2F3847
(47,56,71)
#202732
(32,39,50)
#11161D
(17,22,29)
#000000
(0,0,0)

Tints of #A7C0EF

#A7C0EF
(167,192,239)
#AFC5F0
(175,197,240)
#B7CAF1
(183,202,241)
#BFCFF2
(191,207,242)
#C7D4F3
(199,212,243)
#CFD9F4
(207,217,244)
#D7DEF5
(215,222,245)
#DFE3F6
(223,227,246)
#E7E8F7
(231,232,247)
#EFEDF8
(239,237,248)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C0EF color. Also use rgb(167,192,239) instead hex code.

Text Font Color

.myTextColor { color: #A7C0EF; }

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

This text font color is #A7C0EF.

Background Color

.myBgColor { background-color: #A7C0EF; }

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

This div background color is #A7C0EF.

Border color

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

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

This div border color is #A7C0EF.

Opacity

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

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

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

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

This text has shadow with #A7C0EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C0EF.

Preview

Color preview on black background

This text has color #A7C0EF on black background.


Color preview on white background

This text has color #A7C0EF on white background.


Black color preview on #A7C0EF background

This text has black color on #A7C0EF background.


White color preview on #A7C0EF background

This text has white color on #A7C0EF background.


Related colors

Complementary color

Complementary color for #hex is #583F10.


I love getcolorcode.com

Triadic colors

1 #EFA7C0 and #C0EFA7 with #A7C0EF are triadic colors.

2 #EFC0A7 and #C0A7EF with #A7C0EF are triadic colors.