COLOR #ACC4BE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

172
196
190

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

Portions of RGB colors in percentages

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

%30.82
%35.13
%34.05

CMYK color model

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

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

CMYK percentages

%12.24
%0
%3.06
%23.14

Codes

Color #ACC4BE in popluar color models

ACC4BE
RGB172196190
HSL165°16.90%72.16%
HSB/HSV165°12.24%76.86%
CMYK12.24%0.00%3.06%
23.14%

Color #ACC4BE in popluar number systems.

HEXACC4BE
Decimal172196190
Binary101011001100010010111110
Octal254304276

Shades and tints

Shades of #ACC4BE

#ACC4BE
(172,196,190)
#9DB3AD
(157,179,173)
#8EA29C
(142,162,156)
#7F918B
(127,145,139)
#70807A
(112,128,122)
#616F69
(97,111,105)
#525E58
(82,94,88)
#434D47
(67,77,71)
#343C36
(52,60,54)
#252B25
(37,43,37)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #ACC4BE

#ACC4BE
(172,196,190)
#B3C9C3
(179,201,195)
#BACEC8
(186,206,200)
#C1D3CD
(193,211,205)
#C8D8D2
(200,216,210)
#CFDDD7
(207,221,215)
#D6E2DC
(214,226,220)
#DDE7E1
(221,231,225)
#E4ECE6
(228,236,230)
#EBF1EB
(235,241,235)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC4BE; }

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

This text font color is #ACC4BE.


Background Color

.myBgColor { background-color: #ACC4BE; }

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

This div background color is #ACC4BE.


Border color

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

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

This div border color is #ACC4BE.


Opacity

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

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

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

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

This text has shadow with #ACC4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC4BE on black background.


Color preview on white background

This text has color #ACC4BE on white background.



Black color preview on #ACC4BE background

This text has black color on #ACC4BE background.


White color preview on #ACC4BE background

This text has white color on #ACC4BE background.