COLOR #ACF5BC

HEX: #ACF5BC RGB: (172,245,188)

Color info

#ACF5BC contains mainly green and blue colors. Web safe color of #ACF5BC is #99FFCC (or #9FC).

RGB color model

#ACF5BC color RGB value is (172,245,188).

RGB: (172,245,188) (67%, 96%, 74%)

RGB channels and saturation

R 172 of 255 = 67%
G 245 of 255 = 96%
B 188 of 255 = 74%

172
245
188

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

Portions of RGB colors in percentages

R + G + B = 172 + 245 + 188 = 605 (100%)
R 172 of 605 ~ 28.43%
G 245 of 605 ~ 40.5%
B 188 of 605 ~ 31.07'%

%28.43
%40.5
%31.07

CMYK color model

#ACF5BC color CMYK value is (30,0,23,4).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 3.92%

CMYK: (30,0,23,4)
C30M0Y23K4 (30%, 0%, 23%, 4%)
(0.30 / 0.00 / 0.23 / 0.04)

CMYK percentages

%29.8
%0
%23.27
%3.92

Codes

Color #ACF5BC in popluar color models

AC F5 BC
RGB 172 245 188
HSL 133° 78.49% 81.76%
HSB/HSV 133° 29.80% 96.08%
CMYK 29.80% 0.00% 23.27%
3.92%

Color #ACF5BC in popluar number systems.

HEX AC F5 BC
Decimal 172 245 188
Binary 10101100 11110101 10111100
Octal 254 365 274

Shades and tints

Shades of #ACF5BC

#ACF5BC
(172,245,188)
#9DDFAB
(157,223,171)
#8EC99A
(142,201,154)
#7FB389
(127,179,137)
#709D78
(112,157,120)
#618767
(97,135,103)
#527156
(82,113,86)
#435B45
(67,91,69)
#344534
(52,69,52)
#252F23
(37,47,35)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #ACF5BC

#ACF5BC
(172,245,188)
#B3F5C2
(179,245,194)
#BAF5C8
(186,245,200)
#C1F5CE
(193,245,206)
#C8F5D4
(200,245,212)
#CFF5DA
(207,245,218)
#D6F5E0
(214,245,224)
#DDF5E6
(221,245,230)
#E4F5EC
(228,245,236)
#EBF5F2
(235,245,242)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACF5BC; }

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

This text font color is #ACF5BC.

Background Color

.myBgColor { background-color: #ACF5BC; }

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

This div background color is #ACF5BC.

Border color

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

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

This div border color is #ACF5BC.

Opacity

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

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

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

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

This text has shadow with #ACF5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACF5BC.

Preview

Color preview on black background

This text has color #ACF5BC on black background.


Color preview on white background

This text has color #ACF5BC on white background.


Black color preview on #ACF5BC background

This text has black color on #ACF5BC background.


White color preview on #ACF5BC background

This text has white color on #ACF5BC background.


Related colors

Complementary color

Complementary color for #hex is #530A43.


I love getcolorcode.com

Triadic colors

1 #BCACF5 and #F5BCAC with #ACF5BC are triadic colors.

2 #BCF5AC and #F5ACBC with #ACF5BC are triadic colors.