COLOR #ABC79C

HEX: #ABC79C RGB: (171,199,156)

Renk bilgisi

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

RGB renk modeli

#ABC79C color RGB value is (171,199,156).

RGB: (171,199,156) (67%, 78%, 61%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 199 of 255 = 78%
B 156 of 255 = 61%

171
199
156

R + G + B ~ 69%. #ABC79C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 171 + 199 + 156 = 526 (100%)
R 171 of 526 ~ 32.51%
G 199 of 526 ~ 37.83%
B 156 of 526 ~ 29.66'%

%32.51
%37.83
%29.66

CMYK RENK MODELİ

#ABC79C rengi CMYK tonu (14,0,22,22).

  • camgöbeği tonu 14.07%
  • eflatun tonu 0.00%
  • sarı tonu 21.61%
  • ana renk tonu 21.96%

CMYK: (14,0,22,22)
C14M0Y22K22 (14%, 0%, 22%, 22%)
(0.14 / 0.00 / 0.22 / 0.22)

CMYK yüzdeleri

%14.07
%0
%21.61
%21.96

Codes

Color #ABC79C in popluar color models

AB C7 9C
RGB 171 199 156
HSL 99° 27.74% 69.61%
HSB/HSV 99° 21.61% 78.04%
CMYK 14.07% 0.00% 21.61%
21.96%

Color #ABC79C in popluar number systems.

HEX AB C7 9C
Decimal 171 199 156
Binary 10101011 11000111 10011100
Octal 253 307 234

Shades and tints

Shades of #ABC79C

#ABC79C
(171,199,156)
#9CB58E
(156,181,142)
#8DA380
(141,163,128)
#7E9172
(126,145,114)
#6F7F64
(111,127,100)
#606D56
(96,109,86)
#515B48
(81,91,72)
#42493A
(66,73,58)
#33372C
(51,55,44)
#24251E
(36,37,30)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #ABC79C

#ABC79C
(171,199,156)
#B2CCA5
(178,204,165)
#B9D1AE
(185,209,174)
#C0D6B7
(192,214,183)
#C7DBC0
(199,219,192)
#CEE0C9
(206,224,201)
#D5E5D2
(213,229,210)
#DCEADB
(220,234,219)
#E3EFE4
(227,239,228)
#EAF4ED
(234,244,237)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC79C color. Also use rgb(171,199,156) instead hex code.

Text Font Color

.myTextColor { color: #ABC79C; }

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

This text font color is #ABC79C.

Background Color

.myBgColor { background-color: #ABC79C; }

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

This div background color is #ABC79C.

Border color

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

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

This div border color is #ABC79C.

Opacity

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

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

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

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

This text has shadow with #ABC79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC79C.

Preview

Color preview on black background

This text has color #ABC79C on black background.


Color preview on white background

This text has color #ABC79C on white background.


Black color preview on #ABC79C background

This text has black color on #ABC79C background.


White color preview on #ABC79C background

This text has white color on #ABC79C background.


Related colors

Complementary color

Complementary color for #hex is #543863.


I love getcolorcode.com

Triadic colors

1 #9CABC7 and #C79CAB with #ABC79C are triadic colors.

2 #9CC7AB and #C7AB9C with #ABC79C are triadic colors.