COLOR #99BC8E

HEX: #99BC8E RGB: (153,188,142)

Color info

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

RGB color model

#99BC8E color RGB value is (153,188,142).

RGB: (153,188,142) (60%, 74%, 56%)

RGB channels and saturation

R 153 of 255 = 60%
G 188 of 255 = 74%
B 142 of 255 = 56%

153
188
142

R + G + B ~ 63%. #99BC8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 188 + 142 = 483 (100%)
R 153 of 483 ~ 31.68%
G 188 of 483 ~ 38.92%
B 142 of 483 ~ 29.4'%

%31.68
%38.92
%29.4

CMYK color model

#99BC8E color CMYK value is (19,0,24,26).

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

CMYK: (19,0,24,26)
C19M0Y24K26 (19%, 0%, 24%, 26%)
(0.19 / 0.00 / 0.24 / 0.26)

CMYK percentages

%18.62
%0
%24.47
%26.27

Codes

Color #99BC8E in popluar color models

99 BC 8E
RGB 153 188 142
HSL 106° 25.56% 64.71%
HSB/HSV 106° 24.47% 73.73%
CMYK 18.62% 0.00% 24.47%
26.27%

Color #99BC8E in popluar number systems.

HEX 99 BC 8E
Decimal 153 188 142
Binary 10011001 10111100 10001110
Octal 231 274 216

Shades and tints

Shades of #99BC8E

#99BC8E
(153,188,142)
#8CAB82
(140,171,130)
#7F9A76
(127,154,118)
#72896A
(114,137,106)
#65785E
(101,120,94)
#586752
(88,103,82)
#4B5646
(75,86,70)
#3E453A
(62,69,58)
#31342E
(49,52,46)
#242322
(36,35,34)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #99BC8E

#99BC8E
(153,188,142)
#A2C298
(162,194,152)
#ABC8A2
(171,200,162)
#B4CEAC
(180,206,172)
#BDD4B6
(189,212,182)
#C6DAC0
(198,218,192)
#CFE0CA
(207,224,202)
#D8E6D4
(216,230,212)
#E1ECDE
(225,236,222)
#EAF2E8
(234,242,232)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BC8E; }

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

This text font color is #99BC8E.

Background Color

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

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

This div background color is #99BC8E.

Border color

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

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

This div border color is #99BC8E.

Opacity

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

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

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

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

This text has shadow with #99BC8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BC8E.

Preview

Color preview on black background

This text has color #99BC8E on black background.


Color preview on white background

This text has color #99BC8E on white background.


Black color preview on #99BC8E background

This text has black color on #99BC8E background.


White color preview on #99BC8E background

This text has white color on #99BC8E background.


Related colors

Complementary color

Complementary color for #hex is #664371.


I love getcolorcode.com

Triadic colors

1 #8E99BC and #BC8E99 with #99BC8E are triadic colors.

2 #8EBC99 and #BC998E with #99BC8E are triadic colors.