COLOR #BBDBB9

HEX: #BBDBB9
RGB: (187,219,185)

Color info

#BBDBB9 contains red, green and blue colors in about the same proportion. Web safe color of #BBDBB9 is #CCCCCC (or #CCC).

RGB color model

#BBDBB9 color RGB value is (187,219,185).

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

RGB channels and saturation

R 187 of 255 = 73%
G 219 of 255 = 86%
B 185 of 255 = 73%

187
219
185

R + G + B ~ 77%. #BBDBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 219 + 185 = 591 (100%)
R 187 of 591 ~ 31.64%
G 219 of 591 ~ 37.06%
B 185 of 591 ~ 31.3%

%31.64
%37.06
%31.3

CMYK color model

#BBDBB9 color CMYK value is (15,0,16,14).

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 14.12%
CMYK:
(15,0,16,14)
C15M0Y16K14 
(15%,0%,16%,14%)
(0.15/0.00/0.16/0.14)	

CMYK percentages

%14.61
%0
%15.53
%14.12

Codes

Color #BBDBB9 in popluar color models

BBDBB9
RGB187219185
HSL116°32.08%79.22%
HSB/HSV116°15.53%85.88%
CMYK14.61%0.00%15.53%
14.12%

Color #BBDBB9 in popluar number systems.

HEXBBDBB9
Decimal187219185
Binary101110111101101110111001
Octal273333271

Shades and tints

Shades of #BBDBB9

#BBDBB9
(187,219,185)
#AAC8A9
(170,200,169)
#99B599
(153,181,153)
#88A289
(136,162,137)
#778F79
(119,143,121)
#667C69
(102,124,105)
#556959
(85,105,89)
#445649
(68,86,73)
#334339
(51,67,57)
#223029
(34,48,41)
#111D19
(17,29,25)
#000000
(0,0,0)

Tints of #BBDBB9

#BBDBB9
(187,219,185)
#C1DEBF
(193,222,191)
#C7E1C5
(199,225,197)
#CDE4CB
(205,228,203)
#D3E7D1
(211,231,209)
#D9EAD7
(217,234,215)
#DFEDDD
(223,237,221)
#E5F0E3
(229,240,227)
#EBF3E9
(235,243,233)
#F1F6EF
(241,246,239)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDBB9; }

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

This text font color is #BBDBB9.


Background Color

.myBgColor { background-color: #BBDBB9; }

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

This div background color is #BBDBB9.


Border color

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

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

This div border color is #BBDBB9.


Opacity

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

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

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

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

This text has shadow with #BBDBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDBB9 on black background.


Color preview on white background

This text has color #BBDBB9 on white background.



Black color preview on #BBDBB9 background

This text has black color on #BBDBB9 background.


White color preview on #BBDBB9 background

This text has white color on #BBDBB9 background.