COLOR #ADC6B5

HEX: #ADC6B5
RGB: (173,198,181)

Renk bilgisi

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

RGB renk modeli

#ADC6B5 color RGB value is (173,198,181).

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

RGB bağlantıları ve doygunluk

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

173
198
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 198 + 181 = 552 (100%)
R 173 of 552 ~ 31.34%
G 198 of 552 ~ 35.87%
B 181 of 552 ~ 32.79%

%31.34
%35.87
%32.79

CMYK RENK MODELİ

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

  • camgöbeği tonu 12.63%
  • eflatun tonu 0.00%
  • sarı tonu 8.59%
  • 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
%8.59
%22.35

Codes

Color #ADC6B5 in popluar color models

ADC6B5
RGB173198181
HSL139°17.99%72.75%
HSB/HSV139°12.63%77.65%
CMYK12.63%0.00%8.59%
22.35%

Color #ADC6B5 in popluar number systems.

HEXADC6B5
Decimal173198181
Binary101011011100011010110101
Octal255306265

Shades and tints

Shades of #ADC6B5

#ADC6B5
(173,198,181)
#9EB4A5
(158,180,165)
#8FA295
(143,162,149)
#809085
(128,144,133)
#717E75
(113,126,117)
#626C65
(98,108,101)
#535A55
(83,90,85)
#444845
(68,72,69)
#353635
(53,54,53)
#262425
(38,36,37)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #ADC6B5

#ADC6B5
(173,198,181)
#B4CBBB
(180,203,187)
#BBD0C1
(187,208,193)
#C2D5C7
(194,213,199)
#C9DACD
(201,218,205)
#D0DFD3
(208,223,211)
#D7E4D9
(215,228,217)
#DEE9DF
(222,233,223)
#E5EEE5
(229,238,229)
#ECF3EB
(236,243,235)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC6B5; }

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

This text font color is #ADC6B5.


Background Color

.myBgColor { background-color: #ADC6B5; }

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

This div background color is #ADC6B5.


Border color

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

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

This div border color is #ADC6B5.


Opacity

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

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

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

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

This text has shadow with #ADC6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC6B5 on black background.


Color preview on white background

This text has color #ADC6B5 on white background.



Black color preview on #ADC6B5 background

This text has black color on #ADC6B5 background.


White color preview on #ADC6B5 background

This text has white color on #ADC6B5 background.