COLOR #ACCB9E

HEX: #ACCB9E
RGB: (172,203,158)

Color info

#ACCB9E contains red, green and blue colors in about the same proportion. Web safe color of #ACCB9E is #99CC99 (or #9C9).

RGB color model

#ACCB9E color RGB value is (172,203,158).

  • red value is 172;
  • green value is 203;
  • blue value is 158.
RGB:
(172,203,158)
(67%,80%,62%)

RGB channels and saturation

R 172 of 255 = 67%
G 203 of 255 = 80%
B 158 of 255 = 62%

172
203
158

R + G + B ~ 70%. #ACCB9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 203 + 158 = 533 (100%)
R 172 of 533 ~ 32.27%
G 203 of 533 ~ 38.09%
B 158 of 533 ~ 29.64%

%32.27
%38.09
%29.64

CMYK color model

#ACCB9E color CMYK value is (15,0,22,20).

  • cyan value is 15.27%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 20.39%
CMYK:
(15,0,22,20)
C15M0Y22K20 
(15%,0%,22%,20%)
(0.15/0.00/0.22/0.20)	

CMYK percentages

%15.27
%0
%22.17
%20.39

Codes

Color #ACCB9E in popluar color models

ACCB9E
RGB172203158
HSL101°30.20%70.78%
HSB/HSV101°22.17%79.61%
CMYK15.27%0.00%22.17%
20.39%

Color #ACCB9E in popluar number systems.

HEXACCB9E
Decimal172203158
Binary101011001100101110011110
Octal254313236

Shades and tints

Shades of #ACCB9E

#ACCB9E
(172,203,158)
#9DB990
(157,185,144)
#8EA782
(142,167,130)
#7F9574
(127,149,116)
#708366
(112,131,102)
#617158
(97,113,88)
#525F4A
(82,95,74)
#434D3C
(67,77,60)
#343B2E
(52,59,46)
#252920
(37,41,32)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #ACCB9E

#ACCB9E
(172,203,158)
#B3CFA6
(179,207,166)
#BAD3AE
(186,211,174)
#C1D7B6
(193,215,182)
#C8DBBE
(200,219,190)
#CFDFC6
(207,223,198)
#D6E3CE
(214,227,206)
#DDE7D6
(221,231,214)
#E4EBDE
(228,235,222)
#EBEFE6
(235,239,230)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCB9E color. Also use rgb(172,203,158) instead hex code.

Text Font Color

.myTextColor { color: #ACCB9E; }

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

This text font color is #ACCB9E.


Background Color

.myBgColor { background-color: #ACCB9E; }

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

This div background color is #ACCB9E.


Border color

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

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

This div border color is #ACCB9E.


Opacity

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

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

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

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

This text has shadow with #ACCB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCB9E on black background.


Color preview on white background

This text has color #ACCB9E on white background.



Black color preview on #ACCB9E background

This text has black color on #ACCB9E background.


White color preview on #ACCB9E background

This text has white color on #ACCB9E background.