COLOR #9ACCB4

HEX: #9ACCB4
RGB: (154,204,180)

Color info

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

RGB color model

#9ACCB4 color RGB value is (154,204,180).

  • red value is 154;
  • green value is 204;
  • blue value is 180.
RGB:
(154,204,180)
(60%,80%,71%)

RGB channels and saturation

R 154 of 255 = 60%
G 204 of 255 = 80%
B 180 of 255 = 71%

154
204
180

R + G + B ~ 70%. #9ACCB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 204 + 180 = 538 (100%)
R 154 of 538 ~ 28.62%
G 204 of 538 ~ 37.92%
B 180 of 538 ~ 33.46%

%28.62
%37.92
%33.46

CMYK color model

#9ACCB4 color CMYK value is (25,0,12,20).

  • cyan value is 24.51%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 20.00%
CMYK:
(25,0,12,20)
C25M0Y12K20 
(25%,0%,12%,20%)
(0.25/0.00/0.12/0.20)	

CMYK percentages

%24.51
%0
%11.76
%20

Codes

Color #9ACCB4 in popluar color models

9ACCB4
RGB154204180
HSL151°32.89%70.20%
HSB/HSV151°24.51%80.00%
CMYK24.51%0.00%11.76%
20.00%

Color #9ACCB4 in popluar number systems.

HEX9ACCB4
Decimal154204180
Binary100110101100110010110100
Octal232314264

Shades and tints

Shades of #9ACCB4

#9ACCB4
(154,204,180)
#8CBAA4
(140,186,164)
#7EA894
(126,168,148)
#709684
(112,150,132)
#628474
(98,132,116)
#547264
(84,114,100)
#466054
(70,96,84)
#384E44
(56,78,68)
#2A3C34
(42,60,52)
#1C2A24
(28,42,36)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #9ACCB4

#9ACCB4
(154,204,180)
#A3D0BA
(163,208,186)
#ACD4C0
(172,212,192)
#B5D8C6
(181,216,198)
#BEDCCC
(190,220,204)
#C7E0D2
(199,224,210)
#D0E4D8
(208,228,216)
#D9E8DE
(217,232,222)
#E2ECE4
(226,236,228)
#EBF0EA
(235,240,234)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACCB4 color. Also use rgb(154,204,180) instead hex code.

Text Font Color

.myTextColor { color: #9ACCB4; }

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

This text font color is #9ACCB4.


Background Color

.myBgColor { background-color: #9ACCB4; }

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

This div background color is #9ACCB4.


Border color

.myBorderColor { border: 1px solid #9ACCB4; }

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

This div border color is #9ACCB4.


Opacity

.myOpacity80 { color: #9ACCB4; opacity: 0.8; }

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

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

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

This text has shadow with #9ACCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACCB4 on black background.


Color preview on white background

This text has color #9ACCB4 on white background.



Black color preview on #9ACCB4 background

This text has black color on #9ACCB4 background.


White color preview on #9ACCB4 background

This text has white color on #9ACCB4 background.