COLOR #99D4B1

HEX: #99D4B1 RGB: (153,212,177)

Color info

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

RGB color model

#99D4B1 color RGB value is (153,212,177).

RGB: (153,212,177) (60%, 83%, 69%)

RGB channels and saturation

R 153 of 255 = 60%
G 212 of 255 = 83%
B 177 of 255 = 69%

153
212
177

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

Portions of RGB colors in percentages

R + G + B = 153 + 212 + 177 = 542 (100%)
R 153 of 542 ~ 28.23%
G 212 of 542 ~ 39.11%
B 177 of 542 ~ 32.66'%

%28.23
%39.11
%32.66

CMYK color model

#99D4B1 color CMYK value is (28,0,17,17).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 16.51%
  • key color value is 16.86%

CMYK: (28,0,17,17)
C28M0Y17K17 (28%, 0%, 17%, 17%)
(0.28 / 0.00 / 0.17 / 0.17)

CMYK percentages

%27.83
%0
%16.51
%16.86

Codes

Color #99D4B1 in popluar color models

99 D4 B1
RGB 153 212 177
HSL 144° 40.69% 71.57%
HSB/HSV 144° 27.83% 83.14%
CMYK 27.83% 0.00% 16.51%
16.86%

Color #99D4B1 in popluar number systems.

HEX 99 D4 B1
Decimal 153 212 177
Binary 10011001 11010100 10110001
Octal 231 324 261

Shades and tints

Shades of #99D4B1

#99D4B1
(153,212,177)
#8CC1A1
(140,193,161)
#7FAE91
(127,174,145)
#729B81
(114,155,129)
#658871
(101,136,113)
#587561
(88,117,97)
#4B6251
(75,98,81)
#3E4F41
(62,79,65)
#313C31
(49,60,49)
#242921
(36,41,33)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #99D4B1

#99D4B1
(153,212,177)
#A2D7B8
(162,215,184)
#ABDABF
(171,218,191)
#B4DDC6
(180,221,198)
#BDE0CD
(189,224,205)
#C6E3D4
(198,227,212)
#CFE6DB
(207,230,219)
#D8E9E2
(216,233,226)
#E1ECE9
(225,236,233)
#EAEFF0
(234,239,240)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D4B1 color. Also use rgb(153,212,177) instead hex code.

Text Font Color

.myTextColor { color: #99D4B1; }

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

This text font color is #99D4B1.

Background Color

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

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

This div background color is #99D4B1.

Border color

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

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

This div border color is #99D4B1.

Opacity

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

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

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

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

This text has shadow with #99D4B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99D4B1.

Preview

Color preview on black background

This text has color #99D4B1 on black background.


Color preview on white background

This text has color #99D4B1 on white background.


Black color preview on #99D4B1 background

This text has black color on #99D4B1 background.


White color preview on #99D4B1 background

This text has white color on #99D4B1 background.


Related colors

Complementary color

Complementary color for #hex is #662B4E.


I love getcolorcode.com

Triadic colors

1 #B199D4 and #D4B199 with #99D4B1 are triadic colors.

2 #B1D499 and #D499B1 with #99D4B1 are triadic colors.