COLOR #ADC4B0

HEX: #ADC4B0
RGB: (173,196,176)

Renk bilgisi

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

RGB renk modeli

#ADC4B0 color RGB value is (173,196,176).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 196 of 255 = 77%
B 176 of 255 = 69%

173
196
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 196 + 176 = 545 (100%)
R 173 of 545 ~ 31.74%
G 196 of 545 ~ 35.96%
B 176 of 545 ~ 32.29%

%31.74
%35.96
%32.29

CMYK RENK MODELİ

#ADC4B0 rengi CMYK tonu (12,0,10,23).

  • camgöbeği tonu 11.73%
  • eflatun tonu 0.00%
  • sarı tonu 10.20%
  • ana renk tonu 23.14%
CMYK:
(12,0,10,23)
C12M0Y10K23 
(12%,0%,10%,23%)
(0.12/0.00/0.10/0.23)	

CMYK yüzdeleri

%11.73
%0
%10.2
%23.14

Codes

Color #ADC4B0 in popluar color models

ADC4B0
RGB173196176
HSL128°16.31%72.35%
HSB/HSV128°11.73%76.86%
CMYK11.73%0.00%10.20%
23.14%

Color #ADC4B0 in popluar number systems.

HEXADC4B0
Decimal173196176
Binary101011011100010010110000
Octal255304260

Shades and tints

Shades of #ADC4B0

#ADC4B0
(173,196,176)
#9EB3A0
(158,179,160)
#8FA290
(143,162,144)
#809180
(128,145,128)
#718070
(113,128,112)
#626F60
(98,111,96)
#535E50
(83,94,80)
#444D40
(68,77,64)
#353C30
(53,60,48)
#262B20
(38,43,32)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #ADC4B0

#ADC4B0
(173,196,176)
#B4C9B7
(180,201,183)
#BBCEBE
(187,206,190)
#C2D3C5
(194,211,197)
#C9D8CC
(201,216,204)
#D0DDD3
(208,221,211)
#D7E2DA
(215,226,218)
#DEE7E1
(222,231,225)
#E5ECE8
(229,236,232)
#ECF1EF
(236,241,239)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC4B0; }

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

This text font color is #ADC4B0.


Background Color

.myBgColor { background-color: #ADC4B0; }

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

This div background color is #ADC4B0.


Border color

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

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

This div border color is #ADC4B0.


Opacity

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

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

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

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

This text has shadow with #ADC4B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC4B0 on black background.


Color preview on white background

This text has color #ADC4B0 on white background.



Black color preview on #ADC4B0 background

This text has black color on #ADC4B0 background.


White color preview on #ADC4B0 background

This text has white color on #ADC4B0 background.