COLOR #BBD9B3

HEX: #BBD9B3
RGB: (187,217,179)

Color info

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

RGB color model

#BBD9B3 color RGB value is (187,217,179).

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

RGB channels and saturation

R 187 of 255 = 73%
G 217 of 255 = 85%
B 179 of 255 = 70%

187
217
179

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

Portions of RGB colors in percentages

R + G + B =
187 + 217 + 179 = 583 (100%)
R 187 of 583 ~ 32.08%
G 217 of 583 ~ 37.22%
B 179 of 583 ~ 30.7%

%32.08
%37.22
%30.7

CMYK color model

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

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 17.51%
  • key color value is 14.90%
CMYK:
(14,0,18,15)
C14M0Y18K15 
(14%,0%,18%,15%)
(0.14/0.00/0.18/0.15)	

CMYK percentages

%13.82
%0
%17.51
%14.9

Codes

Color #BBD9B3 in popluar color models

BBD9B3
RGB187217179
HSL107°33.33%77.65%
HSB/HSV107°17.51%85.10%
CMYK13.82%0.00%17.51%
14.90%

Color #BBD9B3 in popluar number systems.

HEXBBD9B3
Decimal187217179
Binary101110111101100110110011
Octal273331263

Shades and tints

Shades of #BBD9B3

#BBD9B3
(187,217,179)
#AAC6A3
(170,198,163)
#99B393
(153,179,147)
#88A083
(136,160,131)
#778D73
(119,141,115)
#667A63
(102,122,99)
#556753
(85,103,83)
#445443
(68,84,67)
#334133
(51,65,51)
#222E23
(34,46,35)
#111B13
(17,27,19)
#000000
(0,0,0)

Tints of #BBD9B3

#BBD9B3
(187,217,179)
#C1DCB9
(193,220,185)
#C7DFBF
(199,223,191)
#CDE2C5
(205,226,197)
#D3E5CB
(211,229,203)
#D9E8D1
(217,232,209)
#DFEBD7
(223,235,215)
#E5EEDD
(229,238,221)
#EBF1E3
(235,241,227)
#F1F4E9
(241,244,233)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD9B3; }

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

This text font color is #BBD9B3.


Background Color

.myBgColor { background-color: #BBD9B3; }

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

This div background color is #BBD9B3.


Border color

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

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

This div border color is #BBD9B3.


Opacity

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

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

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

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

This text has shadow with #BBD9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD9B3 on black background.


Color preview on white background

This text has color #BBD9B3 on white background.



Black color preview on #BBD9B3 background

This text has black color on #BBD9B3 background.


White color preview on #BBD9B3 background

This text has white color on #BBD9B3 background.