COLOR #ACBEC2

HEX: #ACBEC2
RGB: (172,190,194)

Color info

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

RGB color model

#ACBEC2 color RGB value is (172,190,194).

  • red value is 172;
  • green value is 190;
  • blue value is 194.
RGB:
(172,190,194)
(67%,75%,76%)

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 194 of 255 = 76%

172
190
194

R + G + B ~ 73%. #ACBEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 190 + 194 = 556 (100%)
R 172 of 556 ~ 30.94%
G 190 of 556 ~ 34.17%
B 194 of 556 ~ 34.89%

%30.94
%34.17
%34.89

CMYK color model

#ACBEC2 color CMYK value is (11,2,0,24).

  • cyan value is 11.34%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(11,2,0,24)
C11M2Y0K24 
(11%,2%,0%,24%)
(0.11/0.02/0.00/0.24)	

CMYK percentages

%11.34
%2.06
%0
%23.92

Codes

Color #ACBEC2 in popluar color models

ACBEC2
RGB172190194
HSL191°15.28%71.76%
HSB/HSV191°11.34%76.08%
CMYK11.34%2.06%0.00%
23.92%

Color #ACBEC2 in popluar number systems.

HEXACBEC2
Decimal172190194
Binary101011001011111011000010
Octal254276302

Shades and tints

Shades of #ACBEC2

#ACBEC2
(172,190,194)
#9DADB1
(157,173,177)
#8E9CA0
(142,156,160)
#7F8B8F
(127,139,143)
#707A7E
(112,122,126)
#61696D
(97,105,109)
#52585C
(82,88,92)
#43474B
(67,71,75)
#34363A
(52,54,58)
#252529
(37,37,41)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #ACBEC2

#ACBEC2
(172,190,194)
#B3C3C7
(179,195,199)
#BAC8CC
(186,200,204)
#C1CDD1
(193,205,209)
#C8D2D6
(200,210,214)
#CFD7DB
(207,215,219)
#D6DCE0
(214,220,224)
#DDE1E5
(221,225,229)
#E4E6EA
(228,230,234)
#EBEBEF
(235,235,239)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBEC2 color. Also use rgb(172,190,194) instead hex code.

Text Font Color

.myTextColor { color: #ACBEC2; }

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

This text font color is #ACBEC2.


Background Color

.myBgColor { background-color: #ACBEC2; }

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

This div background color is #ACBEC2.


Border color

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

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

This div border color is #ACBEC2.


Opacity

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

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

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

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

This text has shadow with #ACBEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBEC2 on black background.


Color preview on white background

This text has color #ACBEC2 on white background.



Black color preview on #ACBEC2 background

This text has black color on #ACBEC2 background.


White color preview on #ACBEC2 background

This text has white color on #ACBEC2 background.