COLOR #99EFD5

HEX: #99EFD5
RGB: (153,239,213)

Color info

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

RGB color model

#99EFD5 color RGB value is (153,239,213).

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

RGB channels and saturation

R 153 of 255 = 60%
G 239 of 255 = 94%
B 213 of 255 = 84%

153
239
213

R + G + B ~ 79%. #99EFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 239 + 213 = 605 (100%)
R 153 of 605 ~ 25.29%
G 239 of 605 ~ 39.5%
B 213 of 605 ~ 35.21%

%25.29
%39.5
%35.21

CMYK color model

#99EFD5 color CMYK value is (36,0,11,6).

  • cyan value is 35.98%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 6.27%
CMYK:
(36,0,11,6)
C36M0Y11K6 
(36%,0%,11%,6%)
(0.36/0.00/0.11/0.06)	

CMYK percentages

%35.98
%0
%10.88
%6.27

Codes

Color #99EFD5 in popluar color models

99EFD5
RGB153239213
HSL162°72.88%76.86%
HSB/HSV162°35.98%93.73%
CMYK35.98%0.00%10.88%
6.27%

Color #99EFD5 in popluar number systems.

HEX99EFD5
Decimal153239213
Binary100110011110111111010101
Octal231357325

Shades and tints

Shades of #99EFD5

#99EFD5
(153,239,213)
#8CDAC2
(140,218,194)
#7FC5AF
(127,197,175)
#72B09C
(114,176,156)
#659B89
(101,155,137)
#588676
(88,134,118)
#4B7163
(75,113,99)
#3E5C50
(62,92,80)
#31473D
(49,71,61)
#24322A
(36,50,42)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #99EFD5

#99EFD5
(153,239,213)
#A2F0D8
(162,240,216)
#ABF1DB
(171,241,219)
#B4F2DE
(180,242,222)
#BDF3E1
(189,243,225)
#C6F4E4
(198,244,228)
#CFF5E7
(207,245,231)
#D8F6EA
(216,246,234)
#E1F7ED
(225,247,237)
#EAF8F0
(234,248,240)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99EFD5; }

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

This text font color is #99EFD5.


Background Color

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

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

This div background color is #99EFD5.


Border color

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

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

This div border color is #99EFD5.


Opacity

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

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

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

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

This text has shadow with #99EFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99EFD5 on black background.


Color preview on white background

This text has color #99EFD5 on white background.



Black color preview on #99EFD5 background

This text has black color on #99EFD5 background.


White color preview on #99EFD5 background

This text has white color on #99EFD5 background.