COLOR #ADBBB3

HEX: #ADBBB3
RGB: (173,187,179)

Color info

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

RGB color model

#ADBBB3 color RGB value is (173,187,179).

  • red value is 173;
  • green value is 187;
  • blue value is 179.
RGB:
(173,187,179)
(68%,73%,70%)

RGB channels and saturation

R 173 of 255 = 68%
G 187 of 255 = 73%
B 179 of 255 = 70%

173
187
179

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

Portions of RGB colors in percentages

R + G + B =
173 + 187 + 179 = 539 (100%)
R 173 of 539 ~ 32.1%
G 187 of 539 ~ 34.69%
B 179 of 539 ~ 33.21%

%32.1
%34.69
%33.21

CMYK color model

#ADBBB3 color CMYK value is (7,0,4,27).

  • cyan value is 7.49%
  • magenta value is 0.00%
  • yellow value is 4.28%
  • key color value is 26.67%
CMYK:
(7,0,4,27)
C7M0Y4K27 
(7%,0%,4%,27%)
(0.07/0.00/0.04/0.27)	

CMYK percentages

%7.49
%0
%4.28
%26.67

Codes

Color #ADBBB3 in popluar color models

ADBBB3
RGB173187179
HSL146°9.33%70.59%
HSB/HSV146°7.49%73.33%
CMYK7.49%0.00%4.28%
26.67%

Color #ADBBB3 in popluar number systems.

HEXADBBB3
Decimal173187179
Binary101011011011101110110011
Octal255273263

Shades and tints

Shades of #ADBBB3

#ADBBB3
(173,187,179)
#9EAAA3
(158,170,163)
#8F9993
(143,153,147)
#808883
(128,136,131)
#717773
(113,119,115)
#626663
(98,102,99)
#535553
(83,85,83)
#444443
(68,68,67)
#353333
(53,51,51)
#262223
(38,34,35)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #ADBBB3

#ADBBB3
(173,187,179)
#B4C1B9
(180,193,185)
#BBC7BF
(187,199,191)
#C2CDC5
(194,205,197)
#C9D3CB
(201,211,203)
#D0D9D1
(208,217,209)
#D7DFD7
(215,223,215)
#DEE5DD
(222,229,221)
#E5EBE3
(229,235,227)
#ECF1E9
(236,241,233)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBBB3; }

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

This text font color is #ADBBB3.


Background Color

.myBgColor { background-color: #ADBBB3; }

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

This div background color is #ADBBB3.


Border color

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

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

This div border color is #ADBBB3.


Opacity

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

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

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

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

This text has shadow with #ADBBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBBB3 on black background.


Color preview on white background

This text has color #ADBBB3 on white background.



Black color preview on #ADBBB3 background

This text has black color on #ADBBB3 background.


White color preview on #ADBBB3 background

This text has white color on #ADBBB3 background.