COLOR #ADC3BB

HEX: #ADC3BB
RGB: (173,195,187)

Renk bilgisi

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

RGB renk modeli

#ADC3BB color RGB value is (173,195,187).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 195 of 255 = 76%
B 187 of 255 = 73%

173
195
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 195 + 187 = 555 (100%)
R 173 of 555 ~ 31.17%
G 195 of 555 ~ 35.14%
B 187 of 555 ~ 33.69%

%31.17
%35.14
%33.69

CMYK RENK MODELİ

#ADC3BB rengi CMYK tonu (11,0,4,24).

  • camgöbeği tonu 11.28%
  • eflatun tonu 0.00%
  • sarı tonu 4.10%
  • ana renk tonu 23.53%
CMYK:
(11,0,4,24)
C11M0Y4K24 
(11%,0%,4%,24%)
(0.11/0.00/0.04/0.24)	

CMYK yüzdeleri

%11.28
%0
%4.1
%23.53

Codes

Color #ADC3BB in popluar color models

ADC3BB
RGB173195187
HSL158°15.49%72.16%
HSB/HSV158°11.28%76.47%
CMYK11.28%0.00%4.10%
23.53%

Color #ADC3BB in popluar number systems.

HEXADC3BB
Decimal173195187
Binary101011011100001110111011
Octal255303273

Shades and tints

Shades of #ADC3BB

#ADC3BB
(173,195,187)
#9EB2AA
(158,178,170)
#8FA199
(143,161,153)
#809088
(128,144,136)
#717F77
(113,127,119)
#626E66
(98,110,102)
#535D55
(83,93,85)
#444C44
(68,76,68)
#353B33
(53,59,51)
#262A22
(38,42,34)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #ADC3BB

#ADC3BB
(173,195,187)
#B4C8C1
(180,200,193)
#BBCDC7
(187,205,199)
#C2D2CD
(194,210,205)
#C9D7D3
(201,215,211)
#D0DCD9
(208,220,217)
#D7E1DF
(215,225,223)
#DEE6E5
(222,230,229)
#E5EBEB
(229,235,235)
#ECF0F1
(236,240,241)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC3BB; }

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

This text font color is #ADC3BB.


Background Color

.myBgColor { background-color: #ADC3BB; }

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

This div background color is #ADC3BB.


Border color

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

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

This div border color is #ADC3BB.


Opacity

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

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

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

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

This text has shadow with #ADC3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC3BB on black background.


Color preview on white background

This text has color #ADC3BB on white background.



Black color preview on #ADC3BB background

This text has black color on #ADC3BB background.


White color preview on #ADC3BB background

This text has white color on #ADC3BB background.