COLOR #99EEDD

HEX: #99EEDD RGB: (153,238,221)

Color info

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

RGB color model

#99EEDD color RGB value is (153,238,221).

RGB: (153,238,221) (60%, 93%, 87%)

RGB channels and saturation

R 153 of 255 = 60%
G 238 of 255 = 93%
B 221 of 255 = 87%

153
238
221

R + G + B ~ 80%. #99EEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 238 + 221 = 612 (100%)
R 153 of 612 ~ 25%
G 238 of 612 ~ 38.89%
B 221 of 612 ~ 36.11'%

%25
%38.89
%36.11

CMYK color model

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

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 6.67%

CMYK: (36,0,7,7)
C36M0Y7K7 (36%, 0%, 7%, 7%)
(0.36 / 0.00 / 0.07 / 0.07)

CMYK percentages

%35.71
%0
%7.14
%6.67

Codes

Color #99EEDD in popluar color models

99 EE DD
RGB 153 238 221
HSL 168° 71.43% 76.67%
HSB/HSV 168° 35.71% 93.33%
CMYK 35.71% 0.00% 7.14%
6.67%

Color #99EEDD in popluar number systems.

HEX 99 EE DD
Decimal 153 238 221
Binary 10011001 11101110 11011101
Octal 231 356 335

Shades and tints

Shades of #99EEDD

#99EEDD
(153,238,221)
#8CD9C9
(140,217,201)
#7FC4B5
(127,196,181)
#72AFA1
(114,175,161)
#659A8D
(101,154,141)
#588579
(88,133,121)
#4B7065
(75,112,101)
#3E5B51
(62,91,81)
#31463D
(49,70,61)
#243129
(36,49,41)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #99EEDD

#99EEDD
(153,238,221)
#A2EFE0
(162,239,224)
#ABF0E3
(171,240,227)
#B4F1E6
(180,241,230)
#BDF2E9
(189,242,233)
#C6F3EC
(198,243,236)
#CFF4EF
(207,244,239)
#D8F5F2
(216,245,242)
#E1F6F5
(225,246,245)
#EAF7F8
(234,247,248)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99EEDD; }

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

This text font color is #99EEDD.

Background Color

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

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

This div background color is #99EEDD.

Border color

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

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

This div border color is #99EEDD.

Opacity

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

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

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

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

This text has shadow with #99EEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99EEDD.

Preview

Color preview on black background

This text has color #99EEDD on black background.


Color preview on white background

This text has color #99EEDD on white background.


Black color preview on #99EEDD background

This text has black color on #99EEDD background.


White color preview on #99EEDD background

This text has white color on #99EEDD background.


Related colors

Complementary color

Complementary color for #hex is #661122.


I love getcolorcode.com

Triadic colors

1 #DD99EE and #EEDD99 with #99EEDD are triadic colors.

2 #DDEE99 and #EE99DD with #99EEDD are triadic colors.