COLOR #ACCF80

HEX: #ACCF80
RGB: (172,207,128)

Color info

#ACCF80 contains mainly red and green colors. Web safe color of #ACCF80 is #99CC66 (or #9C6).

RGB color model

#ACCF80 color RGB value is (172,207,128).

  • red value is 172;
  • green value is 207;
  • blue value is 128.
RGB:
(172,207,128)
(67%,81%,50%)

RGB channels and saturation

R 172 of 255 = 67%
G 207 of 255 = 81%
B 128 of 255 = 50%

172
207
128

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

Portions of RGB colors in percentages

R + G + B =
172 + 207 + 128 = 507 (100%)
R 172 of 507 ~ 33.93%
G 207 of 507 ~ 40.83%
B 128 of 507 ~ 25.25%

%33.93
%40.83
%25.25

CMYK color model

#ACCF80 color CMYK value is (17,0,38,19).

  • cyan value is 16.91%
  • magenta value is 0.00%
  • yellow value is 38.16%
  • key color value is 18.82%
CMYK:
(17,0,38,19)
C17M0Y38K19 
(17%,0%,38%,19%)
(0.17/0.00/0.38/0.19)	

CMYK percentages

%16.91
%0
%38.16
%18.82

Codes

Color #ACCF80 in popluar color models

ACCF80
RGB172207128
HSL87°45.14%65.69%
HSB/HSV87°38.16%81.18%
CMYK16.91%0.00%38.16%
18.82%

Color #ACCF80 in popluar number systems.

HEXACCF80
Decimal172207128
Binary101011001100111110000000
Octal254317200

Shades and tints

Shades of #ACCF80

#ACCF80
(172,207,128)
#9DBD75
(157,189,117)
#8EAB6A
(142,171,106)
#7F995F
(127,153,95)
#708754
(112,135,84)
#617549
(97,117,73)
#52633E
(82,99,62)
#435133
(67,81,51)
#343F28
(52,63,40)
#252D1D
(37,45,29)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #ACCF80

#ACCF80
(172,207,128)
#B3D38B
(179,211,139)
#BAD796
(186,215,150)
#C1DBA1
(193,219,161)
#C8DFAC
(200,223,172)
#CFE3B7
(207,227,183)
#D6E7C2
(214,231,194)
#DDEBCD
(221,235,205)
#E4EFD8
(228,239,216)
#EBF3E3
(235,243,227)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCF80 color. Also use rgb(172,207,128) instead hex code.

Text Font Color

.myTextColor { color: #ACCF80; }

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

This text font color is #ACCF80.


Background Color

.myBgColor { background-color: #ACCF80; }

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

This div background color is #ACCF80.


Border color

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

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

This div border color is #ACCF80.


Opacity

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

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

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

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

This text has shadow with #ACCF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCF80 on black background.


Color preview on white background

This text has color #ACCF80 on white background.



Black color preview on #ACCF80 background

This text has black color on #ACCF80 background.


White color preview on #ACCF80 background

This text has white color on #ACCF80 background.