COLOR #BBDA9B

HEX: #BBDA9B
RGB: (187,218,155)

Color info

#BBDA9B contains mainly red and green colors. Web safe color of #BBDA9B is #CCCC99 (or #CC9).

RGB color model

#BBDA9B color RGB value is (187,218,155).

  • red value is 187;
  • green value is 218;
  • blue value is 155.
RGB: (187,218,155) (73%,85%,61%)

RGB channels and saturation

R 187 of 255 = 73%
G 218 of 255 = 85%
B 155 of 255 = 61%

187
218
155

R + G + B ~ 73%. #BBDA9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 218 + 155 = 560 (100%)
R 187 of 560 ~ 33.39%
G 218 of 560 ~ 38.93%
B 155 of 560 ~ 27.68%

%33.39
%38.93
%27.68

CMYK color model

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

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 28.90%
  • key color value is 14.51%
CMYK: (14,0,29,15) C14M0Y29K15 (14%,0%,29%,15%) (0.14/0.00/0.29/0.15)

CMYK percentages

%14.22
%0
%28.9
%14.51

Codes

Color #BBDA9B in popluar color models

BBDA9B
RGB187218155
HSL90°45.99%73.14%
HSB/HSV90°28.90%85.49%
CMYK14.22%0.00%28.90%
14.51%

Color #BBDA9B in popluar number systems.

HEXBBDA9B
Decimal187218155
Binary101110111101101010011011
Octal273332233

Shades and tints

Shades of #BBDA9B

#BBDA9B
(187,218,155)
#AAC78D
(170,199,141)
#99B47F
(153,180,127)
#88A171
(136,161,113)
#778E63
(119,142,99)
#667B55
(102,123,85)
#556847
(85,104,71)
#445539
(68,85,57)
#33422B
(51,66,43)
#222F1D
(34,47,29)
#111C0F
(17,28,15)
#000000
(0,0,0)

Tints of #BBDA9B

#BBDA9B
(187,218,155)
#C1DDA4
(193,221,164)
#C7E0AD
(199,224,173)
#CDE3B6
(205,227,182)
#D3E6BF
(211,230,191)
#D9E9C8
(217,233,200)
#DFECD1
(223,236,209)
#E5EFDA
(229,239,218)
#EBF2E3
(235,242,227)
#F1F5EC
(241,245,236)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDA9B color. Also use rgb(187,218,155) instead hex code.

Text Font Color

.myTextColor { color: #BBDA9B; }

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

This text font color is #BBDA9B.


Background Color

.myBgColor { background-color: #BBDA9B; }

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

This div background color is #BBDA9B.


Border color

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

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

This div border color is #BBDA9B.


Opacity

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

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

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

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

This text has shadow with #BBDA9B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BBDA9B on black background.


Color preview on white background

This text has color #BBDA9B on white background.



Black color preview on #BBDA9B background

This text has black color on #BBDA9B background.


White color preview on #BBDA9B background

This text has white color on #BBDA9B background.