COLOR #A7BEBF

HEX: #A7BEBF
RGB: (167,190,191)

Color info

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

RGB color model

#A7BEBF color RGB value is (167,190,191).

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

RGB channels and saturation

R 167 of 255 = 65%
G 190 of 255 = 75%
B 191 of 255 = 75%

167
190
191

R + G + B ~ 72%. #A7BEBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 190 + 191 = 548 (100%)
R 167 of 548 ~ 30.47%
G 190 of 548 ~ 34.67%
B 191 of 548 ~ 34.85%

%30.47
%34.67
%34.85

CMYK color model

#A7BEBF color CMYK value is (13,1,0,25).

  • cyan value is 12.57%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(13,1,0,25)
C13M1Y0K25 
(13%,1%,0%,25%)
(0.13/0.01/0.00/0.25)	

CMYK percentages

%12.57
%0.52
%0
%25.1

Codes

Color #A7BEBF in popluar color models

A7BEBF
RGB167190191
HSL183°15.79%70.20%
HSB/HSV183°12.57%74.90%
CMYK12.57%0.52%0.00%
25.10%

Color #A7BEBF in popluar number systems.

HEXA7BEBF
Decimal167190191
Binary101001111011111010111111
Octal247276277

Shades and tints

Shades of #A7BEBF

#A7BEBF
(167,190,191)
#98ADAE
(152,173,174)
#899C9D
(137,156,157)
#7A8B8C
(122,139,140)
#6B7A7B
(107,122,123)
#5C696A
(92,105,106)
#4D5859
(77,88,89)
#3E4748
(62,71,72)
#2F3637
(47,54,55)
#202526
(32,37,38)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #A7BEBF

#A7BEBF
(167,190,191)
#AFC3C4
(175,195,196)
#B7C8C9
(183,200,201)
#BFCDCE
(191,205,206)
#C7D2D3
(199,210,211)
#CFD7D8
(207,215,216)
#D7DCDD
(215,220,221)
#DFE1E2
(223,225,226)
#E7E6E7
(231,230,231)
#EFEBEC
(239,235,236)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BEBF; }

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

This text font color is #A7BEBF.


Background Color

.myBgColor { background-color: #A7BEBF; }

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

This div background color is #A7BEBF.


Border color

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

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

This div border color is #A7BEBF.


Opacity

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

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

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

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

This text has shadow with #A7BEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BEBF on black background.


Color preview on white background

This text has color #A7BEBF on white background.



Black color preview on #A7BEBF background

This text has black color on #A7BEBF background.


White color preview on #A7BEBF background

This text has white color on #A7BEBF background.