COLOR #99EFCD

HEX: #99EFCD
RGB: (153,239,205)

Color info

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

RGB color model

#99EFCD color RGB value is (153,239,205).

  • red value is 153;
  • green value is 239;
  • blue value is 205.
RGB:
(153,239,205)
(60%,94%,80%)

RGB channels and saturation

R 153 of 255 = 60%
G 239 of 255 = 94%
B 205 of 255 = 80%

153
239
205

R + G + B ~ 78%. #99EFCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 239 + 205 = 597 (100%)
R 153 of 597 ~ 25.63%
G 239 of 597 ~ 40.03%
B 205 of 597 ~ 34.34%

%25.63
%40.03
%34.34

CMYK color model

#99EFCD color CMYK value is (36,0,14,6).

  • cyan value is 35.98%
  • magenta value is 0.00%
  • yellow value is 14.23%
  • key color value is 6.27%
CMYK:
(36,0,14,6)
C36M0Y14K6 
(36%,0%,14%,6%)
(0.36/0.00/0.14/0.06)	

CMYK percentages

%35.98
%0
%14.23
%6.27

Codes

Color #99EFCD in popluar color models

99EFCD
RGB153239205
HSL156°72.88%76.86%
HSB/HSV156°35.98%93.73%
CMYK35.98%0.00%14.23%
6.27%

Color #99EFCD in popluar number systems.

HEX99EFCD
Decimal153239205
Binary100110011110111111001101
Octal231357315

Shades and tints

Shades of #99EFCD

#99EFCD
(153,239,205)
#8CDABB
(140,218,187)
#7FC5A9
(127,197,169)
#72B097
(114,176,151)
#659B85
(101,155,133)
#588673
(88,134,115)
#4B7161
(75,113,97)
#3E5C4F
(62,92,79)
#31473D
(49,71,61)
#24322B
(36,50,43)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #99EFCD

#99EFCD
(153,239,205)
#A2F0D1
(162,240,209)
#ABF1D5
(171,241,213)
#B4F2D9
(180,242,217)
#BDF3DD
(189,243,221)
#C6F4E1
(198,244,225)
#CFF5E5
(207,245,229)
#D8F6E9
(216,246,233)
#E1F7ED
(225,247,237)
#EAF8F1
(234,248,241)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99EFCD color. Also use rgb(153,239,205) instead hex code.

Text Font Color

.myTextColor { color: #99EFCD; }

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

This text font color is #99EFCD.


Background Color

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

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

This div background color is #99EFCD.


Border color

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

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

This div border color is #99EFCD.


Opacity

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

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

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

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

This text has shadow with #99EFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99EFCD on black background.


Color preview on white background

This text has color #99EFCD on white background.



Black color preview on #99EFCD background

This text has black color on #99EFCD background.


White color preview on #99EFCD background

This text has white color on #99EFCD background.