COLOR #ACCD8C

HEX: #ACCD8C
RGB: (172,205,140)

Color info

#ACCD8C contains mainly red and green colors. Web safe color of #ACCD8C is #99CC99 (or #9C9).

RGB color model

#ACCD8C color RGB value is (172,205,140).

  • red value is 172;
  • green value is 205;
  • blue value is 140.
RGB:
(172,205,140)
(67%,80%,55%)

RGB channels and saturation

R 172 of 255 = 67%
G 205 of 255 = 80%
B 140 of 255 = 55%

172
205
140

R + G + B ~ 67%. #ACCD8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 205 + 140 = 517 (100%)
R 172 of 517 ~ 33.27%
G 205 of 517 ~ 39.65%
B 140 of 517 ~ 27.08%

%33.27
%39.65
%27.08

CMYK color model

#ACCD8C color CMYK value is (16,0,32,20).

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 19.61%
CMYK:
(16,0,32,20)
C16M0Y32K20 
(16%,0%,32%,20%)
(0.16/0.00/0.32/0.20)	

CMYK percentages

%16.1
%0
%31.71
%19.61

Codes

Color #ACCD8C in popluar color models

ACCD8C
RGB172205140
HSL90°39.39%67.65%
HSB/HSV90°31.71%80.39%
CMYK16.10%0.00%31.71%
19.61%

Color #ACCD8C in popluar number systems.

HEXACCD8C
Decimal172205140
Binary101011001100110110001100
Octal254315214

Shades and tints

Shades of #ACCD8C

#ACCD8C
(172,205,140)
#9DBB80
(157,187,128)
#8EA974
(142,169,116)
#7F9768
(127,151,104)
#70855C
(112,133,92)
#617350
(97,115,80)
#526144
(82,97,68)
#434F38
(67,79,56)
#343D2C
(52,61,44)
#252B20
(37,43,32)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #ACCD8C

#ACCD8C
(172,205,140)
#B3D196
(179,209,150)
#BAD5A0
(186,213,160)
#C1D9AA
(193,217,170)
#C8DDB4
(200,221,180)
#CFE1BE
(207,225,190)
#D6E5C8
(214,229,200)
#DDE9D2
(221,233,210)
#E4EDDC
(228,237,220)
#EBF1E6
(235,241,230)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCD8C color. Also use rgb(172,205,140) instead hex code.

Text Font Color

.myTextColor { color: #ACCD8C; }

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

This text font color is #ACCD8C.


Background Color

.myBgColor { background-color: #ACCD8C; }

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

This div background color is #ACCD8C.


Border color

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

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

This div border color is #ACCD8C.


Opacity

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

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

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

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

This text has shadow with #ACCD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCD8C on black background.


Color preview on white background

This text has color #ACCD8C on white background.



Black color preview on #ACCD8C background

This text has black color on #ACCD8C background.


White color preview on #ACCD8C background

This text has white color on #ACCD8C background.