COLOR #A7BCEB

HEX: #A7BCEB
RGB: (167,188,235)

Color info

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

RGB color model

#A7BCEB color RGB value is (167,188,235).

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

RGB channels and saturation

R 167 of 255 = 65%
G 188 of 255 = 74%
B 235 of 255 = 92%

167
188
235

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

Portions of RGB colors in percentages

R + G + B =
167 + 188 + 235 = 590 (100%)
R 167 of 590 ~ 28.31%
G 188 of 590 ~ 31.86%
B 235 of 590 ~ 39.83%

%28.31
%31.86
%39.83

CMYK color model

#A7BCEB color CMYK value is (29,20,0,8).

  • cyan value is 28.94%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(29,20,0,8)
C29M20Y0K8 
(29%,20%,0%,8%)
(0.29/0.20/0.00/0.08)	

CMYK percentages

%28.94
%20
%0
%7.84

Codes

Color #A7BCEB in popluar color models

A7BCEB
RGB167188235
HSL221°62.96%78.82%
HSB/HSV221°28.94%92.16%
CMYK28.94%20.00%0.00%
7.84%

Color #A7BCEB in popluar number systems.

HEXA7BCEB
Decimal167188235
Binary101001111011110011101011
Octal247274353

Shades and tints

Shades of #A7BCEB

#A7BCEB
(167,188,235)
#98ABD6
(152,171,214)
#899AC1
(137,154,193)
#7A89AC
(122,137,172)
#6B7897
(107,120,151)
#5C6782
(92,103,130)
#4D566D
(77,86,109)
#3E4558
(62,69,88)
#2F3443
(47,52,67)
#20232E
(32,35,46)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #A7BCEB

#A7BCEB
(167,188,235)
#AFC2EC
(175,194,236)
#B7C8ED
(183,200,237)
#BFCEEE
(191,206,238)
#C7D4EF
(199,212,239)
#CFDAF0
(207,218,240)
#D7E0F1
(215,224,241)
#DFE6F2
(223,230,242)
#E7ECF3
(231,236,243)
#EFF2F4
(239,242,244)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BCEB; }

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

This text font color is #A7BCEB.


Background Color

.myBgColor { background-color: #A7BCEB; }

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

This div background color is #A7BCEB.


Border color

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

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

This div border color is #A7BCEB.


Opacity

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

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

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

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

This text has shadow with #A7BCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BCEB on black background.


Color preview on white background

This text has color #A7BCEB on white background.



Black color preview on #A7BCEB background

This text has black color on #A7BCEB background.


White color preview on #A7BCEB background

This text has white color on #A7BCEB background.