COLOR #ACFAB2

HEX: #ACFAB2 RGB: (172,250,178)

Color info

#ACFAB2 contains mainly green color. Web safe color of #ACFAB2 is #99FF99 (or #9F9).

RGB color model

#ACFAB2 color RGB value is (172,250,178).

RGB: (172,250,178) (67%, 98%, 70%)

RGB channels and saturation

R 172 of 255 = 67%
G 250 of 255 = 98%
B 178 of 255 = 70%

172
250
178

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

Portions of RGB colors in percentages

R + G + B = 172 + 250 + 178 = 600 (100%)
R 172 of 600 ~ 28.67%
G 250 of 600 ~ 41.67%
B 178 of 600 ~ 29.67'%

%28.67
%41.67
%29.67

CMYK color model

#ACFAB2 color CMYK value is (31,0,29,2).

  • cyan value is 31.20%
  • magenta value is 0.00%
  • yellow value is 28.80%
  • key color value is 1.96%

CMYK: (31,0,29,2)
C31M0Y29K2 (31%, 0%, 29%, 2%)
(0.31 / 0.00 / 0.29 / 0.02)

CMYK percentages

%31.2
%0
%28.8
%1.96

Codes

Color #ACFAB2 in popluar color models

AC FA B2
RGB 172 250 178
HSL 125° 88.64% 82.75%
HSB/HSV 125° 31.20% 98.04%
CMYK 31.20% 0.00% 28.80%
1.96%

Color #ACFAB2 in popluar number systems.

HEX AC FA B2
Decimal 172 250 178
Binary 10101100 11111010 10110010
Octal 254 372 262

Shades and tints

Shades of #ACFAB2

#ACFAB2
(172,250,178)
#9DE4A2
(157,228,162)
#8ECE92
(142,206,146)
#7FB882
(127,184,130)
#70A272
(112,162,114)
#618C62
(97,140,98)
#527652
(82,118,82)
#436042
(67,96,66)
#344A32
(52,74,50)
#253422
(37,52,34)
#161E12
(22,30,18)
#000000
(0,0,0)

Tints of #ACFAB2

#ACFAB2
(172,250,178)
#B3FAB9
(179,250,185)
#BAFAC0
(186,250,192)
#C1FAC7
(193,250,199)
#C8FACE
(200,250,206)
#CFFAD5
(207,250,213)
#D6FADC
(214,250,220)
#DDFAE3
(221,250,227)
#E4FAEA
(228,250,234)
#EBFAF1
(235,250,241)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACFAB2; }

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

This text font color is #ACFAB2.

Background Color

.myBgColor { background-color: #ACFAB2; }

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

This div background color is #ACFAB2.

Border color

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

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

This div border color is #ACFAB2.

Opacity

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

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

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

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

This text has shadow with #ACFAB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACFAB2.

Preview

Color preview on black background

This text has color #ACFAB2 on black background.


Color preview on white background

This text has color #ACFAB2 on white background.


Black color preview on #ACFAB2 background

This text has black color on #ACFAB2 background.


White color preview on #ACFAB2 background

This text has white color on #ACFAB2 background.


Related colors

Complementary color

Complementary color for #hex is #53054D.


I love getcolorcode.com

Triadic colors

1 #B2ACFA and #FAB2AC with #ACFAB2 are triadic colors.

2 #B2FAAC and #FAACB2 with #ACFAB2 are triadic colors.