COLOR #ABB397

HEX: #ABB397
RGB: (171,179,151)

Renk bilgisi

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

RGB renk modeli

#ABB397 color RGB value is (171,179,151).

  • kırmız ton 171;
  • yeşil ton 179;
  • mavi ton 151.
RGB:
(171,179,151)
(67%,70%,59%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 179 of 255 = 70%
B 151 of 255 = 59%

171
179
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 179 + 151 = 501 (100%)
R 171 of 501 ~ 34.13%
G 179 of 501 ~ 35.73%
B 151 of 501 ~ 30.14%

%34.13
%35.73
%30.14

CMYK RENK MODELİ

#ABB397 rengi CMYK tonu (4,0,16,30).

  • camgöbeği tonu 4.47%
  • eflatun tonu 0.00%
  • sarı tonu 15.64%
  • ana renk tonu 29.80%
CMYK:
(4,0,16,30)
C4M0Y16K30 
(4%,0%,16%,30%)
(0.04/0.00/0.16/0.30)	

CMYK yüzdeleri

%4.47
%0
%15.64
%29.8

Codes

Color #ABB397 in popluar color models

ABB397
RGB171179151
HSL77°15.56%64.71%
HSB/HSV77°15.64%70.20%
CMYK4.47%0.00%15.64%
29.80%

Color #ABB397 in popluar number systems.

HEXABB397
Decimal171179151
Binary101010111011001110010111
Octal253263227

Shades and tints

Shades of #ABB397

#ABB397
(171,179,151)
#9CA38A
(156,163,138)
#8D937D
(141,147,125)
#7E8370
(126,131,112)
#6F7363
(111,115,99)
#606356
(96,99,86)
#515349
(81,83,73)
#42433C
(66,67,60)
#33332F
(51,51,47)
#242322
(36,35,34)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #ABB397

#ABB397
(171,179,151)
#B2B9A0
(178,185,160)
#B9BFA9
(185,191,169)
#C0C5B2
(192,197,178)
#C7CBBB
(199,203,187)
#CED1C4
(206,209,196)
#D5D7CD
(213,215,205)
#DCDDD6
(220,221,214)
#E3E3DF
(227,227,223)
#EAE9E8
(234,233,232)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB397 color. Also use rgb(171,179,151) instead hex code.

Text Font Color

.myTextColor { color: #ABB397; }

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

This text font color is #ABB397.


Background Color

.myBgColor { background-color: #ABB397; }

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

This div background color is #ABB397.


Border color

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

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

This div border color is #ABB397.


Opacity

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

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

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

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

This text has shadow with #ABB397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB397 on black background.


Color preview on white background

This text has color #ABB397 on white background.



Black color preview on #ABB397 background

This text has black color on #ABB397 background.


White color preview on #ABB397 background

This text has white color on #ABB397 background.