COLOR #99B6AD

HEX: #99B6AD RGB: (153,182,173)

Color info

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

RGB color model

#99B6AD color RGB value is (153,182,173).

RGB: (153,182,173) (60%, 71%, 68%)

RGB channels and saturation

R 153 of 255 = 60%
G 182 of 255 = 71%
B 173 of 255 = 68%

153
182
173

R + G + B ~ 66%. #99B6AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 182 + 173 = 508 (100%)
R 153 of 508 ~ 30.12%
G 182 of 508 ~ 35.83%
B 173 of 508 ~ 34.06'%

%30.12
%35.83
%34.06

CMYK color model

#99B6AD color CMYK value is (16,0,5,29).

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 28.63%

CMYK: (16,0,5,29)
C16M0Y5K29 (16%, 0%, 5%, 29%)
(0.16 / 0.00 / 0.05 / 0.29)

CMYK percentages

%15.93
%0
%4.95
%28.63

Codes

Color #99B6AD in popluar color models

99 B6 AD
RGB 153 182 173
HSL 161° 16.57% 65.69%
HSB/HSV 161° 15.93% 71.37%
CMYK 15.93% 0.00% 4.95%
28.63%

Color #99B6AD in popluar number systems.

HEX 99 B6 AD
Decimal 153 182 173
Binary 10011001 10110110 10101101
Octal 231 266 255

Shades and tints

Shades of #99B6AD

#99B6AD
(153,182,173)
#8CA69E
(140,166,158)
#7F968F
(127,150,143)
#728680
(114,134,128)
#657671
(101,118,113)
#586662
(88,102,98)
#4B5653
(75,86,83)
#3E4644
(62,70,68)
#313635
(49,54,53)
#242626
(36,38,38)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #99B6AD

#99B6AD
(153,182,173)
#A2BCB4
(162,188,180)
#ABC2BB
(171,194,187)
#B4C8C2
(180,200,194)
#BDCEC9
(189,206,201)
#C6D4D0
(198,212,208)
#CFDAD7
(207,218,215)
#D8E0DE
(216,224,222)
#E1E6E5
(225,230,229)
#EAECEC
(234,236,236)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B6AD color. Also use rgb(153,182,173) instead hex code.

Text Font Color

.myTextColor { color: #99B6AD; }

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

This text font color is #99B6AD.

Background Color

.myBgColor { background-color: #99B6AD; }

<div style="background-color:#99B6AD">Inner text</div>

This div background color is #99B6AD.

Border color

.myBorderColor { border: 1px solid #99B6AD; }

<div style="border:3px solid #99B6AD">Div</div>

This div border color is #99B6AD.

Opacity

.myOpacity80 { color: #99B6AD; opacity: 0.8; }

<p style="color:#99B6AD;opacity:0.8;">80%</p>

Text with #99B6AD 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 #99B6AD;}

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

This text has shadow with #99B6AD color.


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

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

This text has shadow with #99B6AD primary color and red secondary color.


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

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

This text has shadow with #99B6AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99B6AD.

Preview

Color preview on black background

This text has color #99B6AD on black background.


Color preview on white background

This text has color #99B6AD on white background.


Black color preview on #99B6AD background

This text has black color on #99B6AD background.


White color preview on #99B6AD background

This text has white color on #99B6AD background.


Related colors

Complementary color

Complementary color for #hex is #664952.


I love getcolorcode.com

Triadic colors

1 #AD99B6 and #B6AD99 with #99B6AD are triadic colors.

2 #ADB699 and #B699AD with #99B6AD are triadic colors.