COLOR #99D3B4

HEX: #99D3B4 RGB: (153,211,180)

Color info

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

RGB color model

#99D3B4 color RGB value is (153,211,180).

RGB: (153,211,180) (60%, 83%, 71%)

RGB channels and saturation

R 153 of 255 = 60%
G 211 of 255 = 83%
B 180 of 255 = 71%

153
211
180

R + G + B ~ 71%. #99D3B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 211 + 180 = 544 (100%)
R 153 of 544 ~ 28.13%
G 211 of 544 ~ 38.79%
B 180 of 544 ~ 33.09'%

%28.13
%38.79
%33.09

CMYK color model

#99D3B4 color CMYK value is (27,0,15,17).

  • cyan value is 27.49%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 17.25%

CMYK: (27,0,15,17)
C27M0Y15K17 (27%, 0%, 15%, 17%)
(0.27 / 0.00 / 0.15 / 0.17)

CMYK percentages

%27.49
%0
%14.69
%17.25

Codes

Color #99D3B4 in popluar color models

99 D3 B4
RGB 153 211 180
HSL 148° 39.73% 71.37%
HSB/HSV 148° 27.49% 82.75%
CMYK 27.49% 0.00% 14.69%
17.25%

Color #99D3B4 in popluar number systems.

HEX 99 D3 B4
Decimal 153 211 180
Binary 10011001 11010011 10110100
Octal 231 323 264

Shades and tints

Shades of #99D3B4

#99D3B4
(153,211,180)
#8CC0A4
(140,192,164)
#7FAD94
(127,173,148)
#729A84
(114,154,132)
#658774
(101,135,116)
#587464
(88,116,100)
#4B6154
(75,97,84)
#3E4E44
(62,78,68)
#313B34
(49,59,52)
#242824
(36,40,36)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #99D3B4

#99D3B4
(153,211,180)
#A2D7BA
(162,215,186)
#ABDBC0
(171,219,192)
#B4DFC6
(180,223,198)
#BDE3CC
(189,227,204)
#C6E7D2
(198,231,210)
#CFEBD8
(207,235,216)
#D8EFDE
(216,239,222)
#E1F3E4
(225,243,228)
#EAF7EA
(234,247,234)
#F3FBF0
(243,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D3B4; }

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

This text font color is #99D3B4.

Background Color

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

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

This div background color is #99D3B4.

Border color

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

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

This div border color is #99D3B4.

Opacity

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

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

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

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

This text has shadow with #99D3B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99D3B4.

Preview

Color preview on black background

This text has color #99D3B4 on black background.


Color preview on white background

This text has color #99D3B4 on white background.


Black color preview on #99D3B4 background

This text has black color on #99D3B4 background.


White color preview on #99D3B4 background

This text has white color on #99D3B4 background.


Related colors

Complementary color

Complementary color for #hex is #662C4B.


I love getcolorcode.com

Triadic colors

1 #B499D3 and #D3B499 with #99D3B4 are triadic colors.

2 #B4D399 and #D399B4 with #99D3B4 are triadic colors.