COLOR #9AEBD9

HEX: #9AEBD9
RGB: (154,235,217)

Color info

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

RGB color model

#9AEBD9 color RGB value is (154,235,217).

  • red value is 154;
  • green value is 235;
  • blue value is 217.
RGB:
(154,235,217)
(60%,92%,85%)

RGB channels and saturation

R 154 of 255 = 60%
G 235 of 255 = 92%
B 217 of 255 = 85%

154
235
217

R + G + B ~ 79%. #9AEBD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 235 + 217 = 606 (100%)
R 154 of 606 ~ 25.41%
G 235 of 606 ~ 38.78%
B 217 of 606 ~ 35.81%

%25.41
%38.78
%35.81

CMYK color model

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

  • cyan value is 34.47%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 7.84%
CMYK:
(34,0,8,8)
C34M0Y8K8 
(34%,0%,8%,8%)
(0.34/0.00/0.08/0.08)	

CMYK percentages

%34.47
%0
%7.66
%7.84

Codes

Color #9AEBD9 in popluar color models

9AEBD9
RGB154235217
HSL167°66.94%76.27%
HSB/HSV167°34.47%92.16%
CMYK34.47%0.00%7.66%
7.84%

Color #9AEBD9 in popluar number systems.

HEX9AEBD9
Decimal154235217
Binary100110101110101111011001
Octal232353331

Shades and tints

Shades of #9AEBD9

#9AEBD9
(154,235,217)
#8CD6C6
(140,214,198)
#7EC1B3
(126,193,179)
#70ACA0
(112,172,160)
#62978D
(98,151,141)
#54827A
(84,130,122)
#466D67
(70,109,103)
#385854
(56,88,84)
#2A4341
(42,67,65)
#1C2E2E
(28,46,46)
#0E191B
(14,25,27)
#000000
(0,0,0)

Tints of #9AEBD9

#9AEBD9
(154,235,217)
#A3ECDC
(163,236,220)
#ACEDDF
(172,237,223)
#B5EEE2
(181,238,226)
#BEEFE5
(190,239,229)
#C7F0E8
(199,240,232)
#D0F1EB
(208,241,235)
#D9F2EE
(217,242,238)
#E2F3F1
(226,243,241)
#EBF4F4
(235,244,244)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AEBD9 color. Also use rgb(154,235,217) instead hex code.

Text Font Color

.myTextColor { color: #9AEBD9; }

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

This text font color is #9AEBD9.


Background Color

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

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

This div background color is #9AEBD9.


Border color

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

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

This div border color is #9AEBD9.


Opacity

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

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

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

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

This text has shadow with #9AEBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AEBD9 on black background.


Color preview on white background

This text has color #9AEBD9 on white background.



Black color preview on #9AEBD9 background

This text has black color on #9AEBD9 background.


White color preview on #9AEBD9 background

This text has white color on #9AEBD9 background.