COLOR #ABB199

HEX: #ABB199
RGB: (171,177,153)

Renk bilgisi

#ABB199 contains red, green and blue colors in about the same proportion. #ABB199 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#ABB199 color RGB value is (171,177,153).

  • kırmız ton 171;
  • yeşil ton 177;
  • mavi ton 153.
RGB:
(171,177,153)
(67%,69%,60%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 177 of 255 = 69%
B 153 of 255 = 60%

171
177
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 177 + 153 = 501 (100%)
R 171 of 501 ~ 34.13%
G 177 of 501 ~ 35.33%
B 153 of 501 ~ 30.54%

%34.13
%35.33
%30.54

CMYK RENK MODELİ

#ABB199 rengi CMYK tonu (3,0,14,31).

  • camgöbeği tonu 3.39%
  • eflatun tonu 0.00%
  • sarı tonu 13.56%
  • ana renk tonu 30.59%
CMYK:
(3,0,14,31)
C3M0Y14K31 
(3%,0%,14%,31%)
(0.03/0.00/0.14/0.31)	

CMYK yüzdeleri

%3.39
%0
%13.56
%30.59

Codes

Color #ABB199 in popluar color models

ABB199
RGB171177153
HSL75°13.33%64.71%
HSB/HSV75°13.56%69.41%
CMYK3.39%0.00%13.56%
30.59%

Color #ABB199 in popluar number systems.

HEXABB199
Decimal171177153
Binary101010111011000110011001
Octal253261231

Shades and tints

Shades of #ABB199

#ABB199
(171,177,153)
#9CA18C
(156,161,140)
#8D917F
(141,145,127)
#7E8172
(126,129,114)
#6F7165
(111,113,101)
#606158
(96,97,88)
#51514B
(81,81,75)
#42413E
(66,65,62)
#333131
(51,49,49)
#242124
(36,33,36)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #ABB199

#ABB199
(171,177,153)
#B2B8A2
(178,184,162)
#B9BFAB
(185,191,171)
#C0C6B4
(192,198,180)
#C7CDBD
(199,205,189)
#CED4C6
(206,212,198)
#D5DBCF
(213,219,207)
#DCE2D8
(220,226,216)
#E3E9E1
(227,233,225)
#EAF0EA
(234,240,234)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB199 color. Also use rgb(171,177,153) instead hex code.

Text Font Color

.myTextColor { color: #ABB199; }

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

This text font color is #ABB199.


Background Color

.myBgColor { background-color: #ABB199; }

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

This div background color is #ABB199.


Border color

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

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

This div border color is #ABB199.


Opacity

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

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

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

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

This text has shadow with #ABB199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB199 on black background.


Color preview on white background

This text has color #ABB199 on white background.



Black color preview on #ABB199 background

This text has black color on #ABB199 background.


White color preview on #ABB199 background

This text has white color on #ABB199 background.