COLOR #99BE8E

HEX: #99BE8E
RGB: (153,190,142)

Color info

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

RGB color model

#99BE8E color RGB value is (153,190,142).

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

RGB channels and saturation

R 153 of 255 = 60%
G 190 of 255 = 75%
B 142 of 255 = 56%

153
190
142

R + G + B ~ 64%. #99BE8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 190 + 142 = 485 (100%)
R 153 of 485 ~ 31.55%
G 190 of 485 ~ 39.18%
B 142 of 485 ~ 29.28%

%31.55
%39.18
%29.28

CMYK color model

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

  • cyan value is 19.47%
  • magenta value is 0.00%
  • yellow value is 25.26%
  • key color value is 25.49%
CMYK:
(19,0,25,25)
C19M0Y25K25 
(19%,0%,25%,25%)
(0.19/0.00/0.25/0.25)	

CMYK percentages

%19.47
%0
%25.26
%25.49

Codes

Color #99BE8E in popluar color models

99BE8E
RGB153190142
HSL106°26.97%65.10%
HSB/HSV106°25.26%74.51%
CMYK19.47%0.00%25.26%
25.49%

Color #99BE8E in popluar number systems.

HEX99BE8E
Decimal153190142
Binary100110011011111010001110
Octal231276216

Shades and tints

Shades of #99BE8E

#99BE8E
(153,190,142)
#8CAD82
(140,173,130)
#7F9C76
(127,156,118)
#728B6A
(114,139,106)
#657A5E
(101,122,94)
#586952
(88,105,82)
#4B5846
(75,88,70)
#3E473A
(62,71,58)
#31362E
(49,54,46)
#242522
(36,37,34)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #99BE8E

#99BE8E
(153,190,142)
#A2C398
(162,195,152)
#ABC8A2
(171,200,162)
#B4CDAC
(180,205,172)
#BDD2B6
(189,210,182)
#C6D7C0
(198,215,192)
#CFDCCA
(207,220,202)
#D8E1D4
(216,225,212)
#E1E6DE
(225,230,222)
#EAEBE8
(234,235,232)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BE8E; }

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

This text font color is #99BE8E.


Background Color

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

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

This div background color is #99BE8E.


Border color

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

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

This div border color is #99BE8E.


Opacity

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

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

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

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

This text has shadow with #99BE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BE8E on black background.


Color preview on white background

This text has color #99BE8E on white background.



Black color preview on #99BE8E background

This text has black color on #99BE8E background.


White color preview on #99BE8E background

This text has white color on #99BE8E background.