COLOR #9AEBE7

HEX: #9AEBE7
RGB: (154,235,231)

Color info

#9AEBE7 contains mainly green and blue colors. Web safe color of #9AEBE7 is #99FFFF (or #9FF).

RGB color model

#9AEBE7 color RGB value is (154,235,231).

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

RGB channels and saturation

R 154 of 255 = 60%
G 235 of 255 = 92%
B 231 of 255 = 91%

154
235
231

R + G + B ~ 81%. #9AEBE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 235 + 231 = 620 (100%)
R 154 of 620 ~ 24.84%
G 235 of 620 ~ 37.9%
B 231 of 620 ~ 37.26%

%24.84
%37.9
%37.26

CMYK color model

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

  • cyan value is 34.47%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 7.84%
CMYK:
(34,0,2,8)
C34M0Y2K8 
(34%,0%,2%,8%)
(0.34/0.00/0.02/0.08)	

CMYK percentages

%34.47
%0
%1.7
%7.84

Codes

Color #9AEBE7 in popluar color models

9AEBE7
RGB154235231
HSL177°66.94%76.27%
HSB/HSV177°34.47%92.16%
CMYK34.47%0.00%1.70%
7.84%

Color #9AEBE7 in popluar number systems.

HEX9AEBE7
Decimal154235231
Binary100110101110101111100111
Octal232353347

Shades and tints

Shades of #9AEBE7

#9AEBE7
(154,235,231)
#8CD6D2
(140,214,210)
#7EC1BD
(126,193,189)
#70ACA8
(112,172,168)
#629793
(98,151,147)
#54827E
(84,130,126)
#466D69
(70,109,105)
#385854
(56,88,84)
#2A433F
(42,67,63)
#1C2E2A
(28,46,42)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #9AEBE7

#9AEBE7
(154,235,231)
#A3ECE9
(163,236,233)
#ACEDEB
(172,237,235)
#B5EEED
(181,238,237)
#BEEFEF
(190,239,239)
#C7F0F1
(199,240,241)
#D0F1F3
(208,241,243)
#D9F2F5
(217,242,245)
#E2F3F7
(226,243,247)
#EBF4F9
(235,244,249)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AEBE7; }

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

This text font color is #9AEBE7.


Background Color

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

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

This div background color is #9AEBE7.


Border color

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

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

This div border color is #9AEBE7.


Opacity

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

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

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

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

This text has shadow with #9AEBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AEBE7 on black background.


Color preview on white background

This text has color #9AEBE7 on white background.



Black color preview on #9AEBE7 background

This text has black color on #9AEBE7 background.


White color preview on #9AEBE7 background

This text has white color on #9AEBE7 background.