COLOR #ACC991

HEX: #ACC991
RGB: (172,201,145)

Renk bilgisi

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

RGB renk modeli

#ACC991 color RGB value is (172,201,145).

  • kırmız ton 172;
  • yeşil ton 201;
  • mavi ton 145.
RGB:
(172,201,145)
(67%,79%,57%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 201 of 255 = 79%
B 145 of 255 = 57%

172
201
145

R + G + B ~ 68%. #ACC991 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 201 + 145 = 518 (100%)
R 172 of 518 ~ 33.2%
G 201 of 518 ~ 38.8%
B 145 of 518 ~ 27.99%

%33.2
%38.8
%27.99

CMYK RENK MODELİ

#ACC991 rengi CMYK tonu (14,0,28,21).

  • camgöbeği tonu 14.43%
  • eflatun tonu 0.00%
  • sarı tonu 27.86%
  • ana renk tonu 21.18%
CMYK:
(14,0,28,21)
C14M0Y28K21 
(14%,0%,28%,21%)
(0.14/0.00/0.28/0.21)	

CMYK yüzdeleri

%14.43
%0
%27.86
%21.18

Codes

Color #ACC991 in popluar color models

ACC991
RGB172201145
HSL91°34.15%67.84%
HSB/HSV91°27.86%78.82%
CMYK14.43%0.00%27.86%
21.18%

Color #ACC991 in popluar number systems.

HEXACC991
Decimal172201145
Binary101011001100100110010001
Octal254311221

Shades and tints

Shades of #ACC991

#ACC991
(172,201,145)
#9DB784
(157,183,132)
#8EA577
(142,165,119)
#7F936A
(127,147,106)
#70815D
(112,129,93)
#616F50
(97,111,80)
#525D43
(82,93,67)
#434B36
(67,75,54)
#343929
(52,57,41)
#25271C
(37,39,28)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #ACC991

#ACC991
(172,201,145)
#B3CD9B
(179,205,155)
#BAD1A5
(186,209,165)
#C1D5AF
(193,213,175)
#C8D9B9
(200,217,185)
#CFDDC3
(207,221,195)
#D6E1CD
(214,225,205)
#DDE5D7
(221,229,215)
#E4E9E1
(228,233,225)
#EBEDEB
(235,237,235)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC991 color. Also use rgb(172,201,145) instead hex code.

Text Font Color

.myTextColor { color: #ACC991; }

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

This text font color is #ACC991.


Background Color

.myBgColor { background-color: #ACC991; }

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

This div background color is #ACC991.


Border color

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

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

This div border color is #ACC991.


Opacity

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

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

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

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

This text has shadow with #ACC991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC991 on black background.


Color preview on white background

This text has color #ACC991 on white background.



Black color preview on #ACC991 background

This text has black color on #ACC991 background.


White color preview on #ACC991 background

This text has white color on #ACC991 background.