COLOR #ACCEB2

HEX: #ACCEB2
RGB: (172,206,178)

Color info

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

RGB color model

#ACCEB2 color RGB value is (172,206,178).

  • red value is 172;
  • green value is 206;
  • blue value is 178.
RGB:
(172,206,178)
(67%,81%,70%)

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 178 of 255 = 70%

172
206
178

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

Portions of RGB colors in percentages

R + G + B =
172 + 206 + 178 = 556 (100%)
R 172 of 556 ~ 30.94%
G 206 of 556 ~ 37.05%
B 178 of 556 ~ 32.01%

%30.94
%37.05
%32.01

CMYK color model

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

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • 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
%13.59
%19.22

Codes

Color #ACCEB2 in popluar color models

ACCEB2
RGB172206178
HSL131°25.76%74.12%
HSB/HSV131°16.50%80.78%
CMYK16.50%0.00%13.59%
19.22%

Color #ACCEB2 in popluar number systems.

HEXACCEB2
Decimal172206178
Binary101011001100111010110010
Octal254316262

Shades and tints

Shades of #ACCEB2

#ACCEB2
(172,206,178)
#9DBCA2
(157,188,162)
#8EAA92
(142,170,146)
#7F9882
(127,152,130)
#708672
(112,134,114)
#617462
(97,116,98)
#526252
(82,98,82)
#435042
(67,80,66)
#343E32
(52,62,50)
#252C22
(37,44,34)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #ACCEB2

#ACCEB2
(172,206,178)
#B3D2B9
(179,210,185)
#BAD6C0
(186,214,192)
#C1DAC7
(193,218,199)
#C8DECE
(200,222,206)
#CFE2D5
(207,226,213)
#D6E6DC
(214,230,220)
#DDEAE3
(221,234,227)
#E4EEEA
(228,238,234)
#EBF2F1
(235,242,241)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCEB2; }

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

This text font color is #ACCEB2.


Background Color

.myBgColor { background-color: #ACCEB2; }

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

This div background color is #ACCEB2.


Border color

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

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

This div border color is #ACCEB2.


Opacity

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

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

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

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

This text has shadow with #ACCEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCEB2 on black background.


Color preview on white background

This text has color #ACCEB2 on white background.



Black color preview on #ACCEB2 background

This text has black color on #ACCEB2 background.


White color preview on #ACCEB2 background

This text has white color on #ACCEB2 background.