COLOR #ACCBA1

HEX: #ACCBA1 RGB: (172,203,161)

Color info

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

RGB color model

#ACCBA1 color RGB value is (172,203,161).

RGB: (172,203,161) (67%, 80%, 63%)

RGB channels and saturation

R 172 of 255 = 67%
G 203 of 255 = 80%
B 161 of 255 = 63%

172
203
161

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

Portions of RGB colors in percentages

R + G + B = 172 + 203 + 161 = 536 (100%)
R 172 of 536 ~ 32.09%
G 203 of 536 ~ 37.87%
B 161 of 536 ~ 30.04'%

%32.09
%37.87
%30.04

CMYK color model

#ACCBA1 color CMYK value is (15,0,21,20).

  • cyan value is 15.27%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 20.39%
CMYK: (15,0,21,20) C15M0Y21K20 (15%,0%,21%,20%) (0.15/0.00/0.21/0.20) 

CMYK percentages

%15.27
%0
%20.69
%20.39

Codes

Color #ACCBA1 in popluar color models

AC CB A1
RGB 172 203 161
HSL 104° 28.77% 71.37%
HSB/HSV 104° 20.69% 79.61%
CMYK 15.27% 0.00% 20.69%
20.39%

Color #ACCBA1 in popluar number systems.

HEX AC CB A1
Decimal 172 203 161
Binary 10101100 11001011 10100001
Octal 254 313 241

Shades and tints

Shades of #ACCBA1

#ACCBA1
(172,203,161)
#9DB993
(157,185,147)
#8EA785
(142,167,133)
#7F9577
(127,149,119)
#708369
(112,131,105)
#61715B
(97,113,91)
#525F4D
(82,95,77)
#434D3F
(67,77,63)
#343B31
(52,59,49)
#252923
(37,41,35)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #ACCBA1

#ACCBA1
(172,203,161)
#B3CFA9
(179,207,169)
#BAD3B1
(186,211,177)
#C1D7B9
(193,215,185)
#C8DBC1
(200,219,193)
#CFDFC9
(207,223,201)
#D6E3D1
(214,227,209)
#DDE7D9
(221,231,217)
#E4EBE1
(228,235,225)
#EBEFE9
(235,239,233)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCBA1; }

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

This text font color is #ACCBA1.

Background Color

.myBgColor { background-color: #ACCBA1; }

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

This div background color is #ACCBA1.

Border color

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

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

This div border color is #ACCBA1.

Opacity

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

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

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

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

This text has shadow with #ACCBA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCBA1.

Preview

Color preview on black background

This text has color #ACCBA1 on black background.


Color preview on white background

This text has color #ACCBA1 on white background.


Black color preview on #ACCBA1 background

This text has black color on #ACCBA1 background.


White color preview on #ACCBA1 background

This text has white color on #ACCBA1 background.


Related colors

Complementary color

Complementary color for #hex is #53345E.


I love getcolorcode.com

Triadic colors

1 #A1ACCB and #CBA1AC with #ACCBA1 are triadic colors.

2 #A1CBAC and #CBACA1 with #ACCBA1 are triadic colors.