COLOR #ADC6B8

HEX: #ADC6B8 RGB: (173,198,184)

Color info

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

RGB color model

#ADC6B8 color RGB value is (173,198,184).

RGB: (173,198,184) (68%, 78%, 72%)

RGB channels and saturation

R 173 of 255 = 68%
G 198 of 255 = 78%
B 184 of 255 = 72%

173
198
184

R + G + B ~ 73%. #ADC6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 198 + 184 = 555 (100%)
R 173 of 555 ~ 31.17%
G 198 of 555 ~ 35.68%
B 184 of 555 ~ 33.15'%

%31.17
%35.68
%33.15

CMYK color model

#ADC6B8 color CMYK value is (13,0,7,22).

  • cyan value is 12.63%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 22.35%

CMYK: (13,0,7,22)
C13M0Y7K22 (13%, 0%, 7%, 22%)
(0.13 / 0.00 / 0.07 / 0.22)

CMYK percentages

%12.63
%0
%7.07
%22.35

Codes

Color #ADC6B8 in popluar color models

AD C6 B8
RGB 173 198 184
HSL 146° 17.99% 72.75%
HSB/HSV 146° 12.63% 77.65%
CMYK 12.63% 0.00% 7.07%
22.35%

Color #ADC6B8 in popluar number systems.

HEX AD C6 B8
Decimal 173 198 184
Binary 10101101 11000110 10111000
Octal 255 306 270

Shades and tints

Shades of #ADC6B8

#ADC6B8
(173,198,184)
#9EB4A8
(158,180,168)
#8FA298
(143,162,152)
#809088
(128,144,136)
#717E78
(113,126,120)
#626C68
(98,108,104)
#535A58
(83,90,88)
#444848
(68,72,72)
#353638
(53,54,56)
#262428
(38,36,40)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #ADC6B8

#ADC6B8
(173,198,184)
#B4CBBE
(180,203,190)
#BBD0C4
(187,208,196)
#C2D5CA
(194,213,202)
#C9DAD0
(201,218,208)
#D0DFD6
(208,223,214)
#D7E4DC
(215,228,220)
#DEE9E2
(222,233,226)
#E5EEE8
(229,238,232)
#ECF3EE
(236,243,238)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC6B8 color. Also use rgb(173,198,184) instead hex code.

Text Font Color

.myTextColor { color: #ADC6B8; }

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

This text font color is #ADC6B8.

Background Color

.myBgColor { background-color: #ADC6B8; }

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

This div background color is #ADC6B8.

Border color

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

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

This div border color is #ADC6B8.

Opacity

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

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

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

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

This text has shadow with #ADC6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC6B8.

Preview

Color preview on black background

This text has color #ADC6B8 on black background.


Color preview on white background

This text has color #ADC6B8 on white background.


Black color preview on #ADC6B8 background

This text has black color on #ADC6B8 background.


White color preview on #ADC6B8 background

This text has white color on #ADC6B8 background.


Related colors

Complementary color

Complementary color for #hex is #523947.


I love getcolorcode.com

Triadic colors

1 #B8ADC6 and #C6B8AD with #ADC6B8 are triadic colors.

2 #B8C6AD and #C6ADB8 with #ADC6B8 are triadic colors.