COLOR #BBD9B9

HEX: #BBD9B9
RGB: (187,217,185)

Color info

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

RGB color model

#BBD9B9 color RGB value is (187,217,185).

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

RGB channels and saturation

R 187 of 255 = 73%
G 217 of 255 = 85%
B 185 of 255 = 73%

187
217
185

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

Portions of RGB colors in percentages

R + G + B =
187 + 217 + 185 = 589 (100%)
R 187 of 589 ~ 31.75%
G 217 of 589 ~ 36.84%
B 185 of 589 ~ 31.41%

%31.75
%36.84
%31.41

CMYK color model

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

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 14.90%
CMYK:
(14,0,15,15)
C14M0Y15K15 
(14%,0%,15%,15%)
(0.14/0.00/0.15/0.15)	

CMYK percentages

%13.82
%0
%14.75
%14.9

Codes

Color #BBD9B9 in popluar color models

BBD9B9
RGB187217185
HSL116°29.63%78.82%
HSB/HSV116°14.75%85.10%
CMYK13.82%0.00%14.75%
14.90%

Color #BBD9B9 in popluar number systems.

HEXBBD9B9
Decimal187217185
Binary101110111101100110111001
Octal273331271

Shades and tints

Shades of #BBD9B9

#BBD9B9
(187,217,185)
#AAC6A9
(170,198,169)
#99B399
(153,179,153)
#88A089
(136,160,137)
#778D79
(119,141,121)
#667A69
(102,122,105)
#556759
(85,103,89)
#445449
(68,84,73)
#334139
(51,65,57)
#222E29
(34,46,41)
#111B19
(17,27,25)
#000000
(0,0,0)

Tints of #BBD9B9

#BBD9B9
(187,217,185)
#C1DCBF
(193,220,191)
#C7DFC5
(199,223,197)
#CDE2CB
(205,226,203)
#D3E5D1
(211,229,209)
#D9E8D7
(217,232,215)
#DFEBDD
(223,235,221)
#E5EEE3
(229,238,227)
#EBF1E9
(235,241,233)
#F1F4EF
(241,244,239)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD9B9; }

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

This text font color is #BBD9B9.


Background Color

.myBgColor { background-color: #BBD9B9; }

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

This div background color is #BBD9B9.


Border color

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

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

This div border color is #BBD9B9.


Opacity

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

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

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

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

This text has shadow with #BBD9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD9B9 on black background.


Color preview on white background

This text has color #BBD9B9 on white background.



Black color preview on #BBD9B9 background

This text has black color on #BBD9B9 background.


White color preview on #BBD9B9 background

This text has white color on #BBD9B9 background.