COLOR #ACCBA4

HEX: #ACCBA4
RGB: (172,203,164)

Color info

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

RGB color model

#ACCBA4 color RGB value is (172,203,164).

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

RGB channels and saturation

R 172 of 255 = 67%
G 203 of 255 = 80%
B 164 of 255 = 64%

172
203
164

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

Portions of RGB colors in percentages

R + G + B =
172 + 203 + 164 = 539 (100%)
R 172 of 539 ~ 31.91%
G 203 of 539 ~ 37.66%
B 164 of 539 ~ 30.43%

%31.91
%37.66
%30.43

CMYK color model

#ACCBA4 color CMYK value is (15,0,19,20).

  • cyan value is 15.27%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 20.39%
CMYK:
(15,0,19,20)
C15M0Y19K20 
(15%,0%,19%,20%)
(0.15/0.00/0.19/0.20)	

CMYK percentages

%15.27
%0
%19.21
%20.39

Codes

Color #ACCBA4 in popluar color models

ACCBA4
RGB172203164
HSL108°27.27%71.96%
HSB/HSV108°19.21%79.61%
CMYK15.27%0.00%19.21%
20.39%

Color #ACCBA4 in popluar number systems.

HEXACCBA4
Decimal172203164
Binary101011001100101110100100
Octal254313244

Shades and tints

Shades of #ACCBA4

#ACCBA4
(172,203,164)
#9DB996
(157,185,150)
#8EA788
(142,167,136)
#7F957A
(127,149,122)
#70836C
(112,131,108)
#61715E
(97,113,94)
#525F50
(82,95,80)
#434D42
(67,77,66)
#343B34
(52,59,52)
#252926
(37,41,38)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #ACCBA4

#ACCBA4
(172,203,164)
#B3CFAC
(179,207,172)
#BAD3B4
(186,211,180)
#C1D7BC
(193,215,188)
#C8DBC4
(200,219,196)
#CFDFCC
(207,223,204)
#D6E3D4
(214,227,212)
#DDE7DC
(221,231,220)
#E4EBE4
(228,235,228)
#EBEFEC
(235,239,236)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCBA4; }

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

This text font color is #ACCBA4.


Background Color

.myBgColor { background-color: #ACCBA4; }

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

This div background color is #ACCBA4.


Border color

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

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

This div border color is #ACCBA4.


Opacity

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

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

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

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

This text has shadow with #ACCBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCBA4 on black background.


Color preview on white background

This text has color #ACCBA4 on white background.



Black color preview on #ACCBA4 background

This text has black color on #ACCBA4 background.


White color preview on #ACCBA4 background

This text has white color on #ACCBA4 background.