COLOR #ADC6B4

HEX: #ADC6B4
RGB: (173,198,180)

Renk bilgisi

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

RGB renk modeli

#ADC6B4 color RGB value is (173,198,180).

  • kırmız ton 173;
  • yeşil ton 198;
  • mavi ton 180.
RGB:
(173,198,180)
(68%,78%,71%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 198 of 255 = 78%
B 180 of 255 = 71%

173
198
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 198 + 180 = 551 (100%)
R 173 of 551 ~ 31.4%
G 198 of 551 ~ 35.93%
B 180 of 551 ~ 32.67%

%31.4
%35.93
%32.67

CMYK RENK MODELİ

#ADC6B4 rengi CMYK tonu (13,0,9,22).

  • camgöbeği tonu 12.63%
  • eflatun tonu 0.00%
  • sarı tonu 9.09%
  • ana renk tonu 22.35%
CMYK:
(13,0,9,22)
C13M0Y9K22 
(13%,0%,9%,22%)
(0.13/0.00/0.09/0.22)	

CMYK yüzdeleri

%12.63
%0
%9.09
%22.35

Codes

Color #ADC6B4 in popluar color models

ADC6B4
RGB173198180
HSL137°17.99%72.75%
HSB/HSV137°12.63%77.65%
CMYK12.63%0.00%9.09%
22.35%

Color #ADC6B4 in popluar number systems.

HEXADC6B4
Decimal173198180
Binary101011011100011010110100
Octal255306264

Shades and tints

Shades of #ADC6B4

#ADC6B4
(173,198,180)
#9EB4A4
(158,180,164)
#8FA294
(143,162,148)
#809084
(128,144,132)
#717E74
(113,126,116)
#626C64
(98,108,100)
#535A54
(83,90,84)
#444844
(68,72,68)
#353634
(53,54,52)
#262424
(38,36,36)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #ADC6B4

#ADC6B4
(173,198,180)
#B4CBBA
(180,203,186)
#BBD0C0
(187,208,192)
#C2D5C6
(194,213,198)
#C9DACC
(201,218,204)
#D0DFD2
(208,223,210)
#D7E4D8
(215,228,216)
#DEE9DE
(222,233,222)
#E5EEE4
(229,238,228)
#ECF3EA
(236,243,234)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC6B4 color. Also use rgb(173,198,180) instead hex code.

Text Font Color

.myTextColor { color: #ADC6B4; }

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

This text font color is #ADC6B4.


Background Color

.myBgColor { background-color: #ADC6B4; }

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

This div background color is #ADC6B4.


Border color

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

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

This div border color is #ADC6B4.


Opacity

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

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

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

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

This text has shadow with #ADC6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC6B4 on black background.


Color preview on white background

This text has color #ADC6B4 on white background.



Black color preview on #ADC6B4 background

This text has black color on #ADC6B4 background.


White color preview on #ADC6B4 background

This text has white color on #ADC6B4 background.