COLOR #BBDBB3

HEX: #BBDBB3
RGB: (187,219,179)

Color info

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

RGB color model

#BBDBB3 color RGB value is (187,219,179).

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

RGB channels and saturation

R 187 of 255 = 73%
G 219 of 255 = 86%
B 179 of 255 = 70%

187
219
179

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

Portions of RGB colors in percentages

R + G + B =
187 + 219 + 179 = 585 (100%)
R 187 of 585 ~ 31.97%
G 219 of 585 ~ 37.44%
B 179 of 585 ~ 30.6%

%31.97
%37.44
%30.6

CMYK color model

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

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 14.12%
CMYK:
(15,0,18,14)
C15M0Y18K14 
(15%,0%,18%,14%)
(0.15/0.00/0.18/0.14)	

CMYK percentages

%14.61
%0
%18.26
%14.12

Codes

Color #BBDBB3 in popluar color models

BBDBB3
RGB187219179
HSL108°35.71%78.04%
HSB/HSV108°18.26%85.88%
CMYK14.61%0.00%18.26%
14.12%

Color #BBDBB3 in popluar number systems.

HEXBBDBB3
Decimal187219179
Binary101110111101101110110011
Octal273333263

Shades and tints

Shades of #BBDBB3

#BBDBB3
(187,219,179)
#AAC8A3
(170,200,163)
#99B593
(153,181,147)
#88A283
(136,162,131)
#778F73
(119,143,115)
#667C63
(102,124,99)
#556953
(85,105,83)
#445643
(68,86,67)
#334333
(51,67,51)
#223023
(34,48,35)
#111D13
(17,29,19)
#000000
(0,0,0)

Tints of #BBDBB3

#BBDBB3
(187,219,179)
#C1DEB9
(193,222,185)
#C7E1BF
(199,225,191)
#CDE4C5
(205,228,197)
#D3E7CB
(211,231,203)
#D9EAD1
(217,234,209)
#DFEDD7
(223,237,215)
#E5F0DD
(229,240,221)
#EBF3E3
(235,243,227)
#F1F6E9
(241,246,233)
#F7F9EF
(247,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDBB3; }

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

This text font color is #BBDBB3.


Background Color

.myBgColor { background-color: #BBDBB3; }

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

This div background color is #BBDBB3.


Border color

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

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

This div border color is #BBDBB3.


Opacity

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

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

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

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

This text has shadow with #BBDBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDBB3 on black background.


Color preview on white background

This text has color #BBDBB3 on white background.



Black color preview on #BBDBB3 background

This text has black color on #BBDBB3 background.


White color preview on #BBDBB3 background

This text has white color on #BBDBB3 background.