COLOR #ACE5CB

HEX: #ACE5CB
RGB: (172,229,203)

Color info

#ACE5CB contains red, green and blue colors in about the same proportion. Web safe color of #ACE5CB is #99CCCC (or #9CC).

RGB color model

#ACE5CB color RGB value is (172,229,203).

  • red value is 172;
  • green value is 229;
  • blue value is 203.
RGB:
(172,229,203)
(67%,90%,80%)

RGB channels and saturation

R 172 of 255 = 67%
G 229 of 255 = 90%
B 203 of 255 = 80%

172
229
203

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

Portions of RGB colors in percentages

R + G + B =
172 + 229 + 203 = 604 (100%)
R 172 of 604 ~ 28.48%
G 229 of 604 ~ 37.91%
B 203 of 604 ~ 33.61%

%28.48
%37.91
%33.61

CMYK color model

#ACE5CB color CMYK value is (25,0,11,10).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 11.35%
  • key color value is 10.20%
CMYK:
(25,0,11,10)
C25M0Y11K10 
(25%,0%,11%,10%)
(0.25/0.00/0.11/0.10)	

CMYK percentages

%24.89
%0
%11.35
%10.2

Codes

Color #ACE5CB in popluar color models

ACE5CB
RGB172229203
HSL153°52.29%78.63%
HSB/HSV153°24.89%89.80%
CMYK24.89%0.00%11.35%
10.20%

Color #ACE5CB in popluar number systems.

HEXACE5CB
Decimal172229203
Binary101011001110010111001011
Octal254345313

Shades and tints

Shades of #ACE5CB

#ACE5CB
(172,229,203)
#9DD1B9
(157,209,185)
#8EBDA7
(142,189,167)
#7FA995
(127,169,149)
#709583
(112,149,131)
#618171
(97,129,113)
#526D5F
(82,109,95)
#43594D
(67,89,77)
#34453B
(52,69,59)
#253129
(37,49,41)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #ACE5CB

#ACE5CB
(172,229,203)
#B3E7CF
(179,231,207)
#BAE9D3
(186,233,211)
#C1EBD7
(193,235,215)
#C8EDDB
(200,237,219)
#CFEFDF
(207,239,223)
#D6F1E3
(214,241,227)
#DDF3E7
(221,243,231)
#E4F5EB
(228,245,235)
#EBF7EF
(235,247,239)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE5CB color. Also use rgb(172,229,203) instead hex code.

Text Font Color

.myTextColor { color: #ACE5CB; }

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

This text font color is #ACE5CB.


Background Color

.myBgColor { background-color: #ACE5CB; }

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

This div background color is #ACE5CB.


Border color

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

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

This div border color is #ACE5CB.


Opacity

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

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

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

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

This text has shadow with #ACE5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE5CB on black background.


Color preview on white background

This text has color #ACE5CB on white background.



Black color preview on #ACE5CB background

This text has black color on #ACE5CB background.


White color preview on #ACE5CB background

This text has white color on #ACE5CB background.