COLOR #9ACFC4

HEX: #9ACFC4
RGB: (154,207,196)

Color info

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

RGB color model

#9ACFC4 color RGB value is (154,207,196).

  • red value is 154;
  • green value is 207;
  • blue value is 196.
RGB:
(154,207,196)
(60%,81%,77%)

RGB channels and saturation

R 154 of 255 = 60%
G 207 of 255 = 81%
B 196 of 255 = 77%

154
207
196

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

Portions of RGB colors in percentages

R + G + B =
154 + 207 + 196 = 557 (100%)
R 154 of 557 ~ 27.65%
G 207 of 557 ~ 37.16%
B 196 of 557 ~ 35.19%

%27.65
%37.16
%35.19

CMYK color model

#9ACFC4 color CMYK value is (26,0,5,19).

  • cyan value is 25.60%
  • magenta value is 0.00%
  • yellow value is 5.31%
  • key color value is 18.82%
CMYK:
(26,0,5,19)
C26M0Y5K19 
(26%,0%,5%,19%)
(0.26/0.00/0.05/0.19)	

CMYK percentages

%25.6
%0
%5.31
%18.82

Codes

Color #9ACFC4 in popluar color models

9ACFC4
RGB154207196
HSL168°35.57%70.78%
HSB/HSV168°25.60%81.18%
CMYK25.60%0.00%5.31%
18.82%

Color #9ACFC4 in popluar number systems.

HEX9ACFC4
Decimal154207196
Binary100110101100111111000100
Octal232317304

Shades and tints

Shades of #9ACFC4

#9ACFC4
(154,207,196)
#8CBDB3
(140,189,179)
#7EABA2
(126,171,162)
#709991
(112,153,145)
#628780
(98,135,128)
#54756F
(84,117,111)
#46635E
(70,99,94)
#38514D
(56,81,77)
#2A3F3C
(42,63,60)
#1C2D2B
(28,45,43)
#0E1B1A
(14,27,26)
#000000
(0,0,0)

Tints of #9ACFC4

#9ACFC4
(154,207,196)
#A3D3C9
(163,211,201)
#ACD7CE
(172,215,206)
#B5DBD3
(181,219,211)
#BEDFD8
(190,223,216)
#C7E3DD
(199,227,221)
#D0E7E2
(208,231,226)
#D9EBE7
(217,235,231)
#E2EFEC
(226,239,236)
#EBF3F1
(235,243,241)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACFC4 color. Also use rgb(154,207,196) instead hex code.

Text Font Color

.myTextColor { color: #9ACFC4; }

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

This text font color is #9ACFC4.


Background Color

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

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

This div background color is #9ACFC4.


Border color

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

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

This div border color is #9ACFC4.


Opacity

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

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

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

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

This text has shadow with #9ACFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACFC4 on black background.


Color preview on white background

This text has color #9ACFC4 on white background.



Black color preview on #9ACFC4 background

This text has black color on #9ACFC4 background.


White color preview on #9ACFC4 background

This text has white color on #9ACFC4 background.