COLOR #ADC5B8

HEX: #ADC5B8
RGB: (173,197,184)

Renk bilgisi

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

RGB renk modeli

#ADC5B8 color RGB value is (173,197,184).

  • kırmız ton 173;
  • yeşil ton 197;
  • mavi ton 184.
RGB:
(173,197,184)
(68%,77%,72%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 197 of 255 = 77%
B 184 of 255 = 72%

173
197
184

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 197 + 184 = 554 (100%)
R 173 of 554 ~ 31.23%
G 197 of 554 ~ 35.56%
B 184 of 554 ~ 33.21%

%31.23
%35.56
%33.21

CMYK RENK MODELİ

#ADC5B8 rengi CMYK tonu (12,0,7,23).

  • camgöbeği tonu 12.18%
  • eflatun tonu 0.00%
  • sarı tonu 6.60%
  • ana renk tonu 22.75%
CMYK:
(12,0,7,23)
C12M0Y7K23 
(12%,0%,7%,23%)
(0.12/0.00/0.07/0.23)	

CMYK yüzdeleri

%12.18
%0
%6.6
%22.75

Codes

Color #ADC5B8 in popluar color models

ADC5B8
RGB173197184
HSL148°17.14%72.55%
HSB/HSV148°12.18%77.25%
CMYK12.18%0.00%6.60%
22.75%

Color #ADC5B8 in popluar number systems.

HEXADC5B8
Decimal173197184
Binary101011011100010110111000
Octal255305270

Shades and tints

Shades of #ADC5B8

#ADC5B8
(173,197,184)
#9EB4A8
(158,180,168)
#8FA398
(143,163,152)
#809288
(128,146,136)
#718178
(113,129,120)
#627068
(98,112,104)
#535F58
(83,95,88)
#444E48
(68,78,72)
#353D38
(53,61,56)
#262C28
(38,44,40)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #ADC5B8

#ADC5B8
(173,197,184)
#B4CABE
(180,202,190)
#BBCFC4
(187,207,196)
#C2D4CA
(194,212,202)
#C9D9D0
(201,217,208)
#D0DED6
(208,222,214)
#D7E3DC
(215,227,220)
#DEE8E2
(222,232,226)
#E5EDE8
(229,237,232)
#ECF2EE
(236,242,238)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC5B8 color. Also use rgb(173,197,184) instead hex code.

Text Font Color

.myTextColor { color: #ADC5B8; }

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

This text font color is #ADC5B8.


Background Color

.myBgColor { background-color: #ADC5B8; }

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

This div background color is #ADC5B8.


Border color

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

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

This div border color is #ADC5B8.


Opacity

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

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

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

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

This text has shadow with #ADC5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC5B8 on black background.


Color preview on white background

This text has color #ADC5B8 on white background.



Black color preview on #ADC5B8 background

This text has black color on #ADC5B8 background.


White color preview on #ADC5B8 background

This text has white color on #ADC5B8 background.