COLOR #99EEC3

HEX: #99EEC3
RGB: (153,238,195)

Color info

#99EEC3 contains mainly green and blue colors. Web safe color of #99EEC3 is #99FFCC (or #9FC).

RGB color model

#99EEC3 color RGB value is (153,238,195).

  • red value is 153;
  • green value is 238;
  • blue value is 195.
RGB:
(153,238,195)
(60%,93%,76%)

RGB channels and saturation

R 153 of 255 = 60%
G 238 of 255 = 93%
B 195 of 255 = 76%

153
238
195

R + G + B ~ 76%. #99EEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 238 + 195 = 586 (100%)
R 153 of 586 ~ 26.11%
G 238 of 586 ~ 40.61%
B 195 of 586 ~ 33.28%

%26.11
%40.61
%33.28

CMYK color model

#99EEC3 color CMYK value is (36,0,18,7).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 6.67%
CMYK:
(36,0,18,7)
C36M0Y18K7 
(36%,0%,18%,7%)
(0.36/0.00/0.18/0.07)	

CMYK percentages

%35.71
%0
%18.07
%6.67

Codes

Color #99EEC3 in popluar color models

99EEC3
RGB153238195
HSL150°71.43%76.67%
HSB/HSV150°35.71%93.33%
CMYK35.71%0.00%18.07%
6.67%

Color #99EEC3 in popluar number systems.

HEX99EEC3
Decimal153238195
Binary100110011110111011000011
Octal231356303

Shades and tints

Shades of #99EEC3

#99EEC3
(153,238,195)
#8CD9B2
(140,217,178)
#7FC4A1
(127,196,161)
#72AF90
(114,175,144)
#659A7F
(101,154,127)
#58856E
(88,133,110)
#4B705D
(75,112,93)
#3E5B4C
(62,91,76)
#31463B
(49,70,59)
#24312A
(36,49,42)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #99EEC3

#99EEC3
(153,238,195)
#A2EFC8
(162,239,200)
#ABF0CD
(171,240,205)
#B4F1D2
(180,241,210)
#BDF2D7
(189,242,215)
#C6F3DC
(198,243,220)
#CFF4E1
(207,244,225)
#D8F5E6
(216,245,230)
#E1F6EB
(225,246,235)
#EAF7F0
(234,247,240)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99EEC3 color. Also use rgb(153,238,195) instead hex code.

Text Font Color

.myTextColor { color: #99EEC3; }

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

This text font color is #99EEC3.


Background Color

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

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

This div background color is #99EEC3.


Border color

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

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

This div border color is #99EEC3.


Opacity

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

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

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

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

This text has shadow with #99EEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99EEC3 on black background.


Color preview on white background

This text has color #99EEC3 on white background.



Black color preview on #99EEC3 background

This text has black color on #99EEC3 background.


White color preview on #99EEC3 background

This text has white color on #99EEC3 background.