COLOR #99CF9E

HEX: #99CF9E
RGB: (153,207,158)

Color info

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

RGB color model

#99CF9E color RGB value is (153,207,158).

  • red value is 153;
  • green value is 207;
  • blue value is 158.
RGB:
(153,207,158)
(60%,81%,62%)

RGB channels and saturation

R 153 of 255 = 60%
G 207 of 255 = 81%
B 158 of 255 = 62%

153
207
158

R + G + B ~ 68%. #99CF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 207 + 158 = 518 (100%)
R 153 of 518 ~ 29.54%
G 207 of 518 ~ 39.96%
B 158 of 518 ~ 30.5%

%29.54
%39.96
%30.5

CMYK color model

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

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 18.82%
CMYK:
(26,0,24,19)
C26M0Y24K19 
(26%,0%,24%,19%)
(0.26/0.00/0.24/0.19)	

CMYK percentages

%26.09
%0
%23.67
%18.82

Codes

Color #99CF9E in popluar color models

99CF9E
RGB153207158
HSL126°36.00%70.59%
HSB/HSV126°26.09%81.18%
CMYK26.09%0.00%23.67%
18.82%

Color #99CF9E in popluar number systems.

HEX99CF9E
Decimal153207158
Binary100110011100111110011110
Octal231317236

Shades and tints

Shades of #99CF9E

#99CF9E
(153,207,158)
#8CBD90
(140,189,144)
#7FAB82
(127,171,130)
#729974
(114,153,116)
#658766
(101,135,102)
#587558
(88,117,88)
#4B634A
(75,99,74)
#3E513C
(62,81,60)
#313F2E
(49,63,46)
#242D20
(36,45,32)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #99CF9E

#99CF9E
(153,207,158)
#A2D3A6
(162,211,166)
#ABD7AE
(171,215,174)
#B4DBB6
(180,219,182)
#BDDFBE
(189,223,190)
#C6E3C6
(198,227,198)
#CFE7CE
(207,231,206)
#D8EBD6
(216,235,214)
#E1EFDE
(225,239,222)
#EAF3E6
(234,243,230)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CF9E; }

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

This text font color is #99CF9E.


Background Color

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

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

This div background color is #99CF9E.


Border color

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

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

This div border color is #99CF9E.


Opacity

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

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

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

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

This text has shadow with #99CF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CF9E on black background.


Color preview on white background

This text has color #99CF9E on white background.



Black color preview on #99CF9E background

This text has black color on #99CF9E background.


White color preview on #99CF9E background

This text has white color on #99CF9E background.