COLOR #ABB995

HEX: #ABB995
RGB: (171,185,149)

Renk bilgisi

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

RGB renk modeli

#ABB995 color RGB value is (171,185,149).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 185 of 255 = 73%
B 149 of 255 = 58%

171
185
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 185 + 149 = 505 (100%)
R 171 of 505 ~ 33.86%
G 185 of 505 ~ 36.63%
B 149 of 505 ~ 29.5%

%33.86
%36.63
%29.5

CMYK RENK MODELİ

#ABB995 rengi CMYK tonu (8,0,19,27).

  • camgöbeği tonu 7.57%
  • eflatun tonu 0.00%
  • sarı tonu 19.46%
  • ana renk tonu 27.45%
CMYK:
(8,0,19,27)
C8M0Y19K27 
(8%,0%,19%,27%)
(0.08/0.00/0.19/0.27)	

CMYK yüzdeleri

%7.57
%0
%19.46
%27.45

Codes

Color #ABB995 in popluar color models

ABB995
RGB171185149
HSL83°20.45%65.49%
HSB/HSV83°19.46%72.55%
CMYK7.57%0.00%19.46%
27.45%

Color #ABB995 in popluar number systems.

HEXABB995
Decimal171185149
Binary101010111011100110010101
Octal253271225

Shades and tints

Shades of #ABB995

#ABB995
(171,185,149)
#9CA988
(156,169,136)
#8D997B
(141,153,123)
#7E896E
(126,137,110)
#6F7961
(111,121,97)
#606954
(96,105,84)
#515947
(81,89,71)
#42493A
(66,73,58)
#33392D
(51,57,45)
#242920
(36,41,32)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #ABB995

#ABB995
(171,185,149)
#B2BF9E
(178,191,158)
#B9C5A7
(185,197,167)
#C0CBB0
(192,203,176)
#C7D1B9
(199,209,185)
#CED7C2
(206,215,194)
#D5DDCB
(213,221,203)
#DCE3D4
(220,227,212)
#E3E9DD
(227,233,221)
#EAEFE6
(234,239,230)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB995; }

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

This text font color is #ABB995.


Background Color

.myBgColor { background-color: #ABB995; }

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

This div background color is #ABB995.


Border color

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

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

This div border color is #ABB995.


Opacity

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

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

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

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

This text has shadow with #ABB995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB995 on black background.


Color preview on white background

This text has color #ABB995 on white background.



Black color preview on #ABB995 background

This text has black color on #ABB995 background.


White color preview on #ABB995 background

This text has white color on #ABB995 background.