COLOR #ADC8B0

HEX: #ADC8B0
RGB: (173,200,176)

Renk bilgisi

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

RGB renk modeli

#ADC8B0 color RGB value is (173,200,176).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 200 of 255 = 78%
B 176 of 255 = 69%

173
200
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 200 + 176 = 549 (100%)
R 173 of 549 ~ 31.51%
G 200 of 549 ~ 36.43%
B 176 of 549 ~ 32.06%

%31.51
%36.43
%32.06

CMYK RENK MODELİ

#ADC8B0 rengi CMYK tonu (14,0,12,22).

  • camgöbeği tonu 13.50%
  • eflatun tonu 0.00%
  • sarı tonu 12.00%
  • ana renk tonu 21.57%
CMYK:
(14,0,12,22)
C14M0Y12K22 
(14%,0%,12%,22%)
(0.14/0.00/0.12/0.22)	

CMYK yüzdeleri

%13.5
%0
%12
%21.57

Codes

Color #ADC8B0 in popluar color models

ADC8B0
RGB173200176
HSL127°19.71%73.14%
HSB/HSV127°13.50%78.43%
CMYK13.50%0.00%12.00%
21.57%

Color #ADC8B0 in popluar number systems.

HEXADC8B0
Decimal173200176
Binary101011011100100010110000
Octal255310260

Shades and tints

Shades of #ADC8B0

#ADC8B0
(173,200,176)
#9EB6A0
(158,182,160)
#8FA490
(143,164,144)
#809280
(128,146,128)
#718070
(113,128,112)
#626E60
(98,110,96)
#535C50
(83,92,80)
#444A40
(68,74,64)
#353830
(53,56,48)
#262620
(38,38,32)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #ADC8B0

#ADC8B0
(173,200,176)
#B4CDB7
(180,205,183)
#BBD2BE
(187,210,190)
#C2D7C5
(194,215,197)
#C9DCCC
(201,220,204)
#D0E1D3
(208,225,211)
#D7E6DA
(215,230,218)
#DEEBE1
(222,235,225)
#E5F0E8
(229,240,232)
#ECF5EF
(236,245,239)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC8B0; }

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

This text font color is #ADC8B0.


Background Color

.myBgColor { background-color: #ADC8B0; }

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

This div background color is #ADC8B0.


Border color

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

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

This div border color is #ADC8B0.


Opacity

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

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

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

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

This text has shadow with #ADC8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC8B0 on black background.


Color preview on white background

This text has color #ADC8B0 on white background.



Black color preview on #ADC8B0 background

This text has black color on #ADC8B0 background.


White color preview on #ADC8B0 background

This text has white color on #ADC8B0 background.