COLOR #99E1C0

HEX: #99E1C0
RGB: (153,225,192)

Color info

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

RGB color model

#99E1C0 color RGB value is (153,225,192).

  • red value is 153;
  • green value is 225;
  • blue value is 192.
RGB:
(153,225,192)
(60%,88%,75%)

RGB channels and saturation

R 153 of 255 = 60%
G 225 of 255 = 88%
B 192 of 255 = 75%

153
225
192

R + G + B ~ 74%. #99E1C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 225 + 192 = 570 (100%)
R 153 of 570 ~ 26.84%
G 225 of 570 ~ 39.47%
B 192 of 570 ~ 33.68%

%26.84
%39.47
%33.68

CMYK color model

#99E1C0 color CMYK value is (32,0,15,12).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 11.76%
CMYK:
(32,0,15,12)
C32M0Y15K12 
(32%,0%,15%,12%)
(0.32/0.00/0.15/0.12)	

CMYK percentages

%32
%0
%14.67
%11.76

Codes

Color #99E1C0 in popluar color models

99E1C0
RGB153225192
HSL153°54.55%74.12%
HSB/HSV153°32.00%88.24%
CMYK32.00%0.00%14.67%
11.76%

Color #99E1C0 in popluar number systems.

HEX99E1C0
Decimal153225192
Binary100110011110000111000000
Octal231341300

Shades and tints

Shades of #99E1C0

#99E1C0
(153,225,192)
#8CCDAF
(140,205,175)
#7FB99E
(127,185,158)
#72A58D
(114,165,141)
#65917C
(101,145,124)
#587D6B
(88,125,107)
#4B695A
(75,105,90)
#3E5549
(62,85,73)
#314138
(49,65,56)
#242D27
(36,45,39)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #99E1C0

#99E1C0
(153,225,192)
#A2E3C5
(162,227,197)
#ABE5CA
(171,229,202)
#B4E7CF
(180,231,207)
#BDE9D4
(189,233,212)
#C6EBD9
(198,235,217)
#CFEDDE
(207,237,222)
#D8EFE3
(216,239,227)
#E1F1E8
(225,241,232)
#EAF3ED
(234,243,237)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E1C0 color. Also use rgb(153,225,192) instead hex code.

Text Font Color

.myTextColor { color: #99E1C0; }

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

This text font color is #99E1C0.


Background Color

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

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

This div background color is #99E1C0.


Border color

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

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

This div border color is #99E1C0.


Opacity

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

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

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

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

This text has shadow with #99E1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E1C0 on black background.


Color preview on white background

This text has color #99E1C0 on white background.



Black color preview on #99E1C0 background

This text has black color on #99E1C0 background.


White color preview on #99E1C0 background

This text has white color on #99E1C0 background.