COLOR #ACF1EB

HEX: #ACF1EB
RGB: (172,241,235)

Color info

#ACF1EB contains mainly green and blue colors. Web safe color of #ACF1EB is #99FFFF (or #9FF).

RGB color model

#ACF1EB color RGB value is (172,241,235).

  • red value is 172;
  • green value is 241;
  • blue value is 235.
RGB:
(172,241,235)
(67%,95%,92%)

RGB channels and saturation

R 172 of 255 = 67%
G 241 of 255 = 95%
B 235 of 255 = 92%

172
241
235

R + G + B ~ 85%. #ACF1EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 241 + 235 = 648 (100%)
R 172 of 648 ~ 26.54%
G 241 of 648 ~ 37.19%
B 235 of 648 ~ 36.27%

%26.54
%37.19
%36.27

CMYK color model

#ACF1EB color CMYK value is (29,0,2,5).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 2.49%
  • key color value is 5.49%
CMYK:
(29,0,2,5)
C29M0Y2K5 
(29%,0%,2%,5%)
(0.29/0.00/0.02/0.05)	

CMYK percentages

%28.63
%0
%2.49
%5.49

Codes

Color #ACF1EB in popluar color models

ACF1EB
RGB172241235
HSL175°71.13%80.98%
HSB/HSV175°28.63%94.51%
CMYK28.63%0.00%2.49%
5.49%

Color #ACF1EB in popluar number systems.

HEXACF1EB
Decimal172241235
Binary101011001111000111101011
Octal254361353

Shades and tints

Shades of #ACF1EB

#ACF1EB
(172,241,235)
#9DDCD6
(157,220,214)
#8EC7C1
(142,199,193)
#7FB2AC
(127,178,172)
#709D97
(112,157,151)
#618882
(97,136,130)
#52736D
(82,115,109)
#435E58
(67,94,88)
#344943
(52,73,67)
#25342E
(37,52,46)
#161F19
(22,31,25)
#000000
(0,0,0)

Tints of #ACF1EB

#ACF1EB
(172,241,235)
#B3F2EC
(179,242,236)
#BAF3ED
(186,243,237)
#C1F4EE
(193,244,238)
#C8F5EF
(200,245,239)
#CFF6F0
(207,246,240)
#D6F7F1
(214,247,241)
#DDF8F2
(221,248,242)
#E4F9F3
(228,249,243)
#EBFAF4
(235,250,244)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF1EB color. Also use rgb(172,241,235) instead hex code.

Text Font Color

.myTextColor { color: #ACF1EB; }

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

This text font color is #ACF1EB.


Background Color

.myBgColor { background-color: #ACF1EB; }

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

This div background color is #ACF1EB.


Border color

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

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

This div border color is #ACF1EB.


Opacity

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

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

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

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

This text has shadow with #ACF1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF1EB on black background.


Color preview on white background

This text has color #ACF1EB on white background.



Black color preview on #ACF1EB background

This text has black color on #ACF1EB background.


White color preview on #ACF1EB background

This text has white color on #ACF1EB background.