COLOR #99E6CF

HEX: #99E6CF
RGB: (153,230,207)

Color info

#99E6CF contains mainly green and blue colors. Web safe color of #99E6CF is #99CCCC (or #9CC).

RGB color model

#99E6CF color RGB value is (153,230,207).

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

RGB channels and saturation

R 153 of 255 = 60%
G 230 of 255 = 90%
B 207 of 255 = 81%

153
230
207

R + G + B ~ 77%. #99E6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 230 + 207 = 590 (100%)
R 153 of 590 ~ 25.93%
G 230 of 590 ~ 38.98%
B 207 of 590 ~ 35.08%

%25.93
%38.98
%35.08

CMYK color model

#99E6CF color CMYK value is (33,0,10,10).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 9.80%
CMYK:
(33,0,10,10)
C33M0Y10K10 
(33%,0%,10%,10%)
(0.33/0.00/0.10/0.10)	

CMYK percentages

%33.48
%0
%10
%9.8

Codes

Color #99E6CF in popluar color models

99E6CF
RGB153230207
HSL162°60.63%75.10%
HSB/HSV162°33.48%90.20%
CMYK33.48%0.00%10.00%
9.80%

Color #99E6CF in popluar number systems.

HEX99E6CF
Decimal153230207
Binary100110011110011011001111
Octal231346317

Shades and tints

Shades of #99E6CF

#99E6CF
(153,230,207)
#8CD2BD
(140,210,189)
#7FBEAB
(127,190,171)
#72AA99
(114,170,153)
#659687
(101,150,135)
#588275
(88,130,117)
#4B6E63
(75,110,99)
#3E5A51
(62,90,81)
#31463F
(49,70,63)
#24322D
(36,50,45)
#171E1B
(23,30,27)
#000000
(0,0,0)

Tints of #99E6CF

#99E6CF
(153,230,207)
#A2E8D3
(162,232,211)
#ABEAD7
(171,234,215)
#B4ECDB
(180,236,219)
#BDEEDF
(189,238,223)
#C6F0E3
(198,240,227)
#CFF2E7
(207,242,231)
#D8F4EB
(216,244,235)
#E1F6EF
(225,246,239)
#EAF8F3
(234,248,243)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E6CF; }

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

This text font color is #99E6CF.


Background Color

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

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

This div background color is #99E6CF.


Border color

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

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

This div border color is #99E6CF.


Opacity

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

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

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

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

This text has shadow with #99E6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E6CF on black background.


Color preview on white background

This text has color #99E6CF on white background.



Black color preview on #99E6CF background

This text has black color on #99E6CF background.


White color preview on #99E6CF background

This text has white color on #99E6CF background.