COLOR #ADCDB1

HEX: #ADCDB1 RGB: (173,205,177)

Color info

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

RGB color model

#ADCDB1 color RGB value is (173,205,177).

RGB: (173,205,177) (68%, 80%, 69%)

RGB channels and saturation

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

173
205
177

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

Portions of RGB colors in percentages

R + G + B = 173 + 205 + 177 = 555 (100%)
R 173 of 555 ~ 31.17%
G 205 of 555 ~ 36.94%
B 177 of 555 ~ 31.89'%

%31.17
%36.94
%31.89

CMYK color model

#ADCDB1 color CMYK value is (16,0,14,20).

  • cyan value is 15.61%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 19.61%
CMYK: (16,0,14,20) C16M0Y14K20 (16%,0%,14%,20%) (0.16/0.00/0.14/0.20) 

CMYK percentages

%15.61
%0
%13.66
%19.61

Codes

Color #ADCDB1 in popluar color models

AD CD B1
RGB 173 205 177
HSL 128° 24.24% 74.12%
HSB/HSV 128° 15.61% 80.39%
CMYK 15.61% 0.00% 13.66%
19.61%

Color #ADCDB1 in popluar number systems.

HEX AD CD B1
Decimal 173 205 177
Binary 10101101 11001101 10110001
Octal 255 315 261

Shades and tints

Shades of #ADCDB1

#ADCDB1
(173,205,177)
#9EBBA1
(158,187,161)
#8FA991
(143,169,145)
#809781
(128,151,129)
#718571
(113,133,113)
#627361
(98,115,97)
#536151
(83,97,81)
#444F41
(68,79,65)
#353D31
(53,61,49)
#262B21
(38,43,33)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #ADCDB1

#ADCDB1
(173,205,177)
#B4D1B8
(180,209,184)
#BBD5BF
(187,213,191)
#C2D9C6
(194,217,198)
#C9DDCD
(201,221,205)
#D0E1D4
(208,225,212)
#D7E5DB
(215,229,219)
#DEE9E2
(222,233,226)
#E5EDE9
(229,237,233)
#ECF1F0
(236,241,240)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCDB1; }

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

This text font color is #ADCDB1.

Background Color

.myBgColor { background-color: #ADCDB1; }

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

This div background color is #ADCDB1.

Border color

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

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

This div border color is #ADCDB1.

Opacity

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

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

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

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

This text has shadow with #ADCDB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCDB1.

Preview

Color preview on black background

This text has color #ADCDB1 on black background.


Color preview on white background

This text has color #ADCDB1 on white background.


Black color preview on #ADCDB1 background

This text has black color on #ADCDB1 background.


White color preview on #ADCDB1 background

This text has white color on #ADCDB1 background.


Related colors

Complementary color

Complementary color for #hex is #52324E.


I love getcolorcode.com

Triadic colors

1 #B1ADCD and #CDB1AD with #ADCDB1 are triadic colors.

2 #B1CDAD and #CDADB1 with #ADCDB1 are triadic colors.