COLOR #ADC5BE

HEX: #ADC5BE
RGB: (173,197,190)

Renk bilgisi

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

RGB renk modeli

#ADC5BE color RGB value is (173,197,190).

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

RGB bağlantıları ve doygunluk

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

173
197
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 197 + 190 = 560 (100%)
R 173 of 560 ~ 30.89%
G 197 of 560 ~ 35.18%
B 190 of 560 ~ 33.93%

%30.89
%35.18
%33.93

CMYK RENK MODELİ

#ADC5BE rengi CMYK tonu (12,0,4,23).

  • camgöbeği tonu 12.18%
  • eflatun tonu 0.00%
  • sarı tonu 3.55%
  • ana renk tonu 22.75%
CMYK:
(12,0,4,23)
C12M0Y4K23 
(12%,0%,4%,23%)
(0.12/0.00/0.04/0.23)	

CMYK yüzdeleri

%12.18
%0
%3.55
%22.75

Codes

Color #ADC5BE in popluar color models

ADC5BE
RGB173197190
HSL163°17.14%72.55%
HSB/HSV163°12.18%77.25%
CMYK12.18%0.00%3.55%
22.75%

Color #ADC5BE in popluar number systems.

HEXADC5BE
Decimal173197190
Binary101011011100010110111110
Octal255305276

Shades and tints

Shades of #ADC5BE

#ADC5BE
(173,197,190)
#9EB4AD
(158,180,173)
#8FA39C
(143,163,156)
#80928B
(128,146,139)
#71817A
(113,129,122)
#627069
(98,112,105)
#535F58
(83,95,88)
#444E47
(68,78,71)
#353D36
(53,61,54)
#262C25
(38,44,37)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #ADC5BE

#ADC5BE
(173,197,190)
#B4CAC3
(180,202,195)
#BBCFC8
(187,207,200)
#C2D4CD
(194,212,205)
#C9D9D2
(201,217,210)
#D0DED7
(208,222,215)
#D7E3DC
(215,227,220)
#DEE8E1
(222,232,225)
#E5EDE6
(229,237,230)
#ECF2EB
(236,242,235)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC5BE; }

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

This text font color is #ADC5BE.


Background Color

.myBgColor { background-color: #ADC5BE; }

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

This div background color is #ADC5BE.


Border color

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

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

This div border color is #ADC5BE.


Opacity

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

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

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

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

This text has shadow with #ADC5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC5BE on black background.


Color preview on white background

This text has color #ADC5BE on white background.



Black color preview on #ADC5BE background

This text has black color on #ADC5BE background.


White color preview on #ADC5BE background

This text has white color on #ADC5BE background.