COLOR #ADC4B2

HEX: #ADC4B2
RGB: (173,196,178)

Color info

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

RGB color model

#ADC4B2 color RGB value is (173,196,178).

  • red value is 173;
  • green value is 196;
  • blue value is 178.
RGB:
(173,196,178)
(68%,77%,70%)

RGB channels and saturation

R 173 of 255 = 68%
G 196 of 255 = 77%
B 178 of 255 = 70%

173
196
178

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

Portions of RGB colors in percentages

R + G + B =
173 + 196 + 178 = 547 (100%)
R 173 of 547 ~ 31.63%
G 196 of 547 ~ 35.83%
B 178 of 547 ~ 32.54%

%31.63
%35.83
%32.54

CMYK color model

#ADC4B2 color CMYK value is (12,0,9,23).

  • cyan value is 11.73%
  • magenta value is 0.00%
  • yellow value is 9.18%
  • key color value is 23.14%
CMYK:
(12,0,9,23)
C12M0Y9K23 
(12%,0%,9%,23%)
(0.12/0.00/0.09/0.23)	

CMYK percentages

%11.73
%0
%9.18
%23.14

Codes

Color #ADC4B2 in popluar color models

ADC4B2
RGB173196178
HSL133°16.31%72.35%
HSB/HSV133°11.73%76.86%
CMYK11.73%0.00%9.18%
23.14%

Color #ADC4B2 in popluar number systems.

HEXADC4B2
Decimal173196178
Binary101011011100010010110010
Octal255304262

Shades and tints

Shades of #ADC4B2

#ADC4B2
(173,196,178)
#9EB3A2
(158,179,162)
#8FA292
(143,162,146)
#809182
(128,145,130)
#718072
(113,128,114)
#626F62
(98,111,98)
#535E52
(83,94,82)
#444D42
(68,77,66)
#353C32
(53,60,50)
#262B22
(38,43,34)
#171A12
(23,26,18)
#000000
(0,0,0)

Tints of #ADC4B2

#ADC4B2
(173,196,178)
#B4C9B9
(180,201,185)
#BBCEC0
(187,206,192)
#C2D3C7
(194,211,199)
#C9D8CE
(201,216,206)
#D0DDD5
(208,221,213)
#D7E2DC
(215,226,220)
#DEE7E3
(222,231,227)
#E5ECEA
(229,236,234)
#ECF1F1
(236,241,241)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC4B2 color. Also use rgb(173,196,178) instead hex code.

Text Font Color

.myTextColor { color: #ADC4B2; }

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

This text font color is #ADC4B2.


Background Color

.myBgColor { background-color: #ADC4B2; }

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

This div background color is #ADC4B2.


Border color

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

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

This div border color is #ADC4B2.


Opacity

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

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

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

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

This text has shadow with #ADC4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC4B2 on black background.


Color preview on white background

This text has color #ADC4B2 on white background.



Black color preview on #ADC4B2 background

This text has black color on #ADC4B2 background.


White color preview on #ADC4B2 background

This text has white color on #ADC4B2 background.