COLOR #ADBE8A

HEX: #ADBE8A
RGB: (173,190,138)

Renk bilgisi

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

RGB renk modeli

#ADBE8A color RGB value is (173,190,138).

  • kırmız ton 173;
  • yeşil ton 190;
  • mavi ton 138.
RGB:
(173,190,138)
(68%,75%,54%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 190 of 255 = 75%
B 138 of 255 = 54%

173
190
138

R + G + B ~ 66%. #ADBE8A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 190 + 138 = 501 (100%)
R 173 of 501 ~ 34.53%
G 190 of 501 ~ 37.92%
B 138 of 501 ~ 27.54%

%34.53
%37.92
%27.54

CMYK RENK MODELİ

#ADBE8A rengi CMYK tonu (9,0,27,25).

  • camgöbeği tonu 8.95%
  • eflatun tonu 0.00%
  • sarı tonu 27.37%
  • ana renk tonu 25.49%
CMYK:
(9,0,27,25)
C9M0Y27K25 
(9%,0%,27%,25%)
(0.09/0.00/0.27/0.25)	

CMYK yüzdeleri

%8.95
%0
%27.37
%25.49

Codes

Color #ADBE8A in popluar color models

ADBE8A
RGB173190138
HSL80°28.57%64.31%
HSB/HSV80°27.37%74.51%
CMYK8.95%0.00%27.37%
25.49%

Color #ADBE8A in popluar number systems.

HEXADBE8A
Decimal173190138
Binary101011011011111010001010
Octal255276212

Shades and tints

Shades of #ADBE8A

#ADBE8A
(173,190,138)
#9EAD7E
(158,173,126)
#8F9C72
(143,156,114)
#808B66
(128,139,102)
#717A5A
(113,122,90)
#62694E
(98,105,78)
#535842
(83,88,66)
#444736
(68,71,54)
#35362A
(53,54,42)
#26251E
(38,37,30)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #ADBE8A

#ADBE8A
(173,190,138)
#B4C394
(180,195,148)
#BBC89E
(187,200,158)
#C2CDA8
(194,205,168)
#C9D2B2
(201,210,178)
#D0D7BC
(208,215,188)
#D7DCC6
(215,220,198)
#DEE1D0
(222,225,208)
#E5E6DA
(229,230,218)
#ECEBE4
(236,235,228)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBE8A color. Also use rgb(173,190,138) instead hex code.

Text Font Color

.myTextColor { color: #ADBE8A; }

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

This text font color is #ADBE8A.


Background Color

.myBgColor { background-color: #ADBE8A; }

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

This div background color is #ADBE8A.


Border color

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

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

This div border color is #ADBE8A.


Opacity

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

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

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

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

This text has shadow with #ADBE8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBE8A on black background.


Color preview on white background

This text has color #ADBE8A on white background.



Black color preview on #ADBE8A background

This text has black color on #ADBE8A background.


White color preview on #ADBE8A background

This text has white color on #ADBE8A background.