COLOR #ADCCB1

HEX: #ADCCB1
RGB: (173,204,177)

Color info

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

RGB color model

#ADCCB1 color RGB value is (173,204,177).

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

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 177 of 255 = 69%

173
204
177

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

Portions of RGB colors in percentages

R + G + B =
173 + 204 + 177 = 554 (100%)
R 173 of 554 ~ 31.23%
G 204 of 554 ~ 36.82%
B 177 of 554 ~ 31.95%

%31.23
%36.82
%31.95

CMYK color model

#ADCCB1 color CMYK value is (15,0,13,20).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 20.00%
CMYK:
(15,0,13,20)
C15M0Y13K20 
(15%,0%,13%,20%)
(0.15/0.00/0.13/0.20)	

CMYK percentages

%15.2
%0
%13.24
%20

Codes

Color #ADCCB1 in popluar color models

ADCCB1
RGB173204177
HSL128°23.31%73.92%
HSB/HSV128°15.20%80.00%
CMYK15.20%0.00%13.24%
20.00%

Color #ADCCB1 in popluar number systems.

HEXADCCB1
Decimal173204177
Binary101011011100110010110001
Octal255314261

Shades and tints

Shades of #ADCCB1

#ADCCB1
(173,204,177)
#9EBAA1
(158,186,161)
#8FA891
(143,168,145)
#809681
(128,150,129)
#718471
(113,132,113)
#627261
(98,114,97)
#536051
(83,96,81)
#444E41
(68,78,65)
#353C31
(53,60,49)
#262A21
(38,42,33)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #ADCCB1

#ADCCB1
(173,204,177)
#B4D0B8
(180,208,184)
#BBD4BF
(187,212,191)
#C2D8C6
(194,216,198)
#C9DCCD
(201,220,205)
#D0E0D4
(208,224,212)
#D7E4DB
(215,228,219)
#DEE8E2
(222,232,226)
#E5ECE9
(229,236,233)
#ECF0F0
(236,240,240)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCCB1; }

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

This text font color is #ADCCB1.


Background Color

.myBgColor { background-color: #ADCCB1; }

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

This div background color is #ADCCB1.


Border color

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

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

This div border color is #ADCCB1.


Opacity

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

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

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

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

This text has shadow with #ADCCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCCB1 on black background.


Color preview on white background

This text has color #ADCCB1 on white background.



Black color preview on #ADCCB1 background

This text has black color on #ADCCB1 background.


White color preview on #ADCCB1 background

This text has white color on #ADCCB1 background.