COLOR #ADC1B8

HEX: #ADC1B8
RGB: (173,193,184)

Color info

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

RGB color model

#ADC1B8 color RGB value is (173,193,184).

  • red value is 173;
  • green value is 193;
  • blue value is 184.
RGB:
(173,193,184)
(68%,76%,72%)

RGB channels and saturation

R 173 of 255 = 68%
G 193 of 255 = 76%
B 184 of 255 = 72%

173
193
184

R + G + B ~ 72%. #ADC1B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 193 + 184 = 550 (100%)
R 173 of 550 ~ 31.45%
G 193 of 550 ~ 35.09%
B 184 of 550 ~ 33.45%

%31.45
%35.09
%33.45

CMYK color model

#ADC1B8 color CMYK value is (10,0,5,24).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 4.66%
  • key color value is 24.31%
CMYK:
(10,0,5,24)
C10M0Y5K24 
(10%,0%,5%,24%)
(0.10/0.00/0.05/0.24)	

CMYK percentages

%10.36
%0
%4.66
%24.31

Codes

Color #ADC1B8 in popluar color models

ADC1B8
RGB173193184
HSL153°13.89%71.76%
HSB/HSV153°10.36%75.69%
CMYK10.36%0.00%4.66%
24.31%

Color #ADC1B8 in popluar number systems.

HEXADC1B8
Decimal173193184
Binary101011011100000110111000
Octal255301270

Shades and tints

Shades of #ADC1B8

#ADC1B8
(173,193,184)
#9EB0A8
(158,176,168)
#8F9F98
(143,159,152)
#808E88
(128,142,136)
#717D78
(113,125,120)
#626C68
(98,108,104)
#535B58
(83,91,88)
#444A48
(68,74,72)
#353938
(53,57,56)
#262828
(38,40,40)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #ADC1B8

#ADC1B8
(173,193,184)
#B4C6BE
(180,198,190)
#BBCBC4
(187,203,196)
#C2D0CA
(194,208,202)
#C9D5D0
(201,213,208)
#D0DAD6
(208,218,214)
#D7DFDC
(215,223,220)
#DEE4E2
(222,228,226)
#E5E9E8
(229,233,232)
#ECEEEE
(236,238,238)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC1B8; }

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

This text font color is #ADC1B8.


Background Color

.myBgColor { background-color: #ADC1B8; }

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

This div background color is #ADC1B8.


Border color

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

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

This div border color is #ADC1B8.


Opacity

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

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

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

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

This text has shadow with #ADC1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC1B8 on black background.


Color preview on white background

This text has color #ADC1B8 on white background.



Black color preview on #ADC1B8 background

This text has black color on #ADC1B8 background.


White color preview on #ADC1B8 background

This text has white color on #ADC1B8 background.