COLOR #ACC177

HEX: #ACC177
RGB: (172,193,119)

Renk bilgisi

#ACC177 contains mainly red and green colors. #ACC177 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ACC177 color RGB value is (172,193,119).

  • kırmız ton 172;
  • yeşil ton 193;
  • mavi ton 119.
RGB:
(172,193,119)
(67%,76%,47%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 193 of 255 = 76%
B 119 of 255 = 47%

172
193
119

R + G + B ~ 63%. #ACC177 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 193 + 119 = 484 (100%)
R 172 of 484 ~ 35.54%
G 193 of 484 ~ 39.88%
B 119 of 484 ~ 24.59%

%35.54
%39.88
%24.59

CMYK RENK MODELİ

#ACC177 rengi CMYK tonu (11,0,38,24).

  • camgöbeği tonu 10.88%
  • eflatun tonu 0.00%
  • sarı tonu 38.34%
  • ana renk tonu 24.31%
CMYK:
(11,0,38,24)
C11M0Y38K24 
(11%,0%,38%,24%)
(0.11/0.00/0.38/0.24)	

CMYK yüzdeleri

%10.88
%0
%38.34
%24.31

Codes

Color #ACC177 in popluar color models

ACC177
RGB172193119
HSL77°37.37%61.18%
HSB/HSV77°38.34%75.69%
CMYK10.88%0.00%38.34%
24.31%

Color #ACC177 in popluar number systems.

HEXACC177
Decimal172193119
Binary10101100110000011110111
Octal254301167

Shades and tints

Shades of #ACC177

#ACC177
(172,193,119)
#9DB06D
(157,176,109)
#8E9F63
(142,159,99)
#7F8E59
(127,142,89)
#707D4F
(112,125,79)
#616C45
(97,108,69)
#525B3B
(82,91,59)
#434A31
(67,74,49)
#343927
(52,57,39)
#25281D
(37,40,29)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #ACC177

#ACC177
(172,193,119)
#B3C683
(179,198,131)
#BACB8F
(186,203,143)
#C1D09B
(193,208,155)
#C8D5A7
(200,213,167)
#CFDAB3
(207,218,179)
#D6DFBF
(214,223,191)
#DDE4CB
(221,228,203)
#E4E9D7
(228,233,215)
#EBEEE3
(235,238,227)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC177 color. Also use rgb(172,193,119) instead hex code.

Text Font Color

.myTextColor { color: #ACC177; }

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

This text font color is #ACC177.


Background Color

.myBgColor { background-color: #ACC177; }

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

This div background color is #ACC177.


Border color

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

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

This div border color is #ACC177.


Opacity

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

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

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

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

This text has shadow with #ACC177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC177 on black background.


Color preview on white background

This text has color #ACC177 on white background.



Black color preview on #ACC177 background

This text has black color on #ACC177 background.


White color preview on #ACC177 background

This text has white color on #ACC177 background.