COLOR #99BC9E

HEX: #99BC9E RGB: (153,188,158)

Color info

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

RGB color model

#99BC9E color RGB value is (153,188,158).

RGB: (153,188,158) (60%, 74%, 62%)

RGB channels and saturation

R 153 of 255 = 60%
G 188 of 255 = 74%
B 158 of 255 = 62%

153
188
158

R + G + B ~ 65%. #99BC9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 188 + 158 = 499 (100%)
R 153 of 499 ~ 30.66%
G 188 of 499 ~ 37.68%
B 158 of 499 ~ 31.66'%

%30.66
%37.68
%31.66

CMYK color model

#99BC9E color CMYK value is (19,0,16,26).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 15.96%
  • key color value is 26.27%

CMYK: (19,0,16,26)
C19M0Y16K26 (19%, 0%, 16%, 26%)
(0.19 / 0.00 / 0.16 / 0.26)

CMYK percentages

%18.62
%0
%15.96
%26.27

Codes

Color #99BC9E in popluar color models

99 BC 9E
RGB 153 188 158
HSL 129° 20.71% 66.86%
HSB/HSV 129° 18.62% 73.73%
CMYK 18.62% 0.00% 15.96%
26.27%

Color #99BC9E in popluar number systems.

HEX 99 BC 9E
Decimal 153 188 158
Binary 10011001 10111100 10011110
Octal 231 274 236

Shades and tints

Shades of #99BC9E

#99BC9E
(153,188,158)
#8CAB90
(140,171,144)
#7F9A82
(127,154,130)
#728974
(114,137,116)
#657866
(101,120,102)
#586758
(88,103,88)
#4B564A
(75,86,74)
#3E453C
(62,69,60)
#31342E
(49,52,46)
#242320
(36,35,32)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #99BC9E

#99BC9E
(153,188,158)
#A2C2A6
(162,194,166)
#ABC8AE
(171,200,174)
#B4CEB6
(180,206,182)
#BDD4BE
(189,212,190)
#C6DAC6
(198,218,198)
#CFE0CE
(207,224,206)
#D8E6D6
(216,230,214)
#E1ECDE
(225,236,222)
#EAF2E6
(234,242,230)
#F3F8EE
(243,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BC9E color. Also use rgb(153,188,158) instead hex code.

Text Font Color

.myTextColor { color: #99BC9E; }

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

This text font color is #99BC9E.

Background Color

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

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

This div background color is #99BC9E.

Border color

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

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

This div border color is #99BC9E.

Opacity

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

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

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

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

This text has shadow with #99BC9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BC9E.

Preview

Color preview on black background

This text has color #99BC9E on black background.


Color preview on white background

This text has color #99BC9E on white background.


Black color preview on #99BC9E background

This text has black color on #99BC9E background.


White color preview on #99BC9E background

This text has white color on #99BC9E background.


Related colors

Complementary color

Complementary color for #hex is #664361.


I love getcolorcode.com

Triadic colors

1 #9E99BC and #BC9E99 with #99BC9E are triadic colors.

2 #9EBC99 and #BC999E with #99BC9E are triadic colors.