COLOR #ADC8AB

HEX: #ADC8AB
RGB: (173,200,171)

Renk bilgisi

#ADC8AB contains red, green and blue colors in about the same proportion. #ADC8AB ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADC8AB color RGB value is (173,200,171).

  • kırmız ton 173;
  • yeşil ton 200;
  • mavi ton 171.
RGB:
(173,200,171)
(68%,78%,67%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 200 of 255 = 78%
B 171 of 255 = 67%

173
200
171

R + G + B ~ 71%. #ADC8AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 200 + 171 = 544 (100%)
R 173 of 544 ~ 31.8%
G 200 of 544 ~ 36.76%
B 171 of 544 ~ 31.43%

%31.8
%36.76
%31.43

CMYK RENK MODELİ

#ADC8AB rengi CMYK tonu (14,0,15,22).

  • camgöbeği tonu 13.50%
  • eflatun tonu 0.00%
  • sarı tonu 14.50%
  • ana renk tonu 21.57%
CMYK:
(14,0,15,22)
C14M0Y15K22 
(14%,0%,15%,22%)
(0.14/0.00/0.15/0.22)	

CMYK yüzdeleri

%13.5
%0
%14.5
%21.57

Codes

Color #ADC8AB in popluar color models

ADC8AB
RGB173200171
HSL116°20.86%72.75%
HSB/HSV116°14.50%78.43%
CMYK13.50%0.00%14.50%
21.57%

Color #ADC8AB in popluar number systems.

HEXADC8AB
Decimal173200171
Binary101011011100100010101011
Octal255310253

Shades and tints

Shades of #ADC8AB

#ADC8AB
(173,200,171)
#9EB69C
(158,182,156)
#8FA48D
(143,164,141)
#80927E
(128,146,126)
#71806F
(113,128,111)
#626E60
(98,110,96)
#535C51
(83,92,81)
#444A42
(68,74,66)
#353833
(53,56,51)
#262624
(38,38,36)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #ADC8AB

#ADC8AB
(173,200,171)
#B4CDB2
(180,205,178)
#BBD2B9
(187,210,185)
#C2D7C0
(194,215,192)
#C9DCC7
(201,220,199)
#D0E1CE
(208,225,206)
#D7E6D5
(215,230,213)
#DEEBDC
(222,235,220)
#E5F0E3
(229,240,227)
#ECF5EA
(236,245,234)
#F3FAF1
(243,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC8AB color. Also use rgb(173,200,171) instead hex code.

Text Font Color

.myTextColor { color: #ADC8AB; }

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

This text font color is #ADC8AB.


Background Color

.myBgColor { background-color: #ADC8AB; }

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

This div background color is #ADC8AB.


Border color

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

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

This div border color is #ADC8AB.


Opacity

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

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

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

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

This text has shadow with #ADC8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC8AB on black background.


Color preview on white background

This text has color #ADC8AB on white background.



Black color preview on #ADC8AB background

This text has black color on #ADC8AB background.


White color preview on #ADC8AB background

This text has white color on #ADC8AB background.