COLOR #A7BEBB

HEX: #A7BEBB
RGB: (167,190,187)

Color info

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

RGB color model

#A7BEBB color RGB value is (167,190,187).

  • red value is 167;
  • green value is 190;
  • blue value is 187.
RGB:
(167,190,187)
(65%,75%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 190 of 255 = 75%
B 187 of 255 = 73%

167
190
187

R + G + B ~ 71%. #A7BEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 190 + 187 = 544 (100%)
R 167 of 544 ~ 30.7%
G 190 of 544 ~ 34.93%
B 187 of 544 ~ 34.38%

%30.7
%34.93
%34.38

CMYK color model

#A7BEBB color CMYK value is (12,0,2,25).

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 25.49%
CMYK:
(12,0,2,25)
C12M0Y2K25 
(12%,0%,2%,25%)
(0.12/0.00/0.02/0.25)	

CMYK percentages

%12.11
%0
%1.58
%25.49

Codes

Color #A7BEBB in popluar color models

A7BEBB
RGB167190187
HSL172°15.03%70.00%
HSB/HSV172°12.11%74.51%
CMYK12.11%0.00%1.58%
25.49%

Color #A7BEBB in popluar number systems.

HEXA7BEBB
Decimal167190187
Binary101001111011111010111011
Octal247276273

Shades and tints

Shades of #A7BEBB

#A7BEBB
(167,190,187)
#98ADAA
(152,173,170)
#899C99
(137,156,153)
#7A8B88
(122,139,136)
#6B7A77
(107,122,119)
#5C6966
(92,105,102)
#4D5855
(77,88,85)
#3E4744
(62,71,68)
#2F3633
(47,54,51)
#202522
(32,37,34)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #A7BEBB

#A7BEBB
(167,190,187)
#AFC3C1
(175,195,193)
#B7C8C7
(183,200,199)
#BFCDCD
(191,205,205)
#C7D2D3
(199,210,211)
#CFD7D9
(207,215,217)
#D7DCDF
(215,220,223)
#DFE1E5
(223,225,229)
#E7E6EB
(231,230,235)
#EFEBF1
(239,235,241)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BEBB color. Also use rgb(167,190,187) instead hex code.

Text Font Color

.myTextColor { color: #A7BEBB; }

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

This text font color is #A7BEBB.


Background Color

.myBgColor { background-color: #A7BEBB; }

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

This div background color is #A7BEBB.


Border color

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

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

This div border color is #A7BEBB.


Opacity

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

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

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

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

This text has shadow with #A7BEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BEBB on black background.


Color preview on white background

This text has color #A7BEBB on white background.



Black color preview on #A7BEBB background

This text has black color on #A7BEBB background.


White color preview on #A7BEBB background

This text has white color on #A7BEBB background.