COLOR #A4BEB0

HEX: #A4BEB0
RGB: (164,190,176)

Color info

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

RGB color model

#A4BEB0 color RGB value is (164,190,176).

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

RGB channels and saturation

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

164
190
176

R + G + B ~ 69%. #A4BEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 190 + 176 = 530 (100%)
R 164 of 530 ~ 30.94%
G 190 of 530 ~ 35.85%
B 176 of 530 ~ 33.21%

%30.94
%35.85
%33.21

CMYK color model

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

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

CMYK percentages

%13.68
%0
%7.37
%25.49

Codes

Color #A4BEB0 in popluar color models

A4BEB0
RGB164190176
HSL148°16.67%69.41%
HSB/HSV148°13.68%74.51%
CMYK13.68%0.00%7.37%
25.49%

Color #A4BEB0 in popluar number systems.

HEXA4BEB0
Decimal164190176
Binary101001001011111010110000
Octal244276260

Shades and tints

Shades of #A4BEB0

#A4BEB0
(164,190,176)
#96ADA0
(150,173,160)
#889C90
(136,156,144)
#7A8B80
(122,139,128)
#6C7A70
(108,122,112)
#5E6960
(94,105,96)
#505850
(80,88,80)
#424740
(66,71,64)
#343630
(52,54,48)
#262520
(38,37,32)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #A4BEB0

#A4BEB0
(164,190,176)
#ACC3B7
(172,195,183)
#B4C8BE
(180,200,190)
#BCCDC5
(188,205,197)
#C4D2CC
(196,210,204)
#CCD7D3
(204,215,211)
#D4DCDA
(212,220,218)
#DCE1E1
(220,225,225)
#E4E6E8
(228,230,232)
#ECEBEF
(236,235,239)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BEB0; }

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

This text font color is #A4BEB0.


Background Color

.myBgColor { background-color: #A4BEB0; }

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

This div background color is #A4BEB0.


Border color

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

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

This div border color is #A4BEB0.


Opacity

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

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

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

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

This text has shadow with #A4BEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BEB0 on black background.


Color preview on white background

This text has color #A4BEB0 on white background.



Black color preview on #A4BEB0 background

This text has black color on #A4BEB0 background.


White color preview on #A4BEB0 background

This text has white color on #A4BEB0 background.