COLOR #9ADEAE

HEX: #9ADEAE
RGB: (154,222,174)

Color info

#9ADEAE contains mainly green and blue colors. Web safe color of #9ADEAE is #99CC99 (or #9C9).

RGB color model

#9ADEAE color RGB value is (154,222,174).

  • red value is 154;
  • green value is 222;
  • blue value is 174.
RGB:
(154,222,174)
(60%,87%,68%)

RGB channels and saturation

R 154 of 255 = 60%
G 222 of 255 = 87%
B 174 of 255 = 68%

154
222
174

R + G + B ~ 72%. #9ADEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 222 + 174 = 550 (100%)
R 154 of 550 ~ 28%
G 222 of 550 ~ 40.36%
B 174 of 550 ~ 31.64%

%28
%40.36
%31.64

CMYK color model

#9ADEAE color CMYK value is (31,0,22,13).

  • cyan value is 30.63%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 12.94%
CMYK:
(31,0,22,13)
C31M0Y22K13 
(31%,0%,22%,13%)
(0.31/0.00/0.22/0.13)	

CMYK percentages

%30.63
%0
%21.62
%12.94

Codes

Color #9ADEAE in popluar color models

9ADEAE
RGB154222174
HSL138°50.75%73.73%
HSB/HSV138°30.63%87.06%
CMYK30.63%0.00%21.62%
12.94%

Color #9ADEAE in popluar number systems.

HEX9ADEAE
Decimal154222174
Binary100110101101111010101110
Octal232336256

Shades and tints

Shades of #9ADEAE

#9ADEAE
(154,222,174)
#8CCA9F
(140,202,159)
#7EB690
(126,182,144)
#70A281
(112,162,129)
#628E72
(98,142,114)
#547A63
(84,122,99)
#466654
(70,102,84)
#385245
(56,82,69)
#2A3E36
(42,62,54)
#1C2A27
(28,42,39)
#0E1618
(14,22,24)
#000000
(0,0,0)

Tints of #9ADEAE

#9ADEAE
(154,222,174)
#A3E1B5
(163,225,181)
#ACE4BC
(172,228,188)
#B5E7C3
(181,231,195)
#BEEACA
(190,234,202)
#C7EDD1
(199,237,209)
#D0F0D8
(208,240,216)
#D9F3DF
(217,243,223)
#E2F6E6
(226,246,230)
#EBF9ED
(235,249,237)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ADEAE color. Also use rgb(154,222,174) instead hex code.

Text Font Color

.myTextColor { color: #9ADEAE; }

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

This text font color is #9ADEAE.


Background Color

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

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

This div background color is #9ADEAE.


Border color

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

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

This div border color is #9ADEAE.


Opacity

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

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

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

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

This text has shadow with #9ADEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADEAE on black background.


Color preview on white background

This text has color #9ADEAE on white background.



Black color preview on #9ADEAE background

This text has black color on #9ADEAE background.


White color preview on #9ADEAE background

This text has white color on #9ADEAE background.