COLOR #99EFEC

HEX: #99EFEC RGB: (153,239,236)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
239
236

R + G + B ~ 82%. #99EFEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 239 + 236 = 628 (100%)
R 153 of 628 ~ 24.36%
G 239 of 628 ~ 38.06%
B 236 of 628 ~ 37.58'%

%24.36
%38.06
%37.58

CMYK color model

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

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

CMYK: (36,0,1,6)
C36M0Y1K6 (36%, 0%, 1%, 6%)
(0.36 / 0.00 / 0.01 / 0.06)

CMYK percentages

%35.98
%0
%1.26
%6.27

Codes

Color #99EFEC in popluar color models

99 EF EC
RGB 153 239 236
HSL 178° 72.88% 76.86%
HSB/HSV 178° 35.98% 93.73%
CMYK 35.98% 0.00% 1.26%
6.27%

Color #99EFEC in popluar number systems.

HEX 99 EF EC
Decimal 153 239 236
Binary 10011001 11101111 11101100
Octal 231 357 354

Shades and tints

Shades of #99EFEC

#99EFEC
(153,239,236)
#8CDAD7
(140,218,215)
#7FC5C2
(127,197,194)
#72B0AD
(114,176,173)
#659B98
(101,155,152)
#588683
(88,134,131)
#4B716E
(75,113,110)
#3E5C59
(62,92,89)
#314744
(49,71,68)
#24322F
(36,50,47)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #99EFEC

#99EFEC
(153,239,236)
#A2F0ED
(162,240,237)
#ABF1EE
(171,241,238)
#B4F2EF
(180,242,239)
#BDF3F0
(189,243,240)
#C6F4F1
(198,244,241)
#CFF5F2
(207,245,242)
#D8F6F3
(216,246,243)
#E1F7F4
(225,247,244)
#EAF8F5
(234,248,245)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99EFEC; }

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

This text font color is #99EFEC.

Background Color

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

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

This div background color is #99EFEC.

Border color

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

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

This div border color is #99EFEC.

Opacity

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

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

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

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

This text has shadow with #99EFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99EFEC.

Preview

Color preview on black background

This text has color #99EFEC on black background.


Color preview on white background

This text has color #99EFEC on white background.


Black color preview on #99EFEC background

This text has black color on #99EFEC background.


White color preview on #99EFEC background

This text has white color on #99EFEC background.


Related colors

Complementary color

Complementary color for #hex is #661013.


I love getcolorcode.com

Triadic colors

1 #EC99EF and #EFEC99 with #99EFEC are triadic colors.

2 #ECEF99 and #EF99EC with #99EFEC are triadic colors.