COLOR #ADCCB7

HEX: #ADCCB7
RGB: (173,204,183)

Color info

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

RGB color model

#ADCCB7 color RGB value is (173,204,183).

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

RGB channels and saturation

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

173
204
183

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

Portions of RGB colors in percentages

R + G + B =
173 + 204 + 183 = 560 (100%)
R 173 of 560 ~ 30.89%
G 204 of 560 ~ 36.43%
B 183 of 560 ~ 32.68%

%30.89
%36.43
%32.68

CMYK color model

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

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • 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
%10.29
%20

Codes

Color #ADCCB7 in popluar color models

ADCCB7
RGB173204183
HSL139°23.31%73.92%
HSB/HSV139°15.20%80.00%
CMYK15.20%0.00%10.29%
20.00%

Color #ADCCB7 in popluar number systems.

HEXADCCB7
Decimal173204183
Binary101011011100110010110111
Octal255314267

Shades and tints

Shades of #ADCCB7

#ADCCB7
(173,204,183)
#9EBAA7
(158,186,167)
#8FA897
(143,168,151)
#809687
(128,150,135)
#718477
(113,132,119)
#627267
(98,114,103)
#536057
(83,96,87)
#444E47
(68,78,71)
#353C37
(53,60,55)
#262A27
(38,42,39)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADCCB7

#ADCCB7
(173,204,183)
#B4D0BD
(180,208,189)
#BBD4C3
(187,212,195)
#C2D8C9
(194,216,201)
#C9DCCF
(201,220,207)
#D0E0D5
(208,224,213)
#D7E4DB
(215,228,219)
#DEE8E1
(222,232,225)
#E5ECE7
(229,236,231)
#ECF0ED
(236,240,237)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCCB7; }

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

This text font color is #ADCCB7.


Background Color

.myBgColor { background-color: #ADCCB7; }

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

This div background color is #ADCCB7.


Border color

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

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

This div border color is #ADCCB7.


Opacity

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

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

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

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

This text has shadow with #ADCCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCCB7 on black background.


Color preview on white background

This text has color #ADCCB7 on white background.



Black color preview on #ADCCB7 background

This text has black color on #ADCCB7 background.


White color preview on #ADCCB7 background

This text has white color on #ADCCB7 background.