COLOR #A5BABB

HEX: #A5BABB RGB: (165,186,187)

Color info

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

RGB color model

#A5BABB color RGB value is (165,186,187).

RGB: (165,186,187) (65%, 73%, 73%)

RGB channels and saturation

R 165 of 255 = 65%
G 186 of 255 = 73%
B 187 of 255 = 73%

165
186
187

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

Portions of RGB colors in percentages

R + G + B = 165 + 186 + 187 = 538 (100%)
R 165 of 538 ~ 30.67%
G 186 of 538 ~ 34.57%
B 187 of 538 ~ 34.76'%

%30.67
%34.57
%34.76

CMYK color model

#A5BABB color CMYK value is (12,1,0,27).

  • cyan value is 11.76%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (12,1,0,27) C12M1Y0K27 (12%,1%,0%,27%) (0.12/0.01/0.00/0.27) 

CMYK percentages

%11.76
%0.53
%0
%26.67

Codes

Color #A5BABB in popluar color models

A5 BA BB
RGB 165 186 187
HSL 183° 13.92% 69.02%
HSB/HSV 183° 11.76% 73.33%
CMYK 11.76% 0.53% 0.00%
26.67%

Color #A5BABB in popluar number systems.

HEX A5 BA BB
Decimal 165 186 187
Binary 10100101 10111010 10111011
Octal 245 272 273

Shades and tints

Shades of #A5BABB

#A5BABB
(165,186,187)
#96AAAA
(150,170,170)
#879A99
(135,154,153)
#788A88
(120,138,136)
#697A77
(105,122,119)
#5A6A66
(90,106,102)
#4B5A55
(75,90,85)
#3C4A44
(60,74,68)
#2D3A33
(45,58,51)
#1E2A22
(30,42,34)
#0F1A11
(15,26,17)
#000000
(0,0,0)

Tints of #A5BABB

#A5BABB
(165,186,187)
#ADC0C1
(173,192,193)
#B5C6C7
(181,198,199)
#BDCCCD
(189,204,205)
#C5D2D3
(197,210,211)
#CDD8D9
(205,216,217)
#D5DEDF
(213,222,223)
#DDE4E5
(221,228,229)
#E5EAEB
(229,234,235)
#EDF0F1
(237,240,241)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BABB; }

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

This text font color is #A5BABB.

Background Color

.myBgColor { background-color: #A5BABB; }

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

This div background color is #A5BABB.

Border color

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

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

This div border color is #A5BABB.

Opacity

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

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

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

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

This text has shadow with #A5BABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BABB.

Preview

Color preview on black background

This text has color #A5BABB on black background.


Color preview on white background

This text has color #A5BABB on white background.


Black color preview on #A5BABB background

This text has black color on #A5BABB background.


White color preview on #A5BABB background

This text has white color on #A5BABB background.


Related colors

Complementary color

Complementary color for #hex is #5A4544.


I love getcolorcode.com

Triadic colors

1 #BBA5BA and #BABBA5 with #A5BABB are triadic colors.

2 #BBBAA5 and #BAA5BB with #A5BABB are triadic colors.