COLOR #99EFEF

HEX: #99EFEF RGB: (153,239,239)

Color info

#99EFEF contains mainly green and blue colors. Web safe color of #99EFEF is #99FFFF (or #9FF).

RGB color model

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

RGB: (153,239,239) (60%, 94%, 94%)

RGB channels and saturation

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

153
239
239

R + G + B ~ 83%. #99EFEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 239 + 239 = 631 (100%)
R 153 of 631 ~ 24.25%
G 239 of 631 ~ 37.88%
B 239 of 631 ~ 37.88'%

%24.25
%37.88
%37.88

CMYK color model

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

  • cyan value is 35.98%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (36,0,0,6)
C36M0Y0K6 (36%, 0%, 0%, 6%)
(0.36 / 0.00 / 0.00 / 0.06)

CMYK percentages

%35.98
%0
%0
%6.27

Codes

Color #99EFEF in popluar color models

99 EF EF
RGB 153 239 239
HSL 180° 72.88% 76.86%
HSB/HSV 180° 35.98% 93.73%
CMYK 35.98% 0.00% 0.00%
6.27%

Color #99EFEF in popluar number systems.

HEX 99 EF EF
Decimal 153 239 239
Binary 10011001 11101111 11101111
Octal 231 357 357

Shades and tints

Shades of #99EFEF

#99EFEF
(153,239,239)
#8CDADA
(140,218,218)
#7FC5C5
(127,197,197)
#72B0B0
(114,176,176)
#659B9B
(101,155,155)
#588686
(88,134,134)
#4B7171
(75,113,113)
#3E5C5C
(62,92,92)
#314747
(49,71,71)
#243232
(36,50,50)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #99EFEF

#99EFEF
(153,239,239)
#A2F0F0
(162,240,240)
#ABF1F1
(171,241,241)
#B4F2F2
(180,242,242)
#BDF3F3
(189,243,243)
#C6F4F4
(198,244,244)
#CFF5F5
(207,245,245)
#D8F6F6
(216,246,246)
#E1F7F7
(225,247,247)
#EAF8F8
(234,248,248)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99EFEF; }

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

This text font color is #99EFEF.

Background Color

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

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

This div background color is #99EFEF.

Border color

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

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

This div border color is #99EFEF.

Opacity

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

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

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

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

This text has shadow with #99EFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99EFEF.

Preview

Color preview on black background

This text has color #99EFEF on black background.


Color preview on white background

This text has color #99EFEF on white background.


Black color preview on #99EFEF background

This text has black color on #99EFEF background.


White color preview on #99EFEF background

This text has white color on #99EFEF background.


Related colors

Complementary color

Complementary color for #hex is #661010.


I love getcolorcode.com