COLOR #ACF6B5

HEX: #ACF6B5
RGB: (172,246,181)

Color info

#ACF6B5 contains mainly green color. Web safe color of #ACF6B5 is #99FFCC (or #9FC).

RGB color model

#ACF6B5 color RGB value is (172,246,181).

  • red value is 172;
  • green value is 246;
  • blue value is 181.
RGB:
(172,246,181)
(67%,96%,71%)

RGB channels and saturation

R 172 of 255 = 67%
G 246 of 255 = 96%
B 181 of 255 = 71%

172
246
181

R + G + B ~ 78%. #ACF6B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 246 + 181 = 599 (100%)
R 172 of 599 ~ 28.71%
G 246 of 599 ~ 41.07%
B 181 of 599 ~ 30.22%

%28.71
%41.07
%30.22

CMYK color model

#ACF6B5 color CMYK value is (30,0,26,4).

  • cyan value is 30.08%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 3.53%
CMYK:
(30,0,26,4)
C30M0Y26K4 
(30%,0%,26%,4%)
(0.30/0.00/0.26/0.04)	

CMYK percentages

%30.08
%0
%26.42
%3.53

Codes

Color #ACF6B5 in popluar color models

ACF6B5
RGB172246181
HSL127°80.43%81.96%
HSB/HSV127°30.08%96.47%
CMYK30.08%0.00%26.42%
3.53%

Color #ACF6B5 in popluar number systems.

HEXACF6B5
Decimal172246181
Binary101011001111011010110101
Octal254366265

Shades and tints

Shades of #ACF6B5

#ACF6B5
(172,246,181)
#9DE0A5
(157,224,165)
#8ECA95
(142,202,149)
#7FB485
(127,180,133)
#709E75
(112,158,117)
#618865
(97,136,101)
#527255
(82,114,85)
#435C45
(67,92,69)
#344635
(52,70,53)
#253025
(37,48,37)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #ACF6B5

#ACF6B5
(172,246,181)
#B3F6BB
(179,246,187)
#BAF6C1
(186,246,193)
#C1F6C7
(193,246,199)
#C8F6CD
(200,246,205)
#CFF6D3
(207,246,211)
#D6F6D9
(214,246,217)
#DDF6DF
(221,246,223)
#E4F6E5
(228,246,229)
#EBF6EB
(235,246,235)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACF6B5; }

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

This text font color is #ACF6B5.


Background Color

.myBgColor { background-color: #ACF6B5; }

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

This div background color is #ACF6B5.


Border color

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

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

This div border color is #ACF6B5.


Opacity

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

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

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

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

This text has shadow with #ACF6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF6B5 on black background.


Color preview on white background

This text has color #ACF6B5 on white background.



Black color preview on #ACF6B5 background

This text has black color on #ACF6B5 background.


White color preview on #ACF6B5 background

This text has white color on #ACF6B5 background.