COLOR #BBDBB5

HEX: #BBDBB5
RGB: (187,219,181)

Color info

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

RGB color model

#BBDBB5 color RGB value is (187,219,181).

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

RGB channels and saturation

R 187 of 255 = 73%
G 219 of 255 = 86%
B 181 of 255 = 71%

187
219
181

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

Portions of RGB colors in percentages

R + G + B =
187 + 219 + 181 = 587 (100%)
R 187 of 587 ~ 31.86%
G 219 of 587 ~ 37.31%
B 181 of 587 ~ 30.83%

%31.86
%37.31
%30.83

CMYK color model

#BBDBB5 color CMYK value is (15,0,17,14).

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 17.35%
  • key color value is 14.12%
CMYK:
(15,0,17,14)
C15M0Y17K14 
(15%,0%,17%,14%)
(0.15/0.00/0.17/0.14)	

CMYK percentages

%14.61
%0
%17.35
%14.12

Codes

Color #BBDBB5 in popluar color models

BBDBB5
RGB187219181
HSL111°34.55%78.43%
HSB/HSV111°17.35%85.88%
CMYK14.61%0.00%17.35%
14.12%

Color #BBDBB5 in popluar number systems.

HEXBBDBB5
Decimal187219181
Binary101110111101101110110101
Octal273333265

Shades and tints

Shades of #BBDBB5

#BBDBB5
(187,219,181)
#AAC8A5
(170,200,165)
#99B595
(153,181,149)
#88A285
(136,162,133)
#778F75
(119,143,117)
#667C65
(102,124,101)
#556955
(85,105,85)
#445645
(68,86,69)
#334335
(51,67,53)
#223025
(34,48,37)
#111D15
(17,29,21)
#000000
(0,0,0)

Tints of #BBDBB5

#BBDBB5
(187,219,181)
#C1DEBB
(193,222,187)
#C7E1C1
(199,225,193)
#CDE4C7
(205,228,199)
#D3E7CD
(211,231,205)
#D9EAD3
(217,234,211)
#DFEDD9
(223,237,217)
#E5F0DF
(229,240,223)
#EBF3E5
(235,243,229)
#F1F6EB
(241,246,235)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDBB5; }

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

This text font color is #BBDBB5.


Background Color

.myBgColor { background-color: #BBDBB5; }

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

This div background color is #BBDBB5.


Border color

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

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

This div border color is #BBDBB5.


Opacity

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

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

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

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

This text has shadow with #BBDBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDBB5 on black background.


Color preview on white background

This text has color #BBDBB5 on white background.



Black color preview on #BBDBB5 background

This text has black color on #BBDBB5 background.


White color preview on #BBDBB5 background

This text has white color on #BBDBB5 background.