COLOR #A5BEB1

HEX: #A5BEB1
RGB: (165,190,177)

Color info

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

RGB color model

#A5BEB1 color RGB value is (165,190,177).

  • red value is 165;
  • green value is 190;
  • blue value is 177.
RGB:
(165,190,177)
(65%,75%,69%)

RGB channels and saturation

R 165 of 255 = 65%
G 190 of 255 = 75%
B 177 of 255 = 69%

165
190
177

R + G + B ~ 70%. #A5BEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 190 + 177 = 532 (100%)
R 165 of 532 ~ 31.02%
G 190 of 532 ~ 35.71%
B 177 of 532 ~ 33.27%

%31.02
%35.71
%33.27

CMYK color model

#A5BEB1 color CMYK value is (13,0,7,25).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 25.49%
CMYK:
(13,0,7,25)
C13M0Y7K25 
(13%,0%,7%,25%)
(0.13/0.00/0.07/0.25)	

CMYK percentages

%13.16
%0
%6.84
%25.49

Codes

Color #A5BEB1 in popluar color models

A5BEB1
RGB165190177
HSL149°16.13%69.61%
HSB/HSV149°13.16%74.51%
CMYK13.16%0.00%6.84%
25.49%

Color #A5BEB1 in popluar number systems.

HEXA5BEB1
Decimal165190177
Binary101001011011111010110001
Octal245276261

Shades and tints

Shades of #A5BEB1

#A5BEB1
(165,190,177)
#96ADA1
(150,173,161)
#879C91
(135,156,145)
#788B81
(120,139,129)
#697A71
(105,122,113)
#5A6961
(90,105,97)
#4B5851
(75,88,81)
#3C4741
(60,71,65)
#2D3631
(45,54,49)
#1E2521
(30,37,33)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #A5BEB1

#A5BEB1
(165,190,177)
#ADC3B8
(173,195,184)
#B5C8BF
(181,200,191)
#BDCDC6
(189,205,198)
#C5D2CD
(197,210,205)
#CDD7D4
(205,215,212)
#D5DCDB
(213,220,219)
#DDE1E2
(221,225,226)
#E5E6E9
(229,230,233)
#EDEBF0
(237,235,240)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BEB1; }

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

This text font color is #A5BEB1.


Background Color

.myBgColor { background-color: #A5BEB1; }

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

This div background color is #A5BEB1.


Border color

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

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

This div border color is #A5BEB1.


Opacity

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

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

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

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

This text has shadow with #A5BEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BEB1 on black background.


Color preview on white background

This text has color #A5BEB1 on white background.



Black color preview on #A5BEB1 background

This text has black color on #A5BEB1 background.


White color preview on #A5BEB1 background

This text has white color on #A5BEB1 background.