COLOR #A7BCE0

HEX: #A7BCE0
RGB: (167,188,224)

Color info

#A7BCE0 contains red, green and blue colors in about the same proportion. Web safe color of #A7BCE0 is #99CCCC (or #9CC).

RGB color model

#A7BCE0 color RGB value is (167,188,224).

  • red value is 167;
  • green value is 188;
  • blue value is 224.
RGB:
(167,188,224)
(65%,74%,88%)

RGB channels and saturation

R 167 of 255 = 65%
G 188 of 255 = 74%
B 224 of 255 = 88%

167
188
224

R + G + B ~ 76%. #A7BCE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 188 + 224 = 579 (100%)
R 167 of 579 ~ 28.84%
G 188 of 579 ~ 32.47%
B 224 of 579 ~ 38.69%

%28.84
%32.47
%38.69

CMYK color model

#A7BCE0 color CMYK value is (25,16,0,12).

  • cyan value is 25.45%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(25,16,0,12)
C25M16Y0K12 
(25%,16%,0%,12%)
(0.25/0.16/0.00/0.12)	

CMYK percentages

%25.45
%16.07
%0
%12.16

Codes

Color #A7BCE0 in popluar color models

A7BCE0
RGB167188224
HSL218°47.90%76.67%
HSB/HSV218°25.45%87.84%
CMYK25.45%16.07%0.00%
12.16%

Color #A7BCE0 in popluar number systems.

HEXA7BCE0
Decimal167188224
Binary101001111011110011100000
Octal247274340

Shades and tints

Shades of #A7BCE0

#A7BCE0
(167,188,224)
#98ABCC
(152,171,204)
#899AB8
(137,154,184)
#7A89A4
(122,137,164)
#6B7890
(107,120,144)
#5C677C
(92,103,124)
#4D5668
(77,86,104)
#3E4554
(62,69,84)
#2F3440
(47,52,64)
#20232C
(32,35,44)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #A7BCE0

#A7BCE0
(167,188,224)
#AFC2E2
(175,194,226)
#B7C8E4
(183,200,228)
#BFCEE6
(191,206,230)
#C7D4E8
(199,212,232)
#CFDAEA
(207,218,234)
#D7E0EC
(215,224,236)
#DFE6EE
(223,230,238)
#E7ECF0
(231,236,240)
#EFF2F2
(239,242,242)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BCE0; }

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

This text font color is #A7BCE0.


Background Color

.myBgColor { background-color: #A7BCE0; }

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

This div background color is #A7BCE0.


Border color

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

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

This div border color is #A7BCE0.


Opacity

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

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

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

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

This text has shadow with #A7BCE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BCE0 on black background.


Color preview on white background

This text has color #A7BCE0 on white background.



Black color preview on #A7BCE0 background

This text has black color on #A7BCE0 background.


White color preview on #A7BCE0 background

This text has white color on #A7BCE0 background.