COLOR #99BFA5

HEX: #99BFA5
RGB: (153,191,165)

Color info

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

RGB color model

#99BFA5 color RGB value is (153,191,165).

  • red value is 153;
  • green value is 191;
  • blue value is 165.
RGB:
(153,191,165)
(60%,75%,65%)

RGB channels and saturation

R 153 of 255 = 60%
G 191 of 255 = 75%
B 165 of 255 = 65%

153
191
165

R + G + B ~ 67%. #99BFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 191 + 165 = 509 (100%)
R 153 of 509 ~ 30.06%
G 191 of 509 ~ 37.52%
B 165 of 509 ~ 32.42%

%30.06
%37.52
%32.42

CMYK color model

#99BFA5 color CMYK value is (20,0,14,25).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 25.10%
CMYK:
(20,0,14,25)
C20M0Y14K25 
(20%,0%,14%,25%)
(0.20/0.00/0.14/0.25)	

CMYK percentages

%19.9
%0
%13.61
%25.1

Codes

Color #99BFA5 in popluar color models

99BFA5
RGB153191165
HSL139°22.89%67.45%
HSB/HSV139°19.90%74.90%
CMYK19.90%0.00%13.61%
25.10%

Color #99BFA5 in popluar number systems.

HEX99BFA5
Decimal153191165
Binary100110011011111110100101
Octal231277245

Shades and tints

Shades of #99BFA5

#99BFA5
(153,191,165)
#8CAE96
(140,174,150)
#7F9D87
(127,157,135)
#728C78
(114,140,120)
#657B69
(101,123,105)
#586A5A
(88,106,90)
#4B594B
(75,89,75)
#3E483C
(62,72,60)
#31372D
(49,55,45)
#24261E
(36,38,30)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #99BFA5

#99BFA5
(153,191,165)
#A2C4AD
(162,196,173)
#ABC9B5
(171,201,181)
#B4CEBD
(180,206,189)
#BDD3C5
(189,211,197)
#C6D8CD
(198,216,205)
#CFDDD5
(207,221,213)
#D8E2DD
(216,226,221)
#E1E7E5
(225,231,229)
#EAECED
(234,236,237)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BFA5 color. Also use rgb(153,191,165) instead hex code.

Text Font Color

.myTextColor { color: #99BFA5; }

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

This text font color is #99BFA5.


Background Color

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

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

This div background color is #99BFA5.


Border color

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

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

This div border color is #99BFA5.


Opacity

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

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

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

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

This text has shadow with #99BFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BFA5 on black background.


Color preview on white background

This text has color #99BFA5 on white background.



Black color preview on #99BFA5 background

This text has black color on #99BFA5 background.


White color preview on #99BFA5 background

This text has white color on #99BFA5 background.