COLOR #ADB988

HEX: #ADB988
RGB: (173,185,136)

Renk bilgisi

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

RGB renk modeli

#ADB988 color RGB value is (173,185,136).

  • kırmız ton 173;
  • yeşil ton 185;
  • mavi ton 136.
RGB:
(173,185,136)
(68%,73%,53%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 185 of 255 = 73%
B 136 of 255 = 53%

173
185
136

R + G + B ~ 65%. #ADB988 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 185 + 136 = 494 (100%)
R 173 of 494 ~ 35.02%
G 185 of 494 ~ 37.45%
B 136 of 494 ~ 27.53%

%35.02
%37.45
%27.53

CMYK RENK MODELİ

#ADB988 rengi CMYK tonu (6,0,26,27).

  • camgöbeği tonu 6.49%
  • eflatun tonu 0.00%
  • sarı tonu 26.49%
  • ana renk tonu 27.45%
CMYK:
(6,0,26,27)
C6M0Y26K27 
(6%,0%,26%,27%)
(0.06/0.00/0.26/0.27)	

CMYK yüzdeleri

%6.49
%0
%26.49
%27.45

Codes

Color #ADB988 in popluar color models

ADB988
RGB173185136
HSL75°25.93%62.94%
HSB/HSV75°26.49%72.55%
CMYK6.49%0.00%26.49%
27.45%

Color #ADB988 in popluar number systems.

HEXADB988
Decimal173185136
Binary101011011011100110001000
Octal255271210

Shades and tints

Shades of #ADB988

#ADB988
(173,185,136)
#9EA97C
(158,169,124)
#8F9970
(143,153,112)
#808964
(128,137,100)
#717958
(113,121,88)
#62694C
(98,105,76)
#535940
(83,89,64)
#444934
(68,73,52)
#353928
(53,57,40)
#26291C
(38,41,28)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #ADB988

#ADB988
(173,185,136)
#B4BF92
(180,191,146)
#BBC59C
(187,197,156)
#C2CBA6
(194,203,166)
#C9D1B0
(201,209,176)
#D0D7BA
(208,215,186)
#D7DDC4
(215,221,196)
#DEE3CE
(222,227,206)
#E5E9D8
(229,233,216)
#ECEFE2
(236,239,226)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB988 color. Also use rgb(173,185,136) instead hex code.

Text Font Color

.myTextColor { color: #ADB988; }

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

This text font color is #ADB988.


Background Color

.myBgColor { background-color: #ADB988; }

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

This div background color is #ADB988.


Border color

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

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

This div border color is #ADB988.


Opacity

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

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

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

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

This text has shadow with #ADB988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB988 on black background.


Color preview on white background

This text has color #ADB988 on white background.



Black color preview on #ADB988 background

This text has black color on #ADB988 background.


White color preview on #ADB988 background

This text has white color on #ADB988 background.