COLOR #ADC4AB

HEX: #ADC4AB
RGB: (173,196,171)

Renk bilgisi

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

RGB renk modeli

#ADC4AB color RGB value is (173,196,171).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 196 of 255 = 77%
B 171 of 255 = 67%

173
196
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 196 + 171 = 540 (100%)
R 173 of 540 ~ 32.04%
G 196 of 540 ~ 36.3%
B 171 of 540 ~ 31.67%

%32.04
%36.3
%31.67

CMYK RENK MODELİ

#ADC4AB rengi CMYK tonu (12,0,13,23).

  • camgöbeği tonu 11.73%
  • eflatun tonu 0.00%
  • sarı tonu 12.76%
  • ana renk tonu 23.14%
CMYK:
(12,0,13,23)
C12M0Y13K23 
(12%,0%,13%,23%)
(0.12/0.00/0.13/0.23)	

CMYK yüzdeleri

%11.73
%0
%12.76
%23.14

Codes

Color #ADC4AB in popluar color models

ADC4AB
RGB173196171
HSL115°17.48%71.96%
HSB/HSV115°12.76%76.86%
CMYK11.73%0.00%12.76%
23.14%

Color #ADC4AB in popluar number systems.

HEXADC4AB
Decimal173196171
Binary101011011100010010101011
Octal255304253

Shades and tints

Shades of #ADC4AB

#ADC4AB
(173,196,171)
#9EB39C
(158,179,156)
#8FA28D
(143,162,141)
#80917E
(128,145,126)
#71806F
(113,128,111)
#626F60
(98,111,96)
#535E51
(83,94,81)
#444D42
(68,77,66)
#353C33
(53,60,51)
#262B24
(38,43,36)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #ADC4AB

#ADC4AB
(173,196,171)
#B4C9B2
(180,201,178)
#BBCEB9
(187,206,185)
#C2D3C0
(194,211,192)
#C9D8C7
(201,216,199)
#D0DDCE
(208,221,206)
#D7E2D5
(215,226,213)
#DEE7DC
(222,231,220)
#E5ECE3
(229,236,227)
#ECF1EA
(236,241,234)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC4AB; }

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

This text font color is #ADC4AB.


Background Color

.myBgColor { background-color: #ADC4AB; }

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

This div background color is #ADC4AB.


Border color

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

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

This div border color is #ADC4AB.


Opacity

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

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

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

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

This text has shadow with #ADC4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC4AB on black background.


Color preview on white background

This text has color #ADC4AB on white background.



Black color preview on #ADC4AB background

This text has black color on #ADC4AB background.


White color preview on #ADC4AB background

This text has white color on #ADC4AB background.