COLOR #9AD5BC

HEX: #9AD5BC RGB: (154,213,188)

Color info

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

RGB color model

#9AD5BC color RGB value is (154,213,188).

RGB: (154,213,188) (60%, 84%, 74%)

RGB channels and saturation

R 154 of 255 = 60%
G 213 of 255 = 84%
B 188 of 255 = 74%

154
213
188

R + G + B ~ 73%. #9AD5BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 213 + 188 = 555 (100%)
R 154 of 555 ~ 27.75%
G 213 of 555 ~ 38.38%
B 188 of 555 ~ 33.87'%

%27.75
%38.38
%33.87

CMYK color model

#9AD5BC color CMYK value is (28,0,12,16).

  • cyan value is 27.70%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 16.47%

CMYK: (28,0,12,16)
C28M0Y12K16 (28%, 0%, 12%, 16%)
(0.28 / 0.00 / 0.12 / 0.16)

CMYK percentages

%27.7
%0
%11.74
%16.47

Codes

Color #9AD5BC in popluar color models

9A D5 BC
RGB 154 213 188
HSL 155° 41.26% 71.96%
HSB/HSV 155° 27.70% 83.53%
CMYK 27.70% 0.00% 11.74%
16.47%

Color #9AD5BC in popluar number systems.

HEX 9A D5 BC
Decimal 154 213 188
Binary 10011010 11010101 10111100
Octal 232 325 274

Shades and tints

Shades of #9AD5BC

#9AD5BC
(154,213,188)
#8CC2AB
(140,194,171)
#7EAF9A
(126,175,154)
#709C89
(112,156,137)
#628978
(98,137,120)
#547667
(84,118,103)
#466356
(70,99,86)
#385045
(56,80,69)
#2A3D34
(42,61,52)
#1C2A23
(28,42,35)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #9AD5BC

#9AD5BC
(154,213,188)
#A3D8C2
(163,216,194)
#ACDBC8
(172,219,200)
#B5DECE
(181,222,206)
#BEE1D4
(190,225,212)
#C7E4DA
(199,228,218)
#D0E7E0
(208,231,224)
#D9EAE6
(217,234,230)
#E2EDEC
(226,237,236)
#EBF0F2
(235,240,242)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AD5BC color. Also use rgb(154,213,188) instead hex code.

Text Font Color

.myTextColor { color: #9AD5BC; }

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

This text font color is #9AD5BC.

Background Color

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

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

This div background color is #9AD5BC.

Border color

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

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

This div border color is #9AD5BC.

Opacity

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

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

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

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

This text has shadow with #9AD5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AD5BC.

Preview

Color preview on black background

This text has color #9AD5BC on black background.


Color preview on white background

This text has color #9AD5BC on white background.


Black color preview on #9AD5BC background

This text has black color on #9AD5BC background.


White color preview on #9AD5BC background

This text has white color on #9AD5BC background.


Related colors

Complementary color

Complementary color for #hex is #652A43.


I love getcolorcode.com

Triadic colors

1 #BC9AD5 and #D5BC9A with #9AD5BC are triadic colors.

2 #BCD59A and #D59ABC with #9AD5BC are triadic colors.