COLOR #99E1CF

HEX: #99E1CF RGB: (153,225,207)

Color info

#99E1CF contains mainly green and blue colors. Web safe color of #99E1CF is #99CCCC (or #9CC).

RGB color model

#99E1CF color RGB value is (153,225,207).

RGB: (153,225,207) (60%, 88%, 81%)

RGB channels and saturation

R 153 of 255 = 60%
G 225 of 255 = 88%
B 207 of 255 = 81%

153
225
207

R + G + B ~ 76%. #99E1CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 225 + 207 = 585 (100%)
R 153 of 585 ~ 26.15%
G 225 of 585 ~ 38.46%
B 207 of 585 ~ 35.38'%

%26.15
%38.46
%35.38

CMYK color model

#99E1CF color CMYK value is (32,0,8,12).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 11.76%

CMYK: (32,0,8,12)
C32M0Y8K12 (32%, 0%, 8%, 12%)
(0.32 / 0.00 / 0.08 / 0.12)

CMYK percentages

%32
%0
%8
%11.76

Codes

Color #99E1CF in popluar color models

99 E1 CF
RGB 153 225 207
HSL 165° 54.55% 74.12%
HSB/HSV 165° 32.00% 88.24%
CMYK 32.00% 0.00% 8.00%
11.76%

Color #99E1CF in popluar number systems.

HEX 99 E1 CF
Decimal 153 225 207
Binary 10011001 11100001 11001111
Octal 231 341 317

Shades and tints

Shades of #99E1CF

#99E1CF
(153,225,207)
#8CCDBD
(140,205,189)
#7FB9AB
(127,185,171)
#72A599
(114,165,153)
#659187
(101,145,135)
#587D75
(88,125,117)
#4B6963
(75,105,99)
#3E5551
(62,85,81)
#31413F
(49,65,63)
#242D2D
(36,45,45)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #99E1CF

#99E1CF
(153,225,207)
#A2E3D3
(162,227,211)
#ABE5D7
(171,229,215)
#B4E7DB
(180,231,219)
#BDE9DF
(189,233,223)
#C6EBE3
(198,235,227)
#CFEDE7
(207,237,231)
#D8EFEB
(216,239,235)
#E1F1EF
(225,241,239)
#EAF3F3
(234,243,243)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E1CF; }

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

This text font color is #99E1CF.

Background Color

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

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

This div background color is #99E1CF.

Border color

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

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

This div border color is #99E1CF.

Opacity

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

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

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

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

This text has shadow with #99E1CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99E1CF.

Preview

Color preview on black background

This text has color #99E1CF on black background.


Color preview on white background

This text has color #99E1CF on white background.


Black color preview on #99E1CF background

This text has black color on #99E1CF background.


White color preview on #99E1CF background

This text has white color on #99E1CF background.


Related colors

Complementary color

Complementary color for #hex is #661E30.


I love getcolorcode.com

Triadic colors

1 #CF99E1 and #E1CF99 with #99E1CF are triadic colors.

2 #CFE199 and #E199CF with #99E1CF are triadic colors.