COLOR #99BDB4

HEX: #99BDB4
RGB: (153,189,180)

Color info

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

RGB color model

#99BDB4 color RGB value is (153,189,180).

  • red value is 153;
  • green value is 189;
  • blue value is 180.
RGB:
(153,189,180)
(60%,74%,71%)

RGB channels and saturation

R 153 of 255 = 60%
G 189 of 255 = 74%
B 180 of 255 = 71%

153
189
180

R + G + B ~ 68%. #99BDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 189 + 180 = 522 (100%)
R 153 of 522 ~ 29.31%
G 189 of 522 ~ 36.21%
B 180 of 522 ~ 34.48%

%29.31
%36.21
%34.48

CMYK color model

#99BDB4 color CMYK value is (19,0,5,26).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 25.88%
CMYK:
(19,0,5,26)
C19M0Y5K26 
(19%,0%,5%,26%)
(0.19/0.00/0.05/0.26)	

CMYK percentages

%19.05
%0
%4.76
%25.88

Codes

Color #99BDB4 in popluar color models

99BDB4
RGB153189180
HSL165°21.43%67.06%
HSB/HSV165°19.05%74.12%
CMYK19.05%0.00%4.76%
25.88%

Color #99BDB4 in popluar number systems.

HEX99BDB4
Decimal153189180
Binary100110011011110110110100
Octal231275264

Shades and tints

Shades of #99BDB4

#99BDB4
(153,189,180)
#8CACA4
(140,172,164)
#7F9B94
(127,155,148)
#728A84
(114,138,132)
#657974
(101,121,116)
#586864
(88,104,100)
#4B5754
(75,87,84)
#3E4644
(62,70,68)
#313534
(49,53,52)
#242424
(36,36,36)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #99BDB4

#99BDB4
(153,189,180)
#A2C3BA
(162,195,186)
#ABC9C0
(171,201,192)
#B4CFC6
(180,207,198)
#BDD5CC
(189,213,204)
#C6DBD2
(198,219,210)
#CFE1D8
(207,225,216)
#D8E7DE
(216,231,222)
#E1EDE4
(225,237,228)
#EAF3EA
(234,243,234)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BDB4; }

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

This text font color is #99BDB4.


Background Color

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

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

This div background color is #99BDB4.


Border color

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

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

This div border color is #99BDB4.


Opacity

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

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

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

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

This text has shadow with #99BDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BDB4 on black background.


Color preview on white background

This text has color #99BDB4 on white background.



Black color preview on #99BDB4 background

This text has black color on #99BDB4 background.


White color preview on #99BDB4 background

This text has white color on #99BDB4 background.