COLOR #99D3BC

HEX: #99D3BC
RGB: (153,211,188)

Color info

#99D3BC contains red, green and blue colors in about the same proportion. Web safe color of #99D3BC is #99CCCC (or #9CC).

RGB color model

#99D3BC color RGB value is (153,211,188).

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

RGB channels and saturation

R 153 of 255 = 60%
G 211 of 255 = 83%
B 188 of 255 = 74%

153
211
188

R + G + B ~ 72%. #99D3BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 211 + 188 = 552 (100%)
R 153 of 552 ~ 27.72%
G 211 of 552 ~ 38.22%
B 188 of 552 ~ 34.06%

%27.72
%38.22
%34.06

CMYK color model

#99D3BC color CMYK value is (27,0,11,17).

  • cyan value is 27.49%
  • magenta value is 0.00%
  • yellow value is 10.90%
  • key color value is 17.25%
CMYK:
(27,0,11,17)
C27M0Y11K17 
(27%,0%,11%,17%)
(0.27/0.00/0.11/0.17)	

CMYK percentages

%27.49
%0
%10.9
%17.25

Codes

Color #99D3BC in popluar color models

99D3BC
RGB153211188
HSL156°39.73%71.37%
HSB/HSV156°27.49%82.75%
CMYK27.49%0.00%10.90%
17.25%

Color #99D3BC in popluar number systems.

HEX99D3BC
Decimal153211188
Binary100110011101001110111100
Octal231323274

Shades and tints

Shades of #99D3BC

#99D3BC
(153,211,188)
#8CC0AB
(140,192,171)
#7FAD9A
(127,173,154)
#729A89
(114,154,137)
#658778
(101,135,120)
#587467
(88,116,103)
#4B6156
(75,97,86)
#3E4E45
(62,78,69)
#313B34
(49,59,52)
#242823
(36,40,35)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #99D3BC

#99D3BC
(153,211,188)
#A2D7C2
(162,215,194)
#ABDBC8
(171,219,200)
#B4DFCE
(180,223,206)
#BDE3D4
(189,227,212)
#C6E7DA
(198,231,218)
#CFEBE0
(207,235,224)
#D8EFE6
(216,239,230)
#E1F3EC
(225,243,236)
#EAF7F2
(234,247,242)
#F3FBF8
(243,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D3BC; }

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

This text font color is #99D3BC.


Background Color

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

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

This div background color is #99D3BC.


Border color

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

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

This div border color is #99D3BC.


Opacity

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

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

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

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

This text has shadow with #99D3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D3BC on black background.


Color preview on white background

This text has color #99D3BC on white background.



Black color preview on #99D3BC background

This text has black color on #99D3BC background.


White color preview on #99D3BC background

This text has white color on #99D3BC background.