COLOR #ACCFA1

HEX: #ACCFA1
RGB: (172,207,161)

Color info

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

RGB color model

#ACCFA1 color RGB value is (172,207,161).

  • red value is 172;
  • green value is 207;
  • blue value is 161.
RGB:
(172,207,161)
(67%,81%,63%)

RGB channels and saturation

R 172 of 255 = 67%
G 207 of 255 = 81%
B 161 of 255 = 63%

172
207
161

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

Portions of RGB colors in percentages

R + G + B =
172 + 207 + 161 = 540 (100%)
R 172 of 540 ~ 31.85%
G 207 of 540 ~ 38.33%
B 161 of 540 ~ 29.81%

%31.85
%38.33
%29.81

CMYK color model

#ACCFA1 color CMYK value is (17,0,22,19).

  • cyan value is 16.91%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 18.82%
CMYK:
(17,0,22,19)
C17M0Y22K19 
(17%,0%,22%,19%)
(0.17/0.00/0.22/0.19)	

CMYK percentages

%16.91
%0
%22.22
%18.82

Codes

Color #ACCFA1 in popluar color models

ACCFA1
RGB172207161
HSL106°32.39%72.16%
HSB/HSV106°22.22%81.18%
CMYK16.91%0.00%22.22%
18.82%

Color #ACCFA1 in popluar number systems.

HEXACCFA1
Decimal172207161
Binary101011001100111110100001
Octal254317241

Shades and tints

Shades of #ACCFA1

#ACCFA1
(172,207,161)
#9DBD93
(157,189,147)
#8EAB85
(142,171,133)
#7F9977
(127,153,119)
#708769
(112,135,105)
#61755B
(97,117,91)
#52634D
(82,99,77)
#43513F
(67,81,63)
#343F31
(52,63,49)
#252D23
(37,45,35)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #ACCFA1

#ACCFA1
(172,207,161)
#B3D3A9
(179,211,169)
#BAD7B1
(186,215,177)
#C1DBB9
(193,219,185)
#C8DFC1
(200,223,193)
#CFE3C9
(207,227,201)
#D6E7D1
(214,231,209)
#DDEBD9
(221,235,217)
#E4EFE1
(228,239,225)
#EBF3E9
(235,243,233)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCFA1; }

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

This text font color is #ACCFA1.


Background Color

.myBgColor { background-color: #ACCFA1; }

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

This div background color is #ACCFA1.


Border color

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

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

This div border color is #ACCFA1.


Opacity

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

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

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

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

This text has shadow with #ACCFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCFA1 on black background.


Color preview on white background

This text has color #ACCFA1 on white background.



Black color preview on #ACCFA1 background

This text has black color on #ACCFA1 background.


White color preview on #ACCFA1 background

This text has white color on #ACCFA1 background.