COLOR #ADCCB8

HEX: #ADCCB8
RGB: (173,204,184)

Color info

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

RGB color model

#ADCCB8 color RGB value is (173,204,184).

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

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 184 of 255 = 72%

173
204
184

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

Portions of RGB colors in percentages

R + G + B =
173 + 204 + 184 = 561 (100%)
R 173 of 561 ~ 30.84%
G 204 of 561 ~ 36.36%
B 184 of 561 ~ 32.8%

%30.84
%36.36
%32.8

CMYK color model

#ADCCB8 color CMYK value is (15,0,10,20).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 20.00%
CMYK:
(15,0,10,20)
C15M0Y10K20 
(15%,0%,10%,20%)
(0.15/0.00/0.10/0.20)	

CMYK percentages

%15.2
%0
%9.8
%20

Codes

Color #ADCCB8 in popluar color models

ADCCB8
RGB173204184
HSL141°23.31%73.92%
HSB/HSV141°15.20%80.00%
CMYK15.20%0.00%9.80%
20.00%

Color #ADCCB8 in popluar number systems.

HEXADCCB8
Decimal173204184
Binary101011011100110010111000
Octal255314270

Shades and tints

Shades of #ADCCB8

#ADCCB8
(173,204,184)
#9EBAA8
(158,186,168)
#8FA898
(143,168,152)
#809688
(128,150,136)
#718478
(113,132,120)
#627268
(98,114,104)
#536058
(83,96,88)
#444E48
(68,78,72)
#353C38
(53,60,56)
#262A28
(38,42,40)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADCCB8

#ADCCB8
(173,204,184)
#B4D0BE
(180,208,190)
#BBD4C4
(187,212,196)
#C2D8CA
(194,216,202)
#C9DCD0
(201,220,208)
#D0E0D6
(208,224,214)
#D7E4DC
(215,228,220)
#DEE8E2
(222,232,226)
#E5ECE8
(229,236,232)
#ECF0EE
(236,240,238)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCCB8; }

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

This text font color is #ADCCB8.


Background Color

.myBgColor { background-color: #ADCCB8; }

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

This div background color is #ADCCB8.


Border color

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

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

This div border color is #ADCCB8.


Opacity

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

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

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

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

This text has shadow with #ADCCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCCB8 on black background.


Color preview on white background

This text has color #ADCCB8 on white background.



Black color preview on #ADCCB8 background

This text has black color on #ADCCB8 background.


White color preview on #ADCCB8 background

This text has white color on #ADCCB8 background.