COLOR #ACCEB1

HEX: #ACCEB1 RGB: (172,206,177)

Color info

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

RGB color model

#ACCEB1 color RGB value is (172,206,177).

RGB: (172,206,177) (67%, 81%, 69%)

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 177 of 255 = 69%

172
206
177

R + G + B ~ 72%. #ACCEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 206 + 177 = 555 (100%)
R 172 of 555 ~ 30.99%
G 206 of 555 ~ 37.12%
B 177 of 555 ~ 31.89'%

%30.99
%37.12
%31.89

CMYK color model

#ACCEB1 color CMYK value is (17,0,14,19).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 19.22%

CMYK: (17,0,14,19)
C17M0Y14K19 (17%, 0%, 14%, 19%)
(0.17 / 0.00 / 0.14 / 0.19)

CMYK percentages

%16.5
%0
%14.08
%19.22

Codes

Color #ACCEB1 in popluar color models

AC CE B1
RGB 172 206 177
HSL 129° 25.76% 74.12%
HSB/HSV 129° 16.50% 80.78%
CMYK 16.50% 0.00% 14.08%
19.22%

Color #ACCEB1 in popluar number systems.

HEX AC CE B1
Decimal 172 206 177
Binary 10101100 11001110 10110001
Octal 254 316 261

Shades and tints

Shades of #ACCEB1

#ACCEB1
(172,206,177)
#9DBCA1
(157,188,161)
#8EAA91
(142,170,145)
#7F9881
(127,152,129)
#708671
(112,134,113)
#617461
(97,116,97)
#526251
(82,98,81)
#435041
(67,80,65)
#343E31
(52,62,49)
#252C21
(37,44,33)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #ACCEB1

#ACCEB1
(172,206,177)
#B3D2B8
(179,210,184)
#BAD6BF
(186,214,191)
#C1DAC6
(193,218,198)
#C8DECD
(200,222,205)
#CFE2D4
(207,226,212)
#D6E6DB
(214,230,219)
#DDEAE2
(221,234,226)
#E4EEE9
(228,238,233)
#EBF2F0
(235,242,240)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCEB1 color. Also use rgb(172,206,177) instead hex code.

Text Font Color

.myTextColor { color: #ACCEB1; }

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

This text font color is #ACCEB1.

Background Color

.myBgColor { background-color: #ACCEB1; }

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

This div background color is #ACCEB1.

Border color

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

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

This div border color is #ACCEB1.

Opacity

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

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

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

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

This text has shadow with #ACCEB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCEB1.

Preview

Color preview on black background

This text has color #ACCEB1 on black background.


Color preview on white background

This text has color #ACCEB1 on white background.


Black color preview on #ACCEB1 background

This text has black color on #ACCEB1 background.


White color preview on #ACCEB1 background

This text has white color on #ACCEB1 background.


Related colors

Complementary color

Complementary color for #hex is #53314E.


I love getcolorcode.com

Triadic colors

1 #B1ACCE and #CEB1AC with #ACCEB1 are triadic colors.

2 #B1CEAC and #CEACB1 with #ACCEB1 are triadic colors.