COLOR #ADC3B3

HEX: #ADC3B3
RGB: (173,195,179)

Renk bilgisi

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

RGB renk modeli

#ADC3B3 color RGB value is (173,195,179).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 195 of 255 = 76%
B 179 of 255 = 70%

173
195
179

R + G + B ~ 71%. #ADC3B3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 195 + 179 = 547 (100%)
R 173 of 547 ~ 31.63%
G 195 of 547 ~ 35.65%
B 179 of 547 ~ 32.72%

%31.63
%35.65
%32.72

CMYK RENK MODELİ

#ADC3B3 rengi CMYK tonu (11,0,8,24).

  • camgöbeği tonu 11.28%
  • eflatun tonu 0.00%
  • sarı tonu 8.21%
  • ana renk tonu 23.53%
CMYK:
(11,0,8,24)
C11M0Y8K24 
(11%,0%,8%,24%)
(0.11/0.00/0.08/0.24)	

CMYK yüzdeleri

%11.28
%0
%8.21
%23.53

Codes

Color #ADC3B3 in popluar color models

ADC3B3
RGB173195179
HSL136°15.49%72.16%
HSB/HSV136°11.28%76.47%
CMYK11.28%0.00%8.21%
23.53%

Color #ADC3B3 in popluar number systems.

HEXADC3B3
Decimal173195179
Binary101011011100001110110011
Octal255303263

Shades and tints

Shades of #ADC3B3

#ADC3B3
(173,195,179)
#9EB2A3
(158,178,163)
#8FA193
(143,161,147)
#809083
(128,144,131)
#717F73
(113,127,115)
#626E63
(98,110,99)
#535D53
(83,93,83)
#444C43
(68,76,67)
#353B33
(53,59,51)
#262A23
(38,42,35)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #ADC3B3

#ADC3B3
(173,195,179)
#B4C8B9
(180,200,185)
#BBCDBF
(187,205,191)
#C2D2C5
(194,210,197)
#C9D7CB
(201,215,203)
#D0DCD1
(208,220,209)
#D7E1D7
(215,225,215)
#DEE6DD
(222,230,221)
#E5EBE3
(229,235,227)
#ECF0E9
(236,240,233)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC3B3; }

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

This text font color is #ADC3B3.


Background Color

.myBgColor { background-color: #ADC3B3; }

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

This div background color is #ADC3B3.


Border color

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

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

This div border color is #ADC3B3.


Opacity

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

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

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

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

This text has shadow with #ADC3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC3B3 on black background.


Color preview on white background

This text has color #ADC3B3 on white background.



Black color preview on #ADC3B3 background

This text has black color on #ADC3B3 background.


White color preview on #ADC3B3 background

This text has white color on #ADC3B3 background.