COLOR #A7BCE7

HEX: #A7BCE7 RGB: (167,188,231)

Color info

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

RGB color model

#A7BCE7 color RGB value is (167,188,231).

RGB: (167,188,231) (65%, 74%, 91%)

RGB channels and saturation

R 167 of 255 = 65%
G 188 of 255 = 74%
B 231 of 255 = 91%

167
188
231

R + G + B ~ 77%. #A7BCE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 188 + 231 = 586 (100%)
R 167 of 586 ~ 28.5%
G 188 of 586 ~ 32.08%
B 231 of 586 ~ 39.42'%

%28.5
%32.08
%39.42

CMYK color model

#A7BCE7 color CMYK value is (28,19,0,9).

  • cyan value is 27.71%
  • magenta value is 18.61%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (28,19,0,9)
C28M19Y0K9 (28%, 19%, 0%, 9%)
(0.28 / 0.19 / 0.00 / 0.09)

CMYK percentages

%27.71
%18.61
%0
%9.41

Codes

Color #A7BCE7 in popluar color models

A7 BC E7
RGB 167 188 231
HSL 220° 57.14% 78.04%
HSB/HSV 220° 27.71% 90.59%
CMYK 27.71% 18.61% 0.00%
9.41%

Color #A7BCE7 in popluar number systems.

HEX A7 BC E7
Decimal 167 188 231
Binary 10100111 10111100 11100111
Octal 247 274 347

Shades and tints

Shades of #A7BCE7

#A7BCE7
(167,188,231)
#98ABD2
(152,171,210)
#899ABD
(137,154,189)
#7A89A8
(122,137,168)
#6B7893
(107,120,147)
#5C677E
(92,103,126)
#4D5669
(77,86,105)
#3E4554
(62,69,84)
#2F343F
(47,52,63)
#20232A
(32,35,42)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #A7BCE7

#A7BCE7
(167,188,231)
#AFC2E9
(175,194,233)
#B7C8EB
(183,200,235)
#BFCEED
(191,206,237)
#C7D4EF
(199,212,239)
#CFDAF1
(207,218,241)
#D7E0F3
(215,224,243)
#DFE6F5
(223,230,245)
#E7ECF7
(231,236,247)
#EFF2F9
(239,242,249)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BCE7 color. Also use rgb(167,188,231) instead hex code.

Text Font Color

.myTextColor { color: #A7BCE7; }

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

This text font color is #A7BCE7.

Background Color

.myBgColor { background-color: #A7BCE7; }

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

This div background color is #A7BCE7.

Border color

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

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

This div border color is #A7BCE7.

Opacity

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

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

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

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

This text has shadow with #A7BCE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BCE7.

Preview

Color preview on black background

This text has color #A7BCE7 on black background.


Color preview on white background

This text has color #A7BCE7 on white background.


Black color preview on #A7BCE7 background

This text has black color on #A7BCE7 background.


White color preview on #A7BCE7 background

This text has white color on #A7BCE7 background.


Related colors

Complementary color

Complementary color for #hex is #584318.


I love getcolorcode.com

Triadic colors

1 #E7A7BC and #BCE7A7 with #A7BCE7 are triadic colors.

2 #E7BCA7 and #BCA7E7 with #A7BCE7 are triadic colors.