COLOR #ACC0BE

HEX: #ACC0BE
RGB: (172,192,190)

Color info

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

RGB color model

#ACC0BE color RGB value is (172,192,190).

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

RGB channels and saturation

R 172 of 255 = 67%
G 192 of 255 = 75%
B 190 of 255 = 75%

172
192
190

R + G + B ~ 72%. #ACC0BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 192 + 190 = 554 (100%)
R 172 of 554 ~ 31.05%
G 192 of 554 ~ 34.66%
B 190 of 554 ~ 34.3%

%31.05
%34.66
%34.3

CMYK color model

#ACC0BE color CMYK value is (10,0,1,25).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 1.04%
  • key color value is 24.71%
CMYK:
(10,0,1,25)
C10M0Y1K25 
(10%,0%,1%,25%)
(0.10/0.00/0.01/0.25)	

CMYK percentages

%10.42
%0
%1.04
%24.71

Codes

Color #ACC0BE in popluar color models

ACC0BE
RGB172192190
HSL174°13.70%71.37%
HSB/HSV174°10.42%75.29%
CMYK10.42%0.00%1.04%
24.71%

Color #ACC0BE in popluar number systems.

HEXACC0BE
Decimal172192190
Binary101011001100000010111110
Octal254300276

Shades and tints

Shades of #ACC0BE

#ACC0BE
(172,192,190)
#9DAFAD
(157,175,173)
#8E9E9C
(142,158,156)
#7F8D8B
(127,141,139)
#707C7A
(112,124,122)
#616B69
(97,107,105)
#525A58
(82,90,88)
#434947
(67,73,71)
#343836
(52,56,54)
#252725
(37,39,37)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #ACC0BE

#ACC0BE
(172,192,190)
#B3C5C3
(179,197,195)
#BACAC8
(186,202,200)
#C1CFCD
(193,207,205)
#C8D4D2
(200,212,210)
#CFD9D7
(207,217,215)
#D6DEDC
(214,222,220)
#DDE3E1
(221,227,225)
#E4E8E6
(228,232,230)
#EBEDEB
(235,237,235)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC0BE; }

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

This text font color is #ACC0BE.


Background Color

.myBgColor { background-color: #ACC0BE; }

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

This div background color is #ACC0BE.


Border color

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

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

This div border color is #ACC0BE.


Opacity

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

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

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

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

This text has shadow with #ACC0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC0BE on black background.


Color preview on white background

This text has color #ACC0BE on white background.



Black color preview on #ACC0BE background

This text has black color on #ACC0BE background.


White color preview on #ACC0BE background

This text has white color on #ACC0BE background.