COLOR #ADCDA1

HEX: #ADCDA1
RGB: (173,205,161)

Color info

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

RGB color model

#ADCDA1 color RGB value is (173,205,161).

  • red value is 173;
  • green value is 205;
  • blue value is 161.
RGB:
(173,205,161)
(68%,80%,63%)

RGB channels and saturation

R 173 of 255 = 68%
G 205 of 255 = 80%
B 161 of 255 = 63%

173
205
161

R + G + B ~ 70%. #ADCDA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 205 + 161 = 539 (100%)
R 173 of 539 ~ 32.1%
G 205 of 539 ~ 38.03%
B 161 of 539 ~ 29.87%

%32.1
%38.03
%29.87

CMYK color model

#ADCDA1 color CMYK value is (16,0,21,20).

  • cyan value is 15.61%
  • magenta value is 0.00%
  • yellow value is 21.46%
  • key color value is 19.61%
CMYK:
(16,0,21,20)
C16M0Y21K20 
(16%,0%,21%,20%)
(0.16/0.00/0.21/0.20)	

CMYK percentages

%15.61
%0
%21.46
%19.61

Codes

Color #ADCDA1 in popluar color models

ADCDA1
RGB173205161
HSL104°30.56%71.76%
HSB/HSV104°21.46%80.39%
CMYK15.61%0.00%21.46%
19.61%

Color #ADCDA1 in popluar number systems.

HEXADCDA1
Decimal173205161
Binary101011011100110110100001
Octal255315241

Shades and tints

Shades of #ADCDA1

#ADCDA1
(173,205,161)
#9EBB93
(158,187,147)
#8FA985
(143,169,133)
#809777
(128,151,119)
#718569
(113,133,105)
#62735B
(98,115,91)
#53614D
(83,97,77)
#444F3F
(68,79,63)
#353D31
(53,61,49)
#262B23
(38,43,35)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #ADCDA1

#ADCDA1
(173,205,161)
#B4D1A9
(180,209,169)
#BBD5B1
(187,213,177)
#C2D9B9
(194,217,185)
#C9DDC1
(201,221,193)
#D0E1C9
(208,225,201)
#D7E5D1
(215,229,209)
#DEE9D9
(222,233,217)
#E5EDE1
(229,237,225)
#ECF1E9
(236,241,233)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCDA1 color. Also use rgb(173,205,161) instead hex code.

Text Font Color

.myTextColor { color: #ADCDA1; }

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

This text font color is #ADCDA1.


Background Color

.myBgColor { background-color: #ADCDA1; }

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

This div background color is #ADCDA1.


Border color

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

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

This div border color is #ADCDA1.


Opacity

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

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

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

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

This text has shadow with #ADCDA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCDA1 on black background.


Color preview on white background

This text has color #ADCDA1 on white background.



Black color preview on #ADCDA1 background

This text has black color on #ADCDA1 background.


White color preview on #ADCDA1 background

This text has white color on #ADCDA1 background.