COLOR #A5BEBD

HEX: #A5BEBD
RGB: (165,190,189)

Color info

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

RGB color model

#A5BEBD color RGB value is (165,190,189).

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

RGB channels and saturation

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

165
190
189

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

Portions of RGB colors in percentages

R + G + B =
165 + 190 + 189 = 544 (100%)
R 165 of 544 ~ 30.33%
G 190 of 544 ~ 34.93%
B 189 of 544 ~ 34.74%

%30.33
%34.93
%34.74

CMYK color model

#A5BEBD color CMYK value is (13,0,1,25).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 25.49%
CMYK:
(13,0,1,25)
C13M0Y1K25 
(13%,0%,1%,25%)
(0.13/0.00/0.01/0.25)	

CMYK percentages

%13.16
%0
%0.53
%25.49

Codes

Color #A5BEBD in popluar color models

A5BEBD
RGB165190189
HSL178°16.13%69.61%
HSB/HSV178°13.16%74.51%
CMYK13.16%0.00%0.53%
25.49%

Color #A5BEBD in popluar number systems.

HEXA5BEBD
Decimal165190189
Binary101001011011111010111101
Octal245276275

Shades and tints

Shades of #A5BEBD

#A5BEBD
(165,190,189)
#96ADAC
(150,173,172)
#879C9B
(135,156,155)
#788B8A
(120,139,138)
#697A79
(105,122,121)
#5A6968
(90,105,104)
#4B5857
(75,88,87)
#3C4746
(60,71,70)
#2D3635
(45,54,53)
#1E2524
(30,37,36)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5BEBD

#A5BEBD
(165,190,189)
#ADC3C3
(173,195,195)
#B5C8C9
(181,200,201)
#BDCDCF
(189,205,207)
#C5D2D5
(197,210,213)
#CDD7DB
(205,215,219)
#D5DCE1
(213,220,225)
#DDE1E7
(221,225,231)
#E5E6ED
(229,230,237)
#EDEBF3
(237,235,243)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BEBD; }

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

This text font color is #A5BEBD.


Background Color

.myBgColor { background-color: #A5BEBD; }

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

This div background color is #A5BEBD.


Border color

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

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

This div border color is #A5BEBD.


Opacity

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

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

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

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

This text has shadow with #A5BEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BEBD on black background.


Color preview on white background

This text has color #A5BEBD on white background.



Black color preview on #A5BEBD background

This text has black color on #A5BEBD background.


White color preview on #A5BEBD background

This text has white color on #A5BEBD background.