COLOR #ACCEB7

HEX: #ACCEB7 RGB: (172,206,183)

Color info

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

RGB color model

#ACCEB7 color RGB value is (172,206,183).

RGB: (172,206,183) (67%, 81%, 72%)

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 183 of 255 = 72%

172
206
183

R + G + B ~ 73%. #ACCEB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 206 + 183 = 561 (100%)
R 172 of 561 ~ 30.66%
G 206 of 561 ~ 36.72%
B 183 of 561 ~ 32.62'%

%30.66
%36.72
%32.62

CMYK color model

#ACCEB7 color CMYK value is (17,0,11,19).

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

CMYK: (17,0,11,19)
C17M0Y11K19 (17%, 0%, 11%, 19%)
(0.17 / 0.00 / 0.11 / 0.19)

CMYK percentages

%16.5
%0
%11.17
%19.22

Codes

Color #ACCEB7 in popluar color models

AC CE B7
RGB 172 206 183
HSL 139° 25.76% 74.12%
HSB/HSV 139° 16.50% 80.78%
CMYK 16.50% 0.00% 11.17%
19.22%

Color #ACCEB7 in popluar number systems.

HEX AC CE B7
Decimal 172 206 183
Binary 10101100 11001110 10110111
Octal 254 316 267

Shades and tints

Shades of #ACCEB7

#ACCEB7
(172,206,183)
#9DBCA7
(157,188,167)
#8EAA97
(142,170,151)
#7F9887
(127,152,135)
#708677
(112,134,119)
#617467
(97,116,103)
#526257
(82,98,87)
#435047
(67,80,71)
#343E37
(52,62,55)
#252C27
(37,44,39)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #ACCEB7

#ACCEB7
(172,206,183)
#B3D2BD
(179,210,189)
#BAD6C3
(186,214,195)
#C1DAC9
(193,218,201)
#C8DECF
(200,222,207)
#CFE2D5
(207,226,213)
#D6E6DB
(214,230,219)
#DDEAE1
(221,234,225)
#E4EEE7
(228,238,231)
#EBF2ED
(235,242,237)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCEB7; }

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

This text font color is #ACCEB7.

Background Color

.myBgColor { background-color: #ACCEB7; }

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

This div background color is #ACCEB7.

Border color

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

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

This div border color is #ACCEB7.

Opacity

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

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

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

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

This text has shadow with #ACCEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCEB7.

Preview

Color preview on black background

This text has color #ACCEB7 on black background.


Color preview on white background

This text has color #ACCEB7 on white background.


Black color preview on #ACCEB7 background

This text has black color on #ACCEB7 background.


White color preview on #ACCEB7 background

This text has white color on #ACCEB7 background.


Related colors

Complementary color

Complementary color for #hex is #533148.


I love getcolorcode.com

Triadic colors

1 #B7ACCE and #CEB7AC with #ACCEB7 are triadic colors.

2 #B7CEAC and #CEACB7 with #ACCEB7 are triadic colors.