COLOR #A7BEB7

HEX: #A7BEB7
RGB: (167,190,183)

Color info

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

RGB color model

#A7BEB7 color RGB value is (167,190,183).

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

RGB channels and saturation

R 167 of 255 = 65%
G 190 of 255 = 75%
B 183 of 255 = 72%

167
190
183

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

Portions of RGB colors in percentages

R + G + B =
167 + 190 + 183 = 540 (100%)
R 167 of 540 ~ 30.93%
G 190 of 540 ~ 35.19%
B 183 of 540 ~ 33.89%

%30.93
%35.19
%33.89

CMYK color model

#A7BEB7 color CMYK value is (12,0,4,25).

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 25.49%
CMYK:
(12,0,4,25)
C12M0Y4K25 
(12%,0%,4%,25%)
(0.12/0.00/0.04/0.25)	

CMYK percentages

%12.11
%0
%3.68
%25.49

Codes

Color #A7BEB7 in popluar color models

A7BEB7
RGB167190183
HSL162°15.03%70.00%
HSB/HSV162°12.11%74.51%
CMYK12.11%0.00%3.68%
25.49%

Color #A7BEB7 in popluar number systems.

HEXA7BEB7
Decimal167190183
Binary101001111011111010110111
Octal247276267

Shades and tints

Shades of #A7BEB7

#A7BEB7
(167,190,183)
#98ADA7
(152,173,167)
#899C97
(137,156,151)
#7A8B87
(122,139,135)
#6B7A77
(107,122,119)
#5C6967
(92,105,103)
#4D5857
(77,88,87)
#3E4747
(62,71,71)
#2F3637
(47,54,55)
#202527
(32,37,39)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #A7BEB7

#A7BEB7
(167,190,183)
#AFC3BD
(175,195,189)
#B7C8C3
(183,200,195)
#BFCDC9
(191,205,201)
#C7D2CF
(199,210,207)
#CFD7D5
(207,215,213)
#D7DCDB
(215,220,219)
#DFE1E1
(223,225,225)
#E7E6E7
(231,230,231)
#EFEBED
(239,235,237)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BEB7; }

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

This text font color is #A7BEB7.


Background Color

.myBgColor { background-color: #A7BEB7; }

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

This div background color is #A7BEB7.


Border color

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

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

This div border color is #A7BEB7.


Opacity

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

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

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

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

This text has shadow with #A7BEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BEB7 on black background.


Color preview on white background

This text has color #A7BEB7 on white background.



Black color preview on #A7BEB7 background

This text has black color on #A7BEB7 background.


White color preview on #A7BEB7 background

This text has white color on #A7BEB7 background.