COLOR #ABB47D

HEX: #ABB47D
RGB: (171,180,125)

Renk bilgisi

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

RGB renk modeli

#ABB47D color RGB value is (171,180,125).

  • kırmız ton 171;
  • yeşil ton 180;
  • mavi ton 125.
RGB:
(171,180,125)
(67%,71%,49%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 180 of 255 = 71%
B 125 of 255 = 49%

171
180
125

R + G + B ~ 62%. #ABB47D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 180 + 125 = 476 (100%)
R 171 of 476 ~ 35.92%
G 180 of 476 ~ 37.82%
B 125 of 476 ~ 26.26%

%35.92
%37.82
%26.26

CMYK RENK MODELİ

#ABB47D rengi CMYK tonu (5,0,31,29).

  • camgöbeği tonu 5.00%
  • eflatun tonu 0.00%
  • sarı tonu 30.56%
  • ana renk tonu 29.41%
CMYK:
(5,0,31,29)
C5M0Y31K29 
(5%,0%,31%,29%)
(0.05/0.00/0.31/0.29)	

CMYK yüzdeleri

%5
%0
%30.56
%29.41

Codes

Color #ABB47D in popluar color models

ABB47D
RGB171180125
HSL70°26.83%59.80%
HSB/HSV70°30.56%70.59%
CMYK5.00%0.00%30.56%
29.41%

Color #ABB47D in popluar number systems.

HEXABB47D
Decimal171180125
Binary10101011101101001111101
Octal253264175

Shades and tints

Shades of #ABB47D

#ABB47D
(171,180,125)
#9CA472
(156,164,114)
#8D9467
(141,148,103)
#7E845C
(126,132,92)
#6F7451
(111,116,81)
#606446
(96,100,70)
#51543B
(81,84,59)
#424430
(66,68,48)
#333425
(51,52,37)
#24241A
(36,36,26)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #ABB47D

#ABB47D
(171,180,125)
#B2BA88
(178,186,136)
#B9C093
(185,192,147)
#C0C69E
(192,198,158)
#C7CCA9
(199,204,169)
#CED2B4
(206,210,180)
#D5D8BF
(213,216,191)
#DCDECA
(220,222,202)
#E3E4D5
(227,228,213)
#EAEAE0
(234,234,224)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB47D color. Also use rgb(171,180,125) instead hex code.

Text Font Color

.myTextColor { color: #ABB47D; }

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

This text font color is #ABB47D.


Background Color

.myBgColor { background-color: #ABB47D; }

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

This div background color is #ABB47D.


Border color

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

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

This div border color is #ABB47D.


Opacity

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

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

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

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

This text has shadow with #ABB47D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB47D on black background.


Color preview on white background

This text has color #ABB47D on white background.



Black color preview on #ABB47D background

This text has black color on #ABB47D background.


White color preview on #ABB47D background

This text has white color on #ABB47D background.