COLOR #ACBECB

HEX: #ACBECB
RGB: (172,190,203)

Color info

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

RGB color model

#ACBECB color RGB value is (172,190,203).

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

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 203 of 255 = 80%

172
190
203

R + G + B ~ 74%. #ACBECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 190 + 203 = 565 (100%)
R 172 of 565 ~ 30.44%
G 190 of 565 ~ 33.63%
B 203 of 565 ~ 35.93%

%30.44
%33.63
%35.93

CMYK color model

#ACBECB color CMYK value is (15,6,0,20).

  • cyan value is 15.27%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(15,6,0,20)
C15M6Y0K20 
(15%,6%,0%,20%)
(0.15/0.06/0.00/0.20)	

CMYK percentages

%15.27
%6.4
%0
%20.39

Codes

Color #ACBECB in popluar color models

ACBECB
RGB172190203
HSL205°22.96%73.53%
HSB/HSV205°15.27%79.61%
CMYK15.27%6.40%0.00%
20.39%

Color #ACBECB in popluar number systems.

HEXACBECB
Decimal172190203
Binary101011001011111011001011
Octal254276313

Shades and tints

Shades of #ACBECB

#ACBECB
(172,190,203)
#9DADB9
(157,173,185)
#8E9CA7
(142,156,167)
#7F8B95
(127,139,149)
#707A83
(112,122,131)
#616971
(97,105,113)
#52585F
(82,88,95)
#43474D
(67,71,77)
#34363B
(52,54,59)
#252529
(37,37,41)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #ACBECB

#ACBECB
(172,190,203)
#B3C3CF
(179,195,207)
#BAC8D3
(186,200,211)
#C1CDD7
(193,205,215)
#C8D2DB
(200,210,219)
#CFD7DF
(207,215,223)
#D6DCE3
(214,220,227)
#DDE1E7
(221,225,231)
#E4E6EB
(228,230,235)
#EBEBEF
(235,235,239)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBECB; }

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

This text font color is #ACBECB.


Background Color

.myBgColor { background-color: #ACBECB; }

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

This div background color is #ACBECB.


Border color

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

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

This div border color is #ACBECB.


Opacity

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

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

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

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

This text has shadow with #ACBECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBECB on black background.


Color preview on white background

This text has color #ACBECB on white background.



Black color preview on #ACBECB background

This text has black color on #ACBECB background.


White color preview on #ACBECB background

This text has white color on #ACBECB background.