COLOR #99D5AF

HEX: #99D5AF
RGB: (153,213,175)

Color info

#99D5AF contains mainly green and blue colors. Web safe color of #99D5AF is #99CC99 (or #9C9).

RGB color model

#99D5AF color RGB value is (153,213,175).

  • red value is 153;
  • green value is 213;
  • blue value is 175.
RGB:
(153,213,175)
(60%,84%,69%)

RGB channels and saturation

R 153 of 255 = 60%
G 213 of 255 = 84%
B 175 of 255 = 69%

153
213
175

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

Portions of RGB colors in percentages

R + G + B =
153 + 213 + 175 = 541 (100%)
R 153 of 541 ~ 28.28%
G 213 of 541 ~ 39.37%
B 175 of 541 ~ 32.35%

%28.28
%39.37
%32.35

CMYK color model

#99D5AF color CMYK value is (28,0,18,16).

  • cyan value is 28.17%
  • magenta value is 0.00%
  • yellow value is 17.84%
  • key color value is 16.47%
CMYK:
(28,0,18,16)
C28M0Y18K16 
(28%,0%,18%,16%)
(0.28/0.00/0.18/0.16)	

CMYK percentages

%28.17
%0
%17.84
%16.47

Codes

Color #99D5AF in popluar color models

99D5AF
RGB153213175
HSL142°41.67%71.76%
HSB/HSV142°28.17%83.53%
CMYK28.17%0.00%17.84%
16.47%

Color #99D5AF in popluar number systems.

HEX99D5AF
Decimal153213175
Binary100110011101010110101111
Octal231325257

Shades and tints

Shades of #99D5AF

#99D5AF
(153,213,175)
#8CC2A0
(140,194,160)
#7FAF91
(127,175,145)
#729C82
(114,156,130)
#658973
(101,137,115)
#587664
(88,118,100)
#4B6355
(75,99,85)
#3E5046
(62,80,70)
#313D37
(49,61,55)
#242A28
(36,42,40)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #99D5AF

#99D5AF
(153,213,175)
#A2D8B6
(162,216,182)
#ABDBBD
(171,219,189)
#B4DEC4
(180,222,196)
#BDE1CB
(189,225,203)
#C6E4D2
(198,228,210)
#CFE7D9
(207,231,217)
#D8EAE0
(216,234,224)
#E1EDE7
(225,237,231)
#EAF0EE
(234,240,238)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D5AF color. Also use rgb(153,213,175) instead hex code.

Text Font Color

.myTextColor { color: #99D5AF; }

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

This text font color is #99D5AF.


Background Color

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

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

This div background color is #99D5AF.


Border color

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

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

This div border color is #99D5AF.


Opacity

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

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

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

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

This text has shadow with #99D5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D5AF on black background.


Color preview on white background

This text has color #99D5AF on white background.



Black color preview on #99D5AF background

This text has black color on #99D5AF background.


White color preview on #99D5AF background

This text has white color on #99D5AF background.