COLOR #99D6BD

HEX: #99D6BD RGB: (153,214,189)

Color info

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

RGB color model

#99D6BD color RGB value is (153,214,189).

RGB: (153,214,189) (60%, 84%, 74%)

RGB channels and saturation

R 153 of 255 = 60%
G 214 of 255 = 84%
B 189 of 255 = 74%

153
214
189

R + G + B ~ 73%. #99D6BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 214 + 189 = 556 (100%)
R 153 of 556 ~ 27.52%
G 214 of 556 ~ 38.49%
B 189 of 556 ~ 33.99'%

%27.52
%38.49
%33.99

CMYK color model

#99D6BD color CMYK value is (29,0,12,16).

  • cyan value is 28.50%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 16.08%
CMYK: (29,0,12,16) C29M0Y12K16 (29%,0%,12%,16%) (0.29/0.00/0.12/0.16) 

CMYK percentages

%28.5
%0
%11.68
%16.08

Codes

Color #99D6BD in popluar color models

99 D6 BD
RGB 153 214 189
HSL 155° 42.66% 71.96%
HSB/HSV 155° 28.50% 83.92%
CMYK 28.50% 0.00% 11.68%
16.08%

Color #99D6BD in popluar number systems.

HEX 99 D6 BD
Decimal 153 214 189
Binary 10011001 11010110 10111101
Octal 231 326 275

Shades and tints

Shades of #99D6BD

#99D6BD
(153,214,189)
#8CC3AC
(140,195,172)
#7FB09B
(127,176,155)
#729D8A
(114,157,138)
#658A79
(101,138,121)
#587768
(88,119,104)
#4B6457
(75,100,87)
#3E5146
(62,81,70)
#313E35
(49,62,53)
#242B24
(36,43,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #99D6BD

#99D6BD
(153,214,189)
#A2D9C3
(162,217,195)
#ABDCC9
(171,220,201)
#B4DFCF
(180,223,207)
#BDE2D5
(189,226,213)
#C6E5DB
(198,229,219)
#CFE8E1
(207,232,225)
#D8EBE7
(216,235,231)
#E1EEED
(225,238,237)
#EAF1F3
(234,241,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D6BD color. Also use rgb(153,214,189) instead hex code.

Text Font Color

.myTextColor { color: #99D6BD; }

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

This text font color is #99D6BD.

Background Color

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

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

This div background color is #99D6BD.

Border color

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

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

This div border color is #99D6BD.

Opacity

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

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

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

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

This text has shadow with #99D6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99D6BD.

Preview

Color preview on black background

This text has color #99D6BD on black background.


Color preview on white background

This text has color #99D6BD on white background.


Black color preview on #99D6BD background

This text has black color on #99D6BD background.


White color preview on #99D6BD background

This text has white color on #99D6BD background.


Related colors

Complementary color

Complementary color for #hex is #662942.


I love getcolorcode.com

Triadic colors

1 #BD99D6 and #D6BD99 with #99D6BD are triadic colors.

2 #BDD699 and #D699BD with #99D6BD are triadic colors.