COLOR #ACBDCB

HEX: #ACBDCB
RGB: (172,189,203)

Color info

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

RGB color model

#ACBDCB color RGB value is (172,189,203).

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

RGB channels and saturation

R 172 of 255 = 67%
G 189 of 255 = 74%
B 203 of 255 = 80%

172
189
203

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

Portions of RGB colors in percentages

R + G + B =
172 + 189 + 203 = 564 (100%)
R 172 of 564 ~ 30.5%
G 189 of 564 ~ 33.51%
B 203 of 564 ~ 35.99%

%30.5
%33.51
%35.99

CMYK color model

#ACBDCB color CMYK value is (15,7,0,20).

  • cyan value is 15.27%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(15,7,0,20)
C15M7Y0K20 
(15%,7%,0%,20%)
(0.15/0.07/0.00/0.20)	

CMYK percentages

%15.27
%6.9
%0
%20.39

Codes

Color #ACBDCB in popluar color models

ACBDCB
RGB172189203
HSL207°22.96%73.53%
HSB/HSV207°15.27%79.61%
CMYK15.27%6.90%0.00%
20.39%

Color #ACBDCB in popluar number systems.

HEXACBDCB
Decimal172189203
Binary101011001011110111001011
Octal254275313

Shades and tints

Shades of #ACBDCB

#ACBDCB
(172,189,203)
#9DACB9
(157,172,185)
#8E9BA7
(142,155,167)
#7F8A95
(127,138,149)
#707983
(112,121,131)
#616871
(97,104,113)
#52575F
(82,87,95)
#43464D
(67,70,77)
#34353B
(52,53,59)
#252429
(37,36,41)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #ACBDCB

#ACBDCB
(172,189,203)
#B3C3CF
(179,195,207)
#BAC9D3
(186,201,211)
#C1CFD7
(193,207,215)
#C8D5DB
(200,213,219)
#CFDBDF
(207,219,223)
#D6E1E3
(214,225,227)
#DDE7E7
(221,231,231)
#E4EDEB
(228,237,235)
#EBF3EF
(235,243,239)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBDCB; }

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

This text font color is #ACBDCB.


Background Color

.myBgColor { background-color: #ACBDCB; }

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

This div background color is #ACBDCB.


Border color

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

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

This div border color is #ACBDCB.


Opacity

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

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

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

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

This text has shadow with #ACBDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBDCB on black background.


Color preview on white background

This text has color #ACBDCB on white background.



Black color preview on #ACBDCB background

This text has black color on #ACBDCB background.


White color preview on #ACBDCB background

This text has white color on #ACBDCB background.