COLOR #ACE7FB

HEX: #ACE7FB
RGB: (172,231,251)

Color info

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

RGB color model

#ACE7FB color RGB value is (172,231,251).

  • red value is 172;
  • green value is 231;
  • blue value is 251.
RGB:
(172,231,251)
(67%,91%,98%)

RGB channels and saturation

R 172 of 255 = 67%
G 231 of 255 = 91%
B 251 of 255 = 98%

172
231
251

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

Portions of RGB colors in percentages

R + G + B =
172 + 231 + 251 = 654 (100%)
R 172 of 654 ~ 26.3%
G 231 of 654 ~ 35.32%
B 251 of 654 ~ 38.38%

%26.3
%35.32
%38.38

CMYK color model

#ACE7FB color CMYK value is (31,8,0,2).

  • cyan value is 31.47%
  • magenta value is 7.97%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(31,8,0,2)
C31M8Y0K2 
(31%,8%,0%,2%)
(0.31/0.08/0.00/0.02)	

CMYK percentages

%31.47
%7.97
%0
%1.57

Codes

Color #ACE7FB in popluar color models

ACE7FB
RGB172231251
HSL195°90.80%82.94%
HSB/HSV195°31.47%98.43%
CMYK31.47%7.97%0.00%
1.57%

Color #ACE7FB in popluar number systems.

HEXACE7FB
Decimal172231251
Binary101011001110011111111011
Octal254347373

Shades and tints

Shades of #ACE7FB

#ACE7FB
(172,231,251)
#9DD2E5
(157,210,229)
#8EBDCF
(142,189,207)
#7FA8B9
(127,168,185)
#7093A3
(112,147,163)
#617E8D
(97,126,141)
#526977
(82,105,119)
#435461
(67,84,97)
#343F4B
(52,63,75)
#252A35
(37,42,53)
#16151F
(22,21,31)
#000000
(0,0,0)

Tints of #ACE7FB

#ACE7FB
(172,231,251)
#B3E9FB
(179,233,251)
#BAEBFB
(186,235,251)
#C1EDFB
(193,237,251)
#C8EFFB
(200,239,251)
#CFF1FB
(207,241,251)
#D6F3FB
(214,243,251)
#DDF5FB
(221,245,251)
#E4F7FB
(228,247,251)
#EBF9FB
(235,249,251)
#F2FBFB
(242,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE7FB; }

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

This text font color is #ACE7FB.


Background Color

.myBgColor { background-color: #ACE7FB; }

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

This div background color is #ACE7FB.


Border color

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

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

This div border color is #ACE7FB.


Opacity

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

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

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

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

This text has shadow with #ACE7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE7FB on black background.


Color preview on white background

This text has color #ACE7FB on white background.



Black color preview on #ACE7FB background

This text has black color on #ACE7FB background.


White color preview on #ACE7FB background

This text has white color on #ACE7FB background.