COLOR #9AEAC6

HEX: #9AEAC6
RGB: (154,234,198)

Color info

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

RGB color model

#9AEAC6 color RGB value is (154,234,198).

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

RGB channels and saturation

R 154 of 255 = 60%
G 234 of 255 = 92%
B 198 of 255 = 78%

154
234
198

R + G + B ~ 77%. #9AEAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 234 + 198 = 586 (100%)
R 154 of 586 ~ 26.28%
G 234 of 586 ~ 39.93%
B 198 of 586 ~ 33.79%

%26.28
%39.93
%33.79

CMYK color model

#9AEAC6 color CMYK value is (34,0,15,8).

  • cyan value is 34.19%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 8.24%
CMYK:
(34,0,15,8)
C34M0Y15K8 
(34%,0%,15%,8%)
(0.34/0.00/0.15/0.08)	

CMYK percentages

%34.19
%0
%15.38
%8.24

Codes

Color #9AEAC6 in popluar color models

9AEAC6
RGB154234198
HSL153°65.57%76.08%
HSB/HSV153°34.19%91.76%
CMYK34.19%0.00%15.38%
8.24%

Color #9AEAC6 in popluar number systems.

HEX9AEAC6
Decimal154234198
Binary100110101110101011000110
Octal232352306

Shades and tints

Shades of #9AEAC6

#9AEAC6
(154,234,198)
#8CD5B4
(140,213,180)
#7EC0A2
(126,192,162)
#70AB90
(112,171,144)
#62967E
(98,150,126)
#54816C
(84,129,108)
#466C5A
(70,108,90)
#385748
(56,87,72)
#2A4236
(42,66,54)
#1C2D24
(28,45,36)
#0E1812
(14,24,18)
#000000
(0,0,0)

Tints of #9AEAC6

#9AEAC6
(154,234,198)
#A3EBCB
(163,235,203)
#ACECD0
(172,236,208)
#B5EDD5
(181,237,213)
#BEEEDA
(190,238,218)
#C7EFDF
(199,239,223)
#D0F0E4
(208,240,228)
#D9F1E9
(217,241,233)
#E2F2EE
(226,242,238)
#EBF3F3
(235,243,243)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AEAC6; }

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

This text font color is #9AEAC6.


Background Color

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

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

This div background color is #9AEAC6.


Border color

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

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

This div border color is #9AEAC6.


Opacity

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

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

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

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

This text has shadow with #9AEAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AEAC6 on black background.


Color preview on white background

This text has color #9AEAC6 on white background.



Black color preview on #9AEAC6 background

This text has black color on #9AEAC6 background.


White color preview on #9AEAC6 background

This text has white color on #9AEAC6 background.