COLOR #A4BEBE

HEX: #A4BEBE
RGB: (164,190,190)

Color info

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

RGB color model

#A4BEBE color RGB value is (164,190,190).

  • red value is 164;
  • green value is 190;
  • blue value is 190.
RGB:
(164,190,190)
(64%,75%,75%)

RGB channels and saturation

R 164 of 255 = 64%
G 190 of 255 = 75%
B 190 of 255 = 75%

164
190
190

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

Portions of RGB colors in percentages

R + G + B =
164 + 190 + 190 = 544 (100%)
R 164 of 544 ~ 30.15%
G 190 of 544 ~ 34.93%
B 190 of 544 ~ 34.93%

%30.15
%34.93
%34.93

CMYK color model

#A4BEBE color CMYK value is (14,0,0,25).

  • cyan value is 13.68%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(14,0,0,25)
C14M0Y0K25 
(14%,0%,0%,25%)
(0.14/0.00/0.00/0.25)	

CMYK percentages

%13.68
%0
%0
%25.49

Codes

Color #A4BEBE in popluar color models

A4BEBE
RGB164190190
HSL180°16.67%69.41%
HSB/HSV180°13.68%74.51%
CMYK13.68%0.00%0.00%
25.49%

Color #A4BEBE in popluar number systems.

HEXA4BEBE
Decimal164190190
Binary101001001011111010111110
Octal244276276

Shades and tints

Shades of #A4BEBE

#A4BEBE
(164,190,190)
#96ADAD
(150,173,173)
#889C9C
(136,156,156)
#7A8B8B
(122,139,139)
#6C7A7A
(108,122,122)
#5E6969
(94,105,105)
#505858
(80,88,88)
#424747
(66,71,71)
#343636
(52,54,54)
#262525
(38,37,37)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #A4BEBE

#A4BEBE
(164,190,190)
#ACC3C3
(172,195,195)
#B4C8C8
(180,200,200)
#BCCDCD
(188,205,205)
#C4D2D2
(196,210,210)
#CCD7D7
(204,215,215)
#D4DCDC
(212,220,220)
#DCE1E1
(220,225,225)
#E4E6E6
(228,230,230)
#ECEBEB
(236,235,235)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BEBE; }

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

This text font color is #A4BEBE.


Background Color

.myBgColor { background-color: #A4BEBE; }

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

This div background color is #A4BEBE.


Border color

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

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

This div border color is #A4BEBE.


Opacity

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

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

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

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

This text has shadow with #A4BEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BEBE on black background.


Color preview on white background

This text has color #A4BEBE on white background.



Black color preview on #A4BEBE background

This text has black color on #A4BEBE background.


White color preview on #A4BEBE background

This text has white color on #A4BEBE background.