COLOR #9AF4C6

HEX: #9AF4C6
RGB: (154,244,198)

Color info

#9AF4C6 contains mainly green and blue colors. Web safe color of #9AF4C6 is #99FFCC (or #9FC).

RGB color model

#9AF4C6 color RGB value is (154,244,198).

  • red value is 154;
  • green value is 244;
  • blue value is 198.
RGB:
(154,244,198)
(60%,96%,78%)

RGB channels and saturation

R 154 of 255 = 60%
G 244 of 255 = 96%
B 198 of 255 = 78%

154
244
198

R + G + B ~ 78%. #9AF4C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 244 + 198 = 596 (100%)
R 154 of 596 ~ 25.84%
G 244 of 596 ~ 40.94%
B 198 of 596 ~ 33.22%

%25.84
%40.94
%33.22

CMYK color model

#9AF4C6 color CMYK value is (37,0,19,4).

  • cyan value is 36.89%
  • magenta value is 0.00%
  • yellow value is 18.85%
  • key color value is 4.31%
CMYK:
(37,0,19,4)
C37M0Y19K4 
(37%,0%,19%,4%)
(0.37/0.00/0.19/0.04)	

CMYK percentages

%36.89
%0
%18.85
%4.31

Codes

Color #9AF4C6 in popluar color models

9AF4C6
RGB154244198
HSL149°80.36%78.04%
HSB/HSV149°36.89%95.69%
CMYK36.89%0.00%18.85%
4.31%

Color #9AF4C6 in popluar number systems.

HEX9AF4C6
Decimal154244198
Binary100110101111010011000110
Octal232364306

Shades and tints

Shades of #9AF4C6

#9AF4C6
(154,244,198)
#8CDEB4
(140,222,180)
#7EC8A2
(126,200,162)
#70B290
(112,178,144)
#629C7E
(98,156,126)
#54866C
(84,134,108)
#46705A
(70,112,90)
#385A48
(56,90,72)
#2A4436
(42,68,54)
#1C2E24
(28,46,36)
#0E1812
(14,24,18)
#000000
(0,0,0)

Tints of #9AF4C6

#9AF4C6
(154,244,198)
#A3F5CB
(163,245,203)
#ACF6D0
(172,246,208)
#B5F7D5
(181,247,213)
#BEF8DA
(190,248,218)
#C7F9DF
(199,249,223)
#D0FAE4
(208,250,228)
#D9FBE9
(217,251,233)
#E2FCEE
(226,252,238)
#EBFDF3
(235,253,243)
#F4FEF8
(244,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AF4C6 color. Also use rgb(154,244,198) instead hex code.

Text Font Color

.myTextColor { color: #9AF4C6; }

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

This text font color is #9AF4C6.


Background Color

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

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

This div background color is #9AF4C6.


Border color

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

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

This div border color is #9AF4C6.


Opacity

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

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

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

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

This text has shadow with #9AF4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AF4C6 on black background.


Color preview on white background

This text has color #9AF4C6 on white background.



Black color preview on #9AF4C6 background

This text has black color on #9AF4C6 background.


White color preview on #9AF4C6 background

This text has white color on #9AF4C6 background.