COLOR #ACCAAC

HEX: #ACCAAC
RGB: (172,202,172)

Color info

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

RGB color model

#ACCAAC color RGB value is (172,202,172).

  • red value is 172;
  • green value is 202;
  • blue value is 172.
RGB:
(172,202,172)
(67%,79%,67%)

RGB channels and saturation

R 172 of 255 = 67%
G 202 of 255 = 79%
B 172 of 255 = 67%

172
202
172

R + G + B ~ 71%. #ACCAAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 202 + 172 = 546 (100%)
R 172 of 546 ~ 31.5%
G 202 of 546 ~ 37%
B 172 of 546 ~ 31.5%

%31.5
%37
%31.5

CMYK color model

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

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 14.85%
  • key color value is 20.78%
CMYK:
(15,0,15,21)
C15M0Y15K21 
(15%,0%,15%,21%)
(0.15/0.00/0.15/0.21)	

CMYK percentages

%14.85
%0
%14.85
%20.78

Codes

Color #ACCAAC in popluar color models

ACCAAC
RGB172202172
HSL120°22.06%73.33%
HSB/HSV120°14.85%79.22%
CMYK14.85%0.00%14.85%
20.78%

Color #ACCAAC in popluar number systems.

HEXACCAAC
Decimal172202172
Binary101011001100101010101100
Octal254312254

Shades and tints

Shades of #ACCAAC

#ACCAAC
(172,202,172)
#9DB89D
(157,184,157)
#8EA68E
(142,166,142)
#7F947F
(127,148,127)
#708270
(112,130,112)
#617061
(97,112,97)
#525E52
(82,94,82)
#434C43
(67,76,67)
#343A34
(52,58,52)
#252825
(37,40,37)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #ACCAAC

#ACCAAC
(172,202,172)
#B3CEB3
(179,206,179)
#BAD2BA
(186,210,186)
#C1D6C1
(193,214,193)
#C8DAC8
(200,218,200)
#CFDECF
(207,222,207)
#D6E2D6
(214,226,214)
#DDE6DD
(221,230,221)
#E4EAE4
(228,234,228)
#EBEEEB
(235,238,235)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCAAC; }

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

This text font color is #ACCAAC.


Background Color

.myBgColor { background-color: #ACCAAC; }

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

This div background color is #ACCAAC.


Border color

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

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

This div border color is #ACCAAC.


Opacity

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

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

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

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

This text has shadow with #ACCAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCAAC on black background.


Color preview on white background

This text has color #ACCAAC on white background.



Black color preview on #ACCAAC background

This text has black color on #ACCAAC background.


White color preview on #ACCAAC background

This text has white color on #ACCAAC background.