COLOR #9AD4B2

HEX: #9AD4B2
RGB: (154,212,178)

Color info

#9AD4B2 contains red, green and blue colors in about the same proportion. Web safe color of #9AD4B2 is #99CC99 (or #9C9).

RGB color model

#9AD4B2 color RGB value is (154,212,178).

  • red value is 154;
  • green value is 212;
  • blue value is 178.
RGB:
(154,212,178)
(60%,83%,70%)

RGB channels and saturation

R 154 of 255 = 60%
G 212 of 255 = 83%
B 178 of 255 = 70%

154
212
178

R + G + B ~ 71%. #9AD4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 212 + 178 = 544 (100%)
R 154 of 544 ~ 28.31%
G 212 of 544 ~ 38.97%
B 178 of 544 ~ 32.72%

%28.31
%38.97
%32.72

CMYK color model

#9AD4B2 color CMYK value is (27,0,16,17).

  • cyan value is 27.36%
  • magenta value is 0.00%
  • yellow value is 16.04%
  • key color value is 16.86%
CMYK:
(27,0,16,17)
C27M0Y16K17 
(27%,0%,16%,17%)
(0.27/0.00/0.16/0.17)	

CMYK percentages

%27.36
%0
%16.04
%16.86

Codes

Color #9AD4B2 in popluar color models

9AD4B2
RGB154212178
HSL145°40.28%71.76%
HSB/HSV145°27.36%83.14%
CMYK27.36%0.00%16.04%
16.86%

Color #9AD4B2 in popluar number systems.

HEX9AD4B2
Decimal154212178
Binary100110101101010010110010
Octal232324262

Shades and tints

Shades of #9AD4B2

#9AD4B2
(154,212,178)
#8CC1A2
(140,193,162)
#7EAE92
(126,174,146)
#709B82
(112,155,130)
#628872
(98,136,114)
#547562
(84,117,98)
#466252
(70,98,82)
#384F42
(56,79,66)
#2A3C32
(42,60,50)
#1C2922
(28,41,34)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #9AD4B2

#9AD4B2
(154,212,178)
#A3D7B9
(163,215,185)
#ACDAC0
(172,218,192)
#B5DDC7
(181,221,199)
#BEE0CE
(190,224,206)
#C7E3D5
(199,227,213)
#D0E6DC
(208,230,220)
#D9E9E3
(217,233,227)
#E2ECEA
(226,236,234)
#EBEFF1
(235,239,241)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AD4B2 color. Also use rgb(154,212,178) instead hex code.

Text Font Color

.myTextColor { color: #9AD4B2; }

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

This text font color is #9AD4B2.


Background Color

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

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

This div background color is #9AD4B2.


Border color

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

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

This div border color is #9AD4B2.


Opacity

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

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

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

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

This text has shadow with #9AD4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AD4B2 on black background.


Color preview on white background

This text has color #9AD4B2 on white background.



Black color preview on #9AD4B2 background

This text has black color on #9AD4B2 background.


White color preview on #9AD4B2 background

This text has white color on #9AD4B2 background.