COLOR #A5BBBE

HEX: #A5BBBE
RGB: (165,187,190)

Color info

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

RGB color model

#A5BBBE color RGB value is (165,187,190).

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

RGB channels and saturation

R 165 of 255 = 65%
G 187 of 255 = 73%
B 190 of 255 = 75%

165
187
190

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

Portions of RGB colors in percentages

R + G + B =
165 + 187 + 190 = 542 (100%)
R 165 of 542 ~ 30.44%
G 187 of 542 ~ 34.5%
B 190 of 542 ~ 35.06%

%30.44
%34.5
%35.06

CMYK color model

#A5BBBE color CMYK value is (13,2,0,25).

  • cyan value is 13.16%
  • magenta value is 1.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(13,2,0,25)
C13M2Y0K25 
(13%,2%,0%,25%)
(0.13/0.02/0.00/0.25)	

CMYK percentages

%13.16
%1.58
%0
%25.49

Codes

Color #A5BBBE in popluar color models

A5BBBE
RGB165187190
HSL187°16.13%69.61%
HSB/HSV187°13.16%74.51%
CMYK13.16%1.58%0.00%
25.49%

Color #A5BBBE in popluar number systems.

HEXA5BBBE
Decimal165187190
Binary101001011011101110111110
Octal245273276

Shades and tints

Shades of #A5BBBE

#A5BBBE
(165,187,190)
#96AAAD
(150,170,173)
#87999C
(135,153,156)
#78888B
(120,136,139)
#69777A
(105,119,122)
#5A6669
(90,102,105)
#4B5558
(75,85,88)
#3C4447
(60,68,71)
#2D3336
(45,51,54)
#1E2225
(30,34,37)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #A5BBBE

#A5BBBE
(165,187,190)
#ADC1C3
(173,193,195)
#B5C7C8
(181,199,200)
#BDCDCD
(189,205,205)
#C5D3D2
(197,211,210)
#CDD9D7
(205,217,215)
#D5DFDC
(213,223,220)
#DDE5E1
(221,229,225)
#E5EBE6
(229,235,230)
#EDF1EB
(237,241,235)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BBBE; }

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

This text font color is #A5BBBE.


Background Color

.myBgColor { background-color: #A5BBBE; }

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

This div background color is #A5BBBE.


Border color

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

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

This div border color is #A5BBBE.


Opacity

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

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

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

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

This text has shadow with #A5BBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BBBE on black background.


Color preview on white background

This text has color #A5BBBE on white background.



Black color preview on #A5BBBE background

This text has black color on #A5BBBE background.


White color preview on #A5BBBE background

This text has white color on #A5BBBE background.