COLOR #ABB99D

HEX: #ABB99D
RGB: (171,185,157)

Renk bilgisi

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

RGB renk modeli

#ABB99D color RGB value is (171,185,157).

  • kırmız ton 171;
  • yeşil ton 185;
  • mavi ton 157.
RGB:
(171,185,157)
(67%,73%,62%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 185 of 255 = 73%
B 157 of 255 = 62%

171
185
157

R + G + B ~ 67%. #ABB99D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 185 + 157 = 513 (100%)
R 171 of 513 ~ 33.33%
G 185 of 513 ~ 36.06%
B 157 of 513 ~ 30.6%

%33.33
%36.06
%30.6

CMYK RENK MODELİ

#ABB99D rengi CMYK tonu (8,0,15,27).

  • camgöbeği tonu 7.57%
  • eflatun tonu 0.00%
  • sarı tonu 15.14%
  • ana renk tonu 27.45%
CMYK:
(8,0,15,27)
C8M0Y15K27 
(8%,0%,15%,27%)
(0.08/0.00/0.15/0.27)	

CMYK yüzdeleri

%7.57
%0
%15.14
%27.45

Codes

Color #ABB99D in popluar color models

ABB99D
RGB171185157
HSL90°16.67%67.06%
HSB/HSV90°15.14%72.55%
CMYK7.57%0.00%15.14%
27.45%

Color #ABB99D in popluar number systems.

HEXABB99D
Decimal171185157
Binary101010111011100110011101
Octal253271235

Shades and tints

Shades of #ABB99D

#ABB99D
(171,185,157)
#9CA98F
(156,169,143)
#8D9981
(141,153,129)
#7E8973
(126,137,115)
#6F7965
(111,121,101)
#606957
(96,105,87)
#515949
(81,89,73)
#42493B
(66,73,59)
#33392D
(51,57,45)
#24291F
(36,41,31)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #ABB99D

#ABB99D
(171,185,157)
#B2BFA5
(178,191,165)
#B9C5AD
(185,197,173)
#C0CBB5
(192,203,181)
#C7D1BD
(199,209,189)
#CED7C5
(206,215,197)
#D5DDCD
(213,221,205)
#DCE3D5
(220,227,213)
#E3E9DD
(227,233,221)
#EAEFE5
(234,239,229)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB99D color. Also use rgb(171,185,157) instead hex code.

Text Font Color

.myTextColor { color: #ABB99D; }

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

This text font color is #ABB99D.


Background Color

.myBgColor { background-color: #ABB99D; }

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

This div background color is #ABB99D.


Border color

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

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

This div border color is #ABB99D.


Opacity

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

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

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

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

This text has shadow with #ABB99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB99D on black background.


Color preview on white background

This text has color #ABB99D on white background.



Black color preview on #ABB99D background

This text has black color on #ABB99D background.


White color preview on #ABB99D background

This text has white color on #ABB99D background.