COLOR #ADC4BE

HEX: #ADC4BE RGB: (173,196,190)

Color info

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

RGB color model

#ADC4BE color RGB value is (173,196,190).

RGB: (173,196,190) (68%, 77%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 196 of 255 = 77%
B 190 of 255 = 75%

173
196
190

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

Portions of RGB colors in percentages

R + G + B = 173 + 196 + 190 = 559 (100%)
R 173 of 559 ~ 30.95%
G 196 of 559 ~ 35.06%
B 190 of 559 ~ 33.99'%

%30.95
%35.06
%33.99

CMYK color model

#ADC4BE color CMYK value is (12,0,3,23).

  • cyan value is 11.73%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 23.14%

CMYK: (12,0,3,23)
C12M0Y3K23 (12%, 0%, 3%, 23%)
(0.12 / 0.00 / 0.03 / 0.23)

CMYK percentages

%11.73
%0
%3.06
%23.14

Codes

Color #ADC4BE in popluar color models

AD C4 BE
RGB 173 196 190
HSL 164° 16.31% 72.35%
HSB/HSV 164° 11.73% 76.86%
CMYK 11.73% 0.00% 3.06%
23.14%

Color #ADC4BE in popluar number systems.

HEX AD C4 BE
Decimal 173 196 190
Binary 10101101 11000100 10111110
Octal 255 304 276

Shades and tints

Shades of #ADC4BE

#ADC4BE
(173,196,190)
#9EB3AD
(158,179,173)
#8FA29C
(143,162,156)
#80918B
(128,145,139)
#71807A
(113,128,122)
#626F69
(98,111,105)
#535E58
(83,94,88)
#444D47
(68,77,71)
#353C36
(53,60,54)
#262B25
(38,43,37)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #ADC4BE

#ADC4BE
(173,196,190)
#B4C9C3
(180,201,195)
#BBCEC8
(187,206,200)
#C2D3CD
(194,211,205)
#C9D8D2
(201,216,210)
#D0DDD7
(208,221,215)
#D7E2DC
(215,226,220)
#DEE7E1
(222,231,225)
#E5ECE6
(229,236,230)
#ECF1EB
(236,241,235)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC4BE color. Also use rgb(173,196,190) instead hex code.

Text Font Color

.myTextColor { color: #ADC4BE; }

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

This text font color is #ADC4BE.

Background Color

.myBgColor { background-color: #ADC4BE; }

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

This div background color is #ADC4BE.

Border color

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

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

This div border color is #ADC4BE.

Opacity

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

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

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

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

This text has shadow with #ADC4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC4BE.

Preview

Color preview on black background

This text has color #ADC4BE on black background.


Color preview on white background

This text has color #ADC4BE on white background.


Black color preview on #ADC4BE background

This text has black color on #ADC4BE background.


White color preview on #ADC4BE background

This text has white color on #ADC4BE background.


Related colors

Complementary color

Complementary color for #hex is #523B41.


I love getcolorcode.com

Triadic colors

1 #BEADC4 and #C4BEAD with #ADC4BE are triadic colors.

2 #BEC4AD and #C4ADBE with #ADC4BE are triadic colors.