COLOR #99BCAA

HEX: #99BCAA
RGB: (153,188,170)

Color info

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

RGB color model

#99BCAA color RGB value is (153,188,170).

  • red value is 153;
  • green value is 188;
  • blue value is 170.
RGB:
(153,188,170)
(60%,74%,67%)

RGB channels and saturation

R 153 of 255 = 60%
G 188 of 255 = 74%
B 170 of 255 = 67%

153
188
170

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

Portions of RGB colors in percentages

R + G + B =
153 + 188 + 170 = 511 (100%)
R 153 of 511 ~ 29.94%
G 188 of 511 ~ 36.79%
B 170 of 511 ~ 33.27%

%29.94
%36.79
%33.27

CMYK color model

#99BCAA color CMYK value is (19,0,10,26).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 26.27%
CMYK:
(19,0,10,26)
C19M0Y10K26 
(19%,0%,10%,26%)
(0.19/0.00/0.10/0.26)	

CMYK percentages

%18.62
%0
%9.57
%26.27

Codes

Color #99BCAA in popluar color models

99BCAA
RGB153188170
HSL149°20.71%66.86%
HSB/HSV149°18.62%73.73%
CMYK18.62%0.00%9.57%
26.27%

Color #99BCAA in popluar number systems.

HEX99BCAA
Decimal153188170
Binary100110011011110010101010
Octal231274252

Shades and tints

Shades of #99BCAA

#99BCAA
(153,188,170)
#8CAB9B
(140,171,155)
#7F9A8C
(127,154,140)
#72897D
(114,137,125)
#65786E
(101,120,110)
#58675F
(88,103,95)
#4B5650
(75,86,80)
#3E4541
(62,69,65)
#313432
(49,52,50)
#242323
(36,35,35)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #99BCAA

#99BCAA
(153,188,170)
#A2C2B1
(162,194,177)
#ABC8B8
(171,200,184)
#B4CEBF
(180,206,191)
#BDD4C6
(189,212,198)
#C6DACD
(198,218,205)
#CFE0D4
(207,224,212)
#D8E6DB
(216,230,219)
#E1ECE2
(225,236,226)
#EAF2E9
(234,242,233)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BCAA color. Also use rgb(153,188,170) instead hex code.

Text Font Color

.myTextColor { color: #99BCAA; }

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

This text font color is #99BCAA.


Background Color

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

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

This div background color is #99BCAA.


Border color

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

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

This div border color is #99BCAA.


Opacity

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

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

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

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

This text has shadow with #99BCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BCAA on black background.


Color preview on white background

This text has color #99BCAA on white background.



Black color preview on #99BCAA background

This text has black color on #99BCAA background.


White color preview on #99BCAA background

This text has white color on #99BCAA background.