COLOR #ACBEC4

HEX: #ACBEC4
RGB: (172,190,196)

Color info

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

RGB color model

#ACBEC4 color RGB value is (172,190,196).

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

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 196 of 255 = 77%

172
190
196

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

Portions of RGB colors in percentages

R + G + B =
172 + 190 + 196 = 558 (100%)
R 172 of 558 ~ 30.82%
G 190 of 558 ~ 34.05%
B 196 of 558 ~ 35.13%

%30.82
%34.05
%35.13

CMYK color model

#ACBEC4 color CMYK value is (12,3,0,23).

  • cyan value is 12.24%
  • magenta value is 3.06%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(12,3,0,23)
C12M3Y0K23 
(12%,3%,0%,23%)
(0.12/0.03/0.00/0.23)	

CMYK percentages

%12.24
%3.06
%0
%23.14

Codes

Color #ACBEC4 in popluar color models

ACBEC4
RGB172190196
HSL195°16.90%72.16%
HSB/HSV195°12.24%76.86%
CMYK12.24%3.06%0.00%
23.14%

Color #ACBEC4 in popluar number systems.

HEXACBEC4
Decimal172190196
Binary101011001011111011000100
Octal254276304

Shades and tints

Shades of #ACBEC4

#ACBEC4
(172,190,196)
#9DADB3
(157,173,179)
#8E9CA2
(142,156,162)
#7F8B91
(127,139,145)
#707A80
(112,122,128)
#61696F
(97,105,111)
#52585E
(82,88,94)
#43474D
(67,71,77)
#34363C
(52,54,60)
#25252B
(37,37,43)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #ACBEC4

#ACBEC4
(172,190,196)
#B3C3C9
(179,195,201)
#BAC8CE
(186,200,206)
#C1CDD3
(193,205,211)
#C8D2D8
(200,210,216)
#CFD7DD
(207,215,221)
#D6DCE2
(214,220,226)
#DDE1E7
(221,225,231)
#E4E6EC
(228,230,236)
#EBEBF1
(235,235,241)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBEC4; }

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

This text font color is #ACBEC4.


Background Color

.myBgColor { background-color: #ACBEC4; }

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

This div background color is #ACBEC4.


Border color

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

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

This div border color is #ACBEC4.


Opacity

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

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

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

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

This text has shadow with #ACBEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBEC4 on black background.


Color preview on white background

This text has color #ACBEC4 on white background.



Black color preview on #ACBEC4 background

This text has black color on #ACBEC4 background.


White color preview on #ACBEC4 background

This text has white color on #ACBEC4 background.