COLOR #ABB299

HEX: #ABB299
RGB: (171,178,153)

Renk bilgisi

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

RGB renk modeli

#ABB299 color RGB value is (171,178,153).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 178 of 255 = 70%
B 153 of 255 = 60%

171
178
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 178 + 153 = 502 (100%)
R 171 of 502 ~ 34.06%
G 178 of 502 ~ 35.46%
B 153 of 502 ~ 30.48%

%34.06
%35.46
%30.48

CMYK RENK MODELİ

#ABB299 rengi CMYK tonu (4,0,14,30).

  • camgöbeği tonu 3.93%
  • eflatun tonu 0.00%
  • sarı tonu 14.04%
  • ana renk tonu 30.20%
CMYK:
(4,0,14,30)
C4M0Y14K30 
(4%,0%,14%,30%)
(0.04/0.00/0.14/0.30)	

CMYK yüzdeleri

%3.93
%0
%14.04
%30.2

Codes

Color #ABB299 in popluar color models

ABB299
RGB171178153
HSL77°13.97%64.90%
HSB/HSV77°14.04%69.80%
CMYK3.93%0.00%14.04%
30.20%

Color #ABB299 in popluar number systems.

HEXABB299
Decimal171178153
Binary101010111011001010011001
Octal253262231

Shades and tints

Shades of #ABB299

#ABB299
(171,178,153)
#9CA28C
(156,162,140)
#8D927F
(141,146,127)
#7E8272
(126,130,114)
#6F7265
(111,114,101)
#606258
(96,98,88)
#51524B
(81,82,75)
#42423E
(66,66,62)
#333231
(51,50,49)
#242224
(36,34,36)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #ABB299

#ABB299
(171,178,153)
#B2B9A2
(178,185,162)
#B9C0AB
(185,192,171)
#C0C7B4
(192,199,180)
#C7CEBD
(199,206,189)
#CED5C6
(206,213,198)
#D5DCCF
(213,220,207)
#DCE3D8
(220,227,216)
#E3EAE1
(227,234,225)
#EAF1EA
(234,241,234)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB299; }

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

This text font color is #ABB299.


Background Color

.myBgColor { background-color: #ABB299; }

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

This div background color is #ABB299.


Border color

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

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

This div border color is #ABB299.


Opacity

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

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

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

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

This text has shadow with #ABB299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB299 on black background.


Color preview on white background

This text has color #ABB299 on white background.



Black color preview on #ABB299 background

This text has black color on #ABB299 background.


White color preview on #ABB299 background

This text has white color on #ABB299 background.