COLOR #ADBB78

HEX: #ADBB78
RGB: (173,187,120)

Renk bilgisi

#ADBB78 contains mainly red and green colors. #ADBB78 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ADBB78 color RGB value is (173,187,120).

  • kırmız ton 173;
  • yeşil ton 187;
  • mavi ton 120.
RGB:
(173,187,120)
(68%,73%,47%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 187 of 255 = 73%
B 120 of 255 = 47%

173
187
120

R + G + B ~ 63%. #ADBB78 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 187 + 120 = 480 (100%)
R 173 of 480 ~ 36.04%
G 187 of 480 ~ 38.96%
B 120 of 480 ~ 25%

%36.04
%38.96
%25

CMYK RENK MODELİ

#ADBB78 rengi CMYK tonu (7,0,36,27).

  • camgöbeği tonu 7.49%
  • eflatun tonu 0.00%
  • sarı tonu 35.83%
  • ana renk tonu 26.67%
CMYK:
(7,0,36,27)
C7M0Y36K27 
(7%,0%,36%,27%)
(0.07/0.00/0.36/0.27)	

CMYK yüzdeleri

%7.49
%0
%35.83
%26.67

Codes

Color #ADBB78 in popluar color models

ADBB78
RGB173187120
HSL73°33.00%60.20%
HSB/HSV73°35.83%73.33%
CMYK7.49%0.00%35.83%
26.67%

Color #ADBB78 in popluar number systems.

HEXADBB78
Decimal173187120
Binary10101101101110111111000
Octal255273170

Shades and tints

Shades of #ADBB78

#ADBB78
(173,187,120)
#9EAA6E
(158,170,110)
#8F9964
(143,153,100)
#80885A
(128,136,90)
#717750
(113,119,80)
#626646
(98,102,70)
#53553C
(83,85,60)
#444432
(68,68,50)
#353328
(53,51,40)
#26221E
(38,34,30)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #ADBB78

#ADBB78
(173,187,120)
#B4C184
(180,193,132)
#BBC790
(187,199,144)
#C2CD9C
(194,205,156)
#C9D3A8
(201,211,168)
#D0D9B4
(208,217,180)
#D7DFC0
(215,223,192)
#DEE5CC
(222,229,204)
#E5EBD8
(229,235,216)
#ECF1E4
(236,241,228)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBB78 color. Also use rgb(173,187,120) instead hex code.

Text Font Color

.myTextColor { color: #ADBB78; }

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

This text font color is #ADBB78.


Background Color

.myBgColor { background-color: #ADBB78; }

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

This div background color is #ADBB78.


Border color

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

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

This div border color is #ADBB78.


Opacity

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

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

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

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

This text has shadow with #ADBB78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBB78 on black background.


Color preview on white background

This text has color #ADBB78 on white background.



Black color preview on #ADBB78 background

This text has black color on #ADBB78 background.


White color preview on #ADBB78 background

This text has white color on #ADBB78 background.