COLOR #A7BEBD

HEX: #A7BEBD
RGB: (167,190,189)

Color info

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

RGB color model

#A7BEBD color RGB value is (167,190,189).

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

RGB channels and saturation

R 167 of 255 = 65%
G 190 of 255 = 75%
B 189 of 255 = 74%

167
190
189

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

Portions of RGB colors in percentages

R + G + B =
167 + 190 + 189 = 546 (100%)
R 167 of 546 ~ 30.59%
G 190 of 546 ~ 34.8%
B 189 of 546 ~ 34.62%

%30.59
%34.8
%34.62

CMYK color model

#A7BEBD color CMYK value is (12,0,1,25).

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 25.49%
CMYK:
(12,0,1,25)
C12M0Y1K25 
(12%,0%,1%,25%)
(0.12/0.00/0.01/0.25)	

CMYK percentages

%12.11
%0
%0.53
%25.49

Codes

Color #A7BEBD in popluar color models

A7BEBD
RGB167190189
HSL177°15.03%70.00%
HSB/HSV177°12.11%74.51%
CMYK12.11%0.00%0.53%
25.49%

Color #A7BEBD in popluar number systems.

HEXA7BEBD
Decimal167190189
Binary101001111011111010111101
Octal247276275

Shades and tints

Shades of #A7BEBD

#A7BEBD
(167,190,189)
#98ADAC
(152,173,172)
#899C9B
(137,156,155)
#7A8B8A
(122,139,138)
#6B7A79
(107,122,121)
#5C6968
(92,105,104)
#4D5857
(77,88,87)
#3E4746
(62,71,70)
#2F3635
(47,54,53)
#202524
(32,37,36)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #A7BEBD

#A7BEBD
(167,190,189)
#AFC3C3
(175,195,195)
#B7C8C9
(183,200,201)
#BFCDCF
(191,205,207)
#C7D2D5
(199,210,213)
#CFD7DB
(207,215,219)
#D7DCE1
(215,220,225)
#DFE1E7
(223,225,231)
#E7E6ED
(231,230,237)
#EFEBF3
(239,235,243)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BEBD; }

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

This text font color is #A7BEBD.


Background Color

.myBgColor { background-color: #A7BEBD; }

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

This div background color is #A7BEBD.


Border color

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

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

This div border color is #A7BEBD.


Opacity

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

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

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

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

This text has shadow with #A7BEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BEBD on black background.


Color preview on white background

This text has color #A7BEBD on white background.



Black color preview on #A7BEBD background

This text has black color on #A7BEBD background.


White color preview on #A7BEBD background

This text has white color on #A7BEBD background.