COLOR #99D3E6

HEX: #99D3E6
RGB: (153,211,230)

Color info

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

RGB color model

#99D3E6 color RGB value is (153,211,230).

  • red value is 153;
  • green value is 211;
  • blue value is 230.
RGB:
(153,211,230)
(60%,83%,90%)

RGB channels and saturation

R 153 of 255 = 60%
G 211 of 255 = 83%
B 230 of 255 = 90%

153
211
230

R + G + B ~ 78%. #99D3E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 211 + 230 = 594 (100%)
R 153 of 594 ~ 25.76%
G 211 of 594 ~ 35.52%
B 230 of 594 ~ 38.72%

%25.76
%35.52
%38.72

CMYK color model

#99D3E6 color CMYK value is (33,8,0,10).

  • cyan value is 33.48%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(33,8,0,10)
C33M8Y0K10 
(33%,8%,0%,10%)
(0.33/0.08/0.00/0.10)	

CMYK percentages

%33.48
%8.26
%0
%9.8

Codes

Color #99D3E6 in popluar color models

99D3E6
RGB153211230
HSL195°60.63%75.10%
HSB/HSV195°33.48%90.20%
CMYK33.48%8.26%0.00%
9.80%

Color #99D3E6 in popluar number systems.

HEX99D3E6
Decimal153211230
Binary100110011101001111100110
Octal231323346

Shades and tints

Shades of #99D3E6

#99D3E6
(153,211,230)
#8CC0D2
(140,192,210)
#7FADBE
(127,173,190)
#729AAA
(114,154,170)
#658796
(101,135,150)
#587482
(88,116,130)
#4B616E
(75,97,110)
#3E4E5A
(62,78,90)
#313B46
(49,59,70)
#242832
(36,40,50)
#17151E
(23,21,30)
#000000
(0,0,0)

Tints of #99D3E6

#99D3E6
(153,211,230)
#A2D7E8
(162,215,232)
#ABDBEA
(171,219,234)
#B4DFEC
(180,223,236)
#BDE3EE
(189,227,238)
#C6E7F0
(198,231,240)
#CFEBF2
(207,235,242)
#D8EFF4
(216,239,244)
#E1F3F6
(225,243,246)
#EAF7F8
(234,247,248)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D3E6; }

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

This text font color is #99D3E6.


Background Color

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

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

This div background color is #99D3E6.


Border color

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

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

This div border color is #99D3E6.


Opacity

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

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

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

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

This text has shadow with #99D3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D3E6 on black background.


Color preview on white background

This text has color #99D3E6 on white background.



Black color preview on #99D3E6 background

This text has black color on #99D3E6 background.


White color preview on #99D3E6 background

This text has white color on #99D3E6 background.