COLOR #ADC4BB

HEX: #ADC4BB
RGB: (173,196,187)

Renk bilgisi

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

RGB renk modeli

#ADC4BB color RGB value is (173,196,187).

  • kırmız ton 173;
  • yeşil ton 196;
  • mavi ton 187.
RGB:
(173,196,187)
(68%,77%,73%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 196 of 255 = 77%
B 187 of 255 = 73%

173
196
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 196 + 187 = 556 (100%)
R 173 of 556 ~ 31.12%
G 196 of 556 ~ 35.25%
B 187 of 556 ~ 33.63%

%31.12
%35.25
%33.63

CMYK RENK MODELİ

#ADC4BB rengi CMYK tonu (12,0,5,23).

  • camgöbeği tonu 11.73%
  • eflatun tonu 0.00%
  • sarı tonu 4.59%
  • ana renk tonu 23.14%
CMYK:
(12,0,5,23)
C12M0Y5K23 
(12%,0%,5%,23%)
(0.12/0.00/0.05/0.23)	

CMYK yüzdeleri

%11.73
%0
%4.59
%23.14

Codes

Color #ADC4BB in popluar color models

ADC4BB
RGB173196187
HSL157°16.31%72.35%
HSB/HSV157°11.73%76.86%
CMYK11.73%0.00%4.59%
23.14%

Color #ADC4BB in popluar number systems.

HEXADC4BB
Decimal173196187
Binary101011011100010010111011
Octal255304273

Shades and tints

Shades of #ADC4BB

#ADC4BB
(173,196,187)
#9EB3AA
(158,179,170)
#8FA299
(143,162,153)
#809188
(128,145,136)
#718077
(113,128,119)
#626F66
(98,111,102)
#535E55
(83,94,85)
#444D44
(68,77,68)
#353C33
(53,60,51)
#262B22
(38,43,34)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #ADC4BB

#ADC4BB
(173,196,187)
#B4C9C1
(180,201,193)
#BBCEC7
(187,206,199)
#C2D3CD
(194,211,205)
#C9D8D3
(201,216,211)
#D0DDD9
(208,221,217)
#D7E2DF
(215,226,223)
#DEE7E5
(222,231,229)
#E5ECEB
(229,236,235)
#ECF1F1
(236,241,241)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC4BB color. Also use rgb(173,196,187) instead hex code.

Text Font Color

.myTextColor { color: #ADC4BB; }

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

This text font color is #ADC4BB.


Background Color

.myBgColor { background-color: #ADC4BB; }

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

This div background color is #ADC4BB.


Border color

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

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

This div border color is #ADC4BB.


Opacity

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

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

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

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

This text has shadow with #ADC4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC4BB on black background.


Color preview on white background

This text has color #ADC4BB on white background.



Black color preview on #ADC4BB background

This text has black color on #ADC4BB background.


White color preview on #ADC4BB background

This text has white color on #ADC4BB background.