COLOR #ADBBA7

HEX: #ADBBA7 RGB: (173,187,167)

Color info

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

RGB color model

#ADBBA7 color RGB value is (173,187,167).

RGB: (173,187,167) (68%, 73%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 187 of 255 = 73%
B 167 of 255 = 65%

173
187
167

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

Portions of RGB colors in percentages

R + G + B = 173 + 187 + 167 = 527 (100%)
R 173 of 527 ~ 32.83%
G 187 of 527 ~ 35.48%
B 167 of 527 ~ 31.69'%

%32.83
%35.48
%31.69

CMYK color model

#ADBBA7 color CMYK value is (7,0,11,27).

  • cyan value is 7.49%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 26.67%

CMYK: (7,0,11,27)
C7M0Y11K27 (7%, 0%, 11%, 27%)
(0.07 / 0.00 / 0.11 / 0.27)

CMYK percentages

%7.49
%0
%10.7
%26.67

Codes

Color #ADBBA7 in popluar color models

AD BB A7
RGB 173 187 167
HSL 102° 12.82% 69.41%
HSB/HSV 102° 10.70% 73.33%
CMYK 7.49% 0.00% 10.70%
26.67%

Color #ADBBA7 in popluar number systems.

HEX AD BB A7
Decimal 173 187 167
Binary 10101101 10111011 10100111
Octal 255 273 247

Shades and tints

Shades of #ADBBA7

#ADBBA7
(173,187,167)
#9EAA98
(158,170,152)
#8F9989
(143,153,137)
#80887A
(128,136,122)
#71776B
(113,119,107)
#62665C
(98,102,92)
#53554D
(83,85,77)
#44443E
(68,68,62)
#35332F
(53,51,47)
#262220
(38,34,32)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #ADBBA7

#ADBBA7
(173,187,167)
#B4C1AF
(180,193,175)
#BBC7B7
(187,199,183)
#C2CDBF
(194,205,191)
#C9D3C7
(201,211,199)
#D0D9CF
(208,217,207)
#D7DFD7
(215,223,215)
#DEE5DF
(222,229,223)
#E5EBE7
(229,235,231)
#ECF1EF
(236,241,239)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBBA7 color. Also use rgb(173,187,167) instead hex code.

Text Font Color

.myTextColor { color: #ADBBA7; }

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

This text font color is #ADBBA7.

Background Color

.myBgColor { background-color: #ADBBA7; }

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

This div background color is #ADBBA7.

Border color

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

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

This div border color is #ADBBA7.

Opacity

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

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

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

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

This text has shadow with #ADBBA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBBA7.

Preview

Color preview on black background

This text has color #ADBBA7 on black background.


Color preview on white background

This text has color #ADBBA7 on white background.


Black color preview on #ADBBA7 background

This text has black color on #ADBBA7 background.


White color preview on #ADBBA7 background

This text has white color on #ADBBA7 background.


Related colors

Complementary color

Complementary color for #hex is #524458.


I love getcolorcode.com

Triadic colors

1 #A7ADBB and #BBA7AD with #ADBBA7 are triadic colors.

2 #A7BBAD and #BBADA7 with #ADBBA7 are triadic colors.