COLOR #ADC2B6

HEX: #ADC2B6
RGB: (173,194,182)

Renk bilgisi

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

RGB renk modeli

#ADC2B6 color RGB value is (173,194,182).

  • kırmız ton 173;
  • yeşil ton 194;
  • mavi ton 182.
RGB:
(173,194,182)
(68%,76%,71%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 194 of 255 = 76%
B 182 of 255 = 71%

173
194
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 194 + 182 = 549 (100%)
R 173 of 549 ~ 31.51%
G 194 of 549 ~ 35.34%
B 182 of 549 ~ 33.15%

%31.51
%35.34
%33.15

CMYK RENK MODELİ

#ADC2B6 rengi CMYK tonu (11,0,6,24).

  • camgöbeği tonu 10.82%
  • eflatun tonu 0.00%
  • sarı tonu 6.19%
  • ana renk tonu 23.92%
CMYK:
(11,0,6,24)
C11M0Y6K24 
(11%,0%,6%,24%)
(0.11/0.00/0.06/0.24)	

CMYK yüzdeleri

%10.82
%0
%6.19
%23.92

Codes

Color #ADC2B6 in popluar color models

ADC2B6
RGB173194182
HSL146°14.69%71.96%
HSB/HSV146°10.82%76.08%
CMYK10.82%0.00%6.19%
23.92%

Color #ADC2B6 in popluar number systems.

HEXADC2B6
Decimal173194182
Binary101011011100001010110110
Octal255302266

Shades and tints

Shades of #ADC2B6

#ADC2B6
(173,194,182)
#9EB1A6
(158,177,166)
#8FA096
(143,160,150)
#808F86
(128,143,134)
#717E76
(113,126,118)
#626D66
(98,109,102)
#535C56
(83,92,86)
#444B46
(68,75,70)
#353A36
(53,58,54)
#262926
(38,41,38)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #ADC2B6

#ADC2B6
(173,194,182)
#B4C7BC
(180,199,188)
#BBCCC2
(187,204,194)
#C2D1C8
(194,209,200)
#C9D6CE
(201,214,206)
#D0DBD4
(208,219,212)
#D7E0DA
(215,224,218)
#DEE5E0
(222,229,224)
#E5EAE6
(229,234,230)
#ECEFEC
(236,239,236)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC2B6 color. Also use rgb(173,194,182) instead hex code.

Text Font Color

.myTextColor { color: #ADC2B6; }

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

This text font color is #ADC2B6.


Background Color

.myBgColor { background-color: #ADC2B6; }

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

This div background color is #ADC2B6.


Border color

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

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

This div border color is #ADC2B6.


Opacity

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

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

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

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

This text has shadow with #ADC2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC2B6 on black background.


Color preview on white background

This text has color #ADC2B6 on white background.



Black color preview on #ADC2B6 background

This text has black color on #ADC2B6 background.


White color preview on #ADC2B6 background

This text has white color on #ADC2B6 background.