COLOR #BBDBAF

HEX: #BBDBAF
RGB: (187,219,175)

Color info

#BBDBAF contains red, green and blue colors in about the same proportion. Web safe color of #BBDBAF is #CCCC99 (or #CC9).

RGB color model

#BBDBAF color RGB value is (187,219,175).

  • red value is 187;
  • green value is 219;
  • blue value is 175.
RGB:
(187,219,175)
(73%,86%,69%)

RGB channels and saturation

R 187 of 255 = 73%
G 219 of 255 = 86%
B 175 of 255 = 69%

187
219
175

R + G + B ~ 76%. #BBDBAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 219 + 175 = 581 (100%)
R 187 of 581 ~ 32.19%
G 219 of 581 ~ 37.69%
B 175 of 581 ~ 30.12%

%32.19
%37.69
%30.12

CMYK color model

#BBDBAF color CMYK value is (15,0,20,14).

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 20.09%
  • key color value is 14.12%
CMYK:
(15,0,20,14)
C15M0Y20K14 
(15%,0%,20%,14%)
(0.15/0.00/0.20/0.14)	

CMYK percentages

%14.61
%0
%20.09
%14.12

Codes

Color #BBDBAF in popluar color models

BBDBAF
RGB187219175
HSL104°37.93%77.25%
HSB/HSV104°20.09%85.88%
CMYK14.61%0.00%20.09%
14.12%

Color #BBDBAF in popluar number systems.

HEXBBDBAF
Decimal187219175
Binary101110111101101110101111
Octal273333257

Shades and tints

Shades of #BBDBAF

#BBDBAF
(187,219,175)
#AAC8A0
(170,200,160)
#99B591
(153,181,145)
#88A282
(136,162,130)
#778F73
(119,143,115)
#667C64
(102,124,100)
#556955
(85,105,85)
#445646
(68,86,70)
#334337
(51,67,55)
#223028
(34,48,40)
#111D19
(17,29,25)
#000000
(0,0,0)

Tints of #BBDBAF

#BBDBAF
(187,219,175)
#C1DEB6
(193,222,182)
#C7E1BD
(199,225,189)
#CDE4C4
(205,228,196)
#D3E7CB
(211,231,203)
#D9EAD2
(217,234,210)
#DFEDD9
(223,237,217)
#E5F0E0
(229,240,224)
#EBF3E7
(235,243,231)
#F1F6EE
(241,246,238)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDBAF color. Also use rgb(187,219,175) instead hex code.

Text Font Color

.myTextColor { color: #BBDBAF; }

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

This text font color is #BBDBAF.


Background Color

.myBgColor { background-color: #BBDBAF; }

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

This div background color is #BBDBAF.


Border color

.myBorderColor { border: 1px solid #BBDBAF; }

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

This div border color is #BBDBAF.


Opacity

.myOpacity80 { color: #BBDBAF; opacity: 0.8; }

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

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

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

This text has shadow with #BBDBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDBAF on black background.


Color preview on white background

This text has color #BBDBAF on white background.



Black color preview on #BBDBAF background

This text has black color on #BBDBAF background.


White color preview on #BBDBAF background

This text has white color on #BBDBAF background.