COLOR #A7BCF4

HEX: #A7BCF4
RGB: (167,188,244)

Color info

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

RGB color model

#A7BCF4 color RGB value is (167,188,244).

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

RGB channels and saturation

R 167 of 255 = 65%
G 188 of 255 = 74%
B 244 of 255 = 96%

167
188
244

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

Portions of RGB colors in percentages

R + G + B =
167 + 188 + 244 = 599 (100%)
R 167 of 599 ~ 27.88%
G 188 of 599 ~ 31.39%
B 244 of 599 ~ 40.73%

%27.88
%31.39
%40.73

CMYK color model

#A7BCF4 color CMYK value is (32,23,0,4).

  • cyan value is 31.56%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(32,23,0,4)
C32M23Y0K4 
(32%,23%,0%,4%)
(0.32/0.23/0.00/0.04)	

CMYK percentages

%31.56
%22.95
%0
%4.31

Codes

Color #A7BCF4 in popluar color models

A7BCF4
RGB167188244
HSL224°77.78%80.59%
HSB/HSV224°31.56%95.69%
CMYK31.56%22.95%0.00%
4.31%

Color #A7BCF4 in popluar number systems.

HEXA7BCF4
Decimal167188244
Binary101001111011110011110100
Octal247274364

Shades and tints

Shades of #A7BCF4

#A7BCF4
(167,188,244)
#98ABDE
(152,171,222)
#899AC8
(137,154,200)
#7A89B2
(122,137,178)
#6B789C
(107,120,156)
#5C6786
(92,103,134)
#4D5670
(77,86,112)
#3E455A
(62,69,90)
#2F3444
(47,52,68)
#20232E
(32,35,46)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #A7BCF4

#A7BCF4
(167,188,244)
#AFC2F5
(175,194,245)
#B7C8F6
(183,200,246)
#BFCEF7
(191,206,247)
#C7D4F8
(199,212,248)
#CFDAF9
(207,218,249)
#D7E0FA
(215,224,250)
#DFE6FB
(223,230,251)
#E7ECFC
(231,236,252)
#EFF2FD
(239,242,253)
#F7F8FE
(247,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BCF4; }

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

This text font color is #A7BCF4.


Background Color

.myBgColor { background-color: #A7BCF4; }

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

This div background color is #A7BCF4.


Border color

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

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

This div border color is #A7BCF4.


Opacity

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

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

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

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

This text has shadow with #A7BCF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BCF4 on black background.


Color preview on white background

This text has color #A7BCF4 on white background.



Black color preview on #A7BCF4 background

This text has black color on #A7BCF4 background.


White color preview on #A7BCF4 background

This text has white color on #A7BCF4 background.