COLOR #ACFBB5

HEX: #ACFBB5 RGB: (172,251,181)

Color info

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

RGB color model

#ACFBB5 color RGB value is (172,251,181).

RGB: (172,251,181) (67%, 98%, 71%)

RGB channels and saturation

R 172 of 255 = 67%
G 251 of 255 = 98%
B 181 of 255 = 71%

172
251
181

R + G + B ~ 79%. #ACFBB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 251 + 181 = 604 (100%)
R 172 of 604 ~ 28.48%
G 251 of 604 ~ 41.56%
B 181 of 604 ~ 29.97'%

%28.48
%41.56
%29.97

CMYK color model

#ACFBB5 color CMYK value is (31,0,28,2).

  • cyan value is 31.47%
  • magenta value is 0.00%
  • yellow value is 27.89%
  • key color value is 1.57%

CMYK: (31,0,28,2)
C31M0Y28K2 (31%, 0%, 28%, 2%)
(0.31 / 0.00 / 0.28 / 0.02)

CMYK percentages

%31.47
%0
%27.89
%1.57

Codes

Color #ACFBB5 in popluar color models

AC FB B5
RGB 172 251 181
HSL 127° 90.80% 82.94%
HSB/HSV 127° 31.47% 98.43%
CMYK 31.47% 0.00% 27.89%
1.57%

Color #ACFBB5 in popluar number systems.

HEX AC FB B5
Decimal 172 251 181
Binary 10101100 11111011 10110101
Octal 254 373 265

Shades and tints

Shades of #ACFBB5

#ACFBB5
(172,251,181)
#9DE5A5
(157,229,165)
#8ECF95
(142,207,149)
#7FB985
(127,185,133)
#70A375
(112,163,117)
#618D65
(97,141,101)
#527755
(82,119,85)
#436145
(67,97,69)
#344B35
(52,75,53)
#253525
(37,53,37)
#161F15
(22,31,21)
#000000
(0,0,0)

Tints of #ACFBB5

#ACFBB5
(172,251,181)
#B3FBBB
(179,251,187)
#BAFBC1
(186,251,193)
#C1FBC7
(193,251,199)
#C8FBCD
(200,251,205)
#CFFBD3
(207,251,211)
#D6FBD9
(214,251,217)
#DDFBDF
(221,251,223)
#E4FBE5
(228,251,229)
#EBFBEB
(235,251,235)
#F2FBF1
(242,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACFBB5; }

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

This text font color is #ACFBB5.

Background Color

.myBgColor { background-color: #ACFBB5; }

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

This div background color is #ACFBB5.

Border color

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

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

This div border color is #ACFBB5.

Opacity

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

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

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

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

This text has shadow with #ACFBB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACFBB5.

Preview

Color preview on black background

This text has color #ACFBB5 on black background.


Color preview on white background

This text has color #ACFBB5 on white background.


Black color preview on #ACFBB5 background

This text has black color on #ACFBB5 background.


White color preview on #ACFBB5 background

This text has white color on #ACFBB5 background.


Related colors

Complementary color

Complementary color for #hex is #53044A.


I love getcolorcode.com

Triadic colors

1 #B5ACFB and #FBB5AC with #ACFBB5 are triadic colors.

2 #B5FBAC and #FBACB5 with #ACFBB5 are triadic colors.