COLOR #9AEDCE

HEX: #9AEDCE
RGB: (154,237,206)

Color info

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

RGB color model

#9AEDCE color RGB value is (154,237,206).

  • red value is 154;
  • green value is 237;
  • blue value is 206.
RGB:
(154,237,206)
(60%,93%,81%)

RGB channels and saturation

R 154 of 255 = 60%
G 237 of 255 = 93%
B 206 of 255 = 81%

154
237
206

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

Portions of RGB colors in percentages

R + G + B =
154 + 237 + 206 = 597 (100%)
R 154 of 597 ~ 25.8%
G 237 of 597 ~ 39.7%
B 206 of 597 ~ 34.51%

%25.8
%39.7
%34.51

CMYK color model

#9AEDCE color CMYK value is (35,0,13,7).

  • cyan value is 35.02%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK:
(35,0,13,7)
C35M0Y13K7 
(35%,0%,13%,7%)
(0.35/0.00/0.13/0.07)	

CMYK percentages

%35.02
%0
%13.08
%7.06

Codes

Color #9AEDCE in popluar color models

9AEDCE
RGB154237206
HSL158°69.75%76.67%
HSB/HSV158°35.02%92.94%
CMYK35.02%0.00%13.08%
7.06%

Color #9AEDCE in popluar number systems.

HEX9AEDCE
Decimal154237206
Binary100110101110110111001110
Octal232355316

Shades and tints

Shades of #9AEDCE

#9AEDCE
(154,237,206)
#8CD8BC
(140,216,188)
#7EC3AA
(126,195,170)
#70AE98
(112,174,152)
#629986
(98,153,134)
#548474
(84,132,116)
#466F62
(70,111,98)
#385A50
(56,90,80)
#2A453E
(42,69,62)
#1C302C
(28,48,44)
#0E1B1A
(14,27,26)
#000000
(0,0,0)

Tints of #9AEDCE

#9AEDCE
(154,237,206)
#A3EED2
(163,238,210)
#ACEFD6
(172,239,214)
#B5F0DA
(181,240,218)
#BEF1DE
(190,241,222)
#C7F2E2
(199,242,226)
#D0F3E6
(208,243,230)
#D9F4EA
(217,244,234)
#E2F5EE
(226,245,238)
#EBF6F2
(235,246,242)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AEDCE color. Also use rgb(154,237,206) instead hex code.

Text Font Color

.myTextColor { color: #9AEDCE; }

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

This text font color is #9AEDCE.


Background Color

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

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

This div background color is #9AEDCE.


Border color

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

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

This div border color is #9AEDCE.


Opacity

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

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

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

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

This text has shadow with #9AEDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AEDCE on black background.


Color preview on white background

This text has color #9AEDCE on white background.



Black color preview on #9AEDCE background

This text has black color on #9AEDCE background.


White color preview on #9AEDCE background

This text has white color on #9AEDCE background.