COLOR #99FAE1

HEX: #99FAE1 RGB: (153,250,225)

Color info

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

RGB color model

#99FAE1 color RGB value is (153,250,225).

RGB: (153,250,225) (60%, 98%, 88%)

RGB channels and saturation

R 153 of 255 = 60%
G 250 of 255 = 98%
B 225 of 255 = 88%

153
250
225

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

Portions of RGB colors in percentages

R + G + B = 153 + 250 + 225 = 628 (100%)
R 153 of 628 ~ 24.36%
G 250 of 628 ~ 39.81%
B 225 of 628 ~ 35.83'%

%24.36
%39.81
%35.83

CMYK color model

#99FAE1 color CMYK value is (39,0,10,2).

  • cyan value is 38.80%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 1.96%

CMYK: (39,0,10,2)
C39M0Y10K2 (39%, 0%, 10%, 2%)
(0.39 / 0.00 / 0.10 / 0.02)

CMYK percentages

%38.8
%0
%10
%1.96

Codes

Color #99FAE1 in popluar color models

99 FA E1
RGB 153 250 225
HSL 165° 90.65% 79.02%
HSB/HSV 165° 38.80% 98.04%
CMYK 38.80% 0.00% 10.00%
1.96%

Color #99FAE1 in popluar number systems.

HEX 99 FA E1
Decimal 153 250 225
Binary 10011001 11111010 11100001
Octal 231 372 341

Shades and tints

Shades of #99FAE1

#99FAE1
(153,250,225)
#8CE4CD
(140,228,205)
#7FCEB9
(127,206,185)
#72B8A5
(114,184,165)
#65A291
(101,162,145)
#588C7D
(88,140,125)
#4B7669
(75,118,105)
#3E6055
(62,96,85)
#314A41
(49,74,65)
#24342D
(36,52,45)
#171E19
(23,30,25)
#000000
(0,0,0)

Tints of #99FAE1

#99FAE1
(153,250,225)
#A2FAE3
(162,250,227)
#ABFAE5
(171,250,229)
#B4FAE7
(180,250,231)
#BDFAE9
(189,250,233)
#C6FAEB
(198,250,235)
#CFFAED
(207,250,237)
#D8FAEF
(216,250,239)
#E1FAF1
(225,250,241)
#EAFAF3
(234,250,243)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99FAE1; }

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

This text font color is #99FAE1.

Background Color

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

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

This div background color is #99FAE1.

Border color

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

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

This div border color is #99FAE1.

Opacity

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

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

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

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

This text has shadow with #99FAE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99FAE1.

Preview

Color preview on black background

This text has color #99FAE1 on black background.


Color preview on white background

This text has color #99FAE1 on white background.


Black color preview on #99FAE1 background

This text has black color on #99FAE1 background.


White color preview on #99FAE1 background

This text has white color on #99FAE1 background.


Related colors

Complementary color

Complementary color for #hex is #66051E.


I love getcolorcode.com

Triadic colors

1 #E199FA and #FAE199 with #99FAE1 are triadic colors.

2 #E1FA99 and #FA99E1 with #99FAE1 are triadic colors.