COLOR #ADC1B4

HEX: #ADC1B4
RGB: (173,193,180)

Color info

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

RGB color model

#ADC1B4 color RGB value is (173,193,180).

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

RGB channels and saturation

R 173 of 255 = 68%
G 193 of 255 = 76%
B 180 of 255 = 71%

173
193
180

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

Portions of RGB colors in percentages

R + G + B =
173 + 193 + 180 = 546 (100%)
R 173 of 546 ~ 31.68%
G 193 of 546 ~ 35.35%
B 180 of 546 ~ 32.97%

%31.68
%35.35
%32.97

CMYK color model

#ADC1B4 color CMYK value is (10,0,7,24).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 6.74%
  • key color value is 24.31%
CMYK:
(10,0,7,24)
C10M0Y7K24 
(10%,0%,7%,24%)
(0.10/0.00/0.07/0.24)	

CMYK percentages

%10.36
%0
%6.74
%24.31

Codes

Color #ADC1B4 in popluar color models

ADC1B4
RGB173193180
HSL141°13.89%71.76%
HSB/HSV141°10.36%75.69%
CMYK10.36%0.00%6.74%
24.31%

Color #ADC1B4 in popluar number systems.

HEXADC1B4
Decimal173193180
Binary101011011100000110110100
Octal255301264

Shades and tints

Shades of #ADC1B4

#ADC1B4
(173,193,180)
#9EB0A4
(158,176,164)
#8F9F94
(143,159,148)
#808E84
(128,142,132)
#717D74
(113,125,116)
#626C64
(98,108,100)
#535B54
(83,91,84)
#444A44
(68,74,68)
#353934
(53,57,52)
#262824
(38,40,36)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #ADC1B4

#ADC1B4
(173,193,180)
#B4C6BA
(180,198,186)
#BBCBC0
(187,203,192)
#C2D0C6
(194,208,198)
#C9D5CC
(201,213,204)
#D0DAD2
(208,218,210)
#D7DFD8
(215,223,216)
#DEE4DE
(222,228,222)
#E5E9E4
(229,233,228)
#ECEEEA
(236,238,234)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC1B4; }

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

This text font color is #ADC1B4.


Background Color

.myBgColor { background-color: #ADC1B4; }

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

This div background color is #ADC1B4.


Border color

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

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

This div border color is #ADC1B4.


Opacity

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

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

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

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

This text has shadow with #ADC1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC1B4 on black background.


Color preview on white background

This text has color #ADC1B4 on white background.



Black color preview on #ADC1B4 background

This text has black color on #ADC1B4 background.


White color preview on #ADC1B4 background

This text has white color on #ADC1B4 background.