COLOR #99BE7C

HEX: #99BE7C
RGB: (153,190,124)

Color info

#99BE7C contains mainly red and green colors. Web safe color of #99BE7C is #99CC66 (or #9C6).

RGB color model

#99BE7C color RGB value is (153,190,124).

  • red value is 153;
  • green value is 190;
  • blue value is 124.
RGB:
(153,190,124)
(60%,75%,49%)

RGB channels and saturation

R 153 of 255 = 60%
G 190 of 255 = 75%
B 124 of 255 = 49%

153
190
124

R + G + B ~ 61%. #99BE7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 190 + 124 = 467 (100%)
R 153 of 467 ~ 32.76%
G 190 of 467 ~ 40.69%
B 124 of 467 ~ 26.55%

%32.76
%40.69
%26.55

CMYK color model

#99BE7C color CMYK value is (19,0,35,25).

  • cyan value is 19.47%
  • magenta value is 0.00%
  • yellow value is 34.74%
  • key color value is 25.49%
CMYK:
(19,0,35,25)
C19M0Y35K25 
(19%,0%,35%,25%)
(0.19/0.00/0.35/0.25)	

CMYK percentages

%19.47
%0
%34.74
%25.49

Codes

Color #99BE7C in popluar color models

99BE7C
RGB153190124
HSL94°33.67%61.57%
HSB/HSV94°34.74%74.51%
CMYK19.47%0.00%34.74%
25.49%

Color #99BE7C in popluar number systems.

HEX99BE7C
Decimal153190124
Binary10011001101111101111100
Octal231276174

Shades and tints

Shades of #99BE7C

#99BE7C
(153,190,124)
#8CAD71
(140,173,113)
#7F9C66
(127,156,102)
#728B5B
(114,139,91)
#657A50
(101,122,80)
#586945
(88,105,69)
#4B583A
(75,88,58)
#3E472F
(62,71,47)
#313624
(49,54,36)
#242519
(36,37,25)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #99BE7C

#99BE7C
(153,190,124)
#A2C387
(162,195,135)
#ABC892
(171,200,146)
#B4CD9D
(180,205,157)
#BDD2A8
(189,210,168)
#C6D7B3
(198,215,179)
#CFDCBE
(207,220,190)
#D8E1C9
(216,225,201)
#E1E6D4
(225,230,212)
#EAEBDF
(234,235,223)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BE7C color. Also use rgb(153,190,124) instead hex code.

Text Font Color

.myTextColor { color: #99BE7C; }

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

This text font color is #99BE7C.


Background Color

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

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

This div background color is #99BE7C.


Border color

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

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

This div border color is #99BE7C.


Opacity

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

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

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

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

This text has shadow with #99BE7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BE7C on black background.


Color preview on white background

This text has color #99BE7C on white background.



Black color preview on #99BE7C background

This text has black color on #99BE7C background.


White color preview on #99BE7C background

This text has white color on #99BE7C background.