COLOR #9ACBC8

HEX: #9ACBC8
RGB: (154,203,200)

Color info

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

RGB color model

#9ACBC8 color RGB value is (154,203,200).

  • red value is 154;
  • green value is 203;
  • blue value is 200.
RGB:
(154,203,200)
(60%,80%,78%)

RGB channels and saturation

R 154 of 255 = 60%
G 203 of 255 = 80%
B 200 of 255 = 78%

154
203
200

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

Portions of RGB colors in percentages

R + G + B =
154 + 203 + 200 = 557 (100%)
R 154 of 557 ~ 27.65%
G 203 of 557 ~ 36.45%
B 200 of 557 ~ 35.91%

%27.65
%36.45
%35.91

CMYK color model

#9ACBC8 color CMYK value is (24,0,1,20).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 1.48%
  • key color value is 20.39%
CMYK:
(24,0,1,20)
C24M0Y1K20 
(24%,0%,1%,20%)
(0.24/0.00/0.01/0.20)	

CMYK percentages

%24.14
%0
%1.48
%20.39

Codes

Color #9ACBC8 in popluar color models

9ACBC8
RGB154203200
HSL176°32.03%70.00%
HSB/HSV176°24.14%79.61%
CMYK24.14%0.00%1.48%
20.39%

Color #9ACBC8 in popluar number systems.

HEX9ACBC8
Decimal154203200
Binary100110101100101111001000
Octal232313310

Shades and tints

Shades of #9ACBC8

#9ACBC8
(154,203,200)
#8CB9B6
(140,185,182)
#7EA7A4
(126,167,164)
#709592
(112,149,146)
#628380
(98,131,128)
#54716E
(84,113,110)
#465F5C
(70,95,92)
#384D4A
(56,77,74)
#2A3B38
(42,59,56)
#1C2926
(28,41,38)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #9ACBC8

#9ACBC8
(154,203,200)
#A3CFCD
(163,207,205)
#ACD3D2
(172,211,210)
#B5D7D7
(181,215,215)
#BEDBDC
(190,219,220)
#C7DFE1
(199,223,225)
#D0E3E6
(208,227,230)
#D9E7EB
(217,231,235)
#E2EBF0
(226,235,240)
#EBEFF5
(235,239,245)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACBC8 color. Also use rgb(154,203,200) instead hex code.

Text Font Color

.myTextColor { color: #9ACBC8; }

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

This text font color is #9ACBC8.


Background Color

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

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

This div background color is #9ACBC8.


Border color

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

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

This div border color is #9ACBC8.


Opacity

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

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

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

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

This text has shadow with #9ACBC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACBC8 on black background.


Color preview on white background

This text has color #9ACBC8 on white background.



Black color preview on #9ACBC8 background

This text has black color on #9ACBC8 background.


White color preview on #9ACBC8 background

This text has white color on #9ACBC8 background.