COLOR #BBD5B5

HEX: #BBD5B5
RGB: (187,213,181)

Color info

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

RGB color model

#BBD5B5 color RGB value is (187,213,181).

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

RGB channels and saturation

R 187 of 255 = 73%
G 213 of 255 = 84%
B 181 of 255 = 71%

187
213
181

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

Portions of RGB colors in percentages

R + G + B =
187 + 213 + 181 = 581 (100%)
R 187 of 581 ~ 32.19%
G 213 of 581 ~ 36.66%
B 181 of 581 ~ 31.15%

%32.19
%36.66
%31.15

CMYK color model

#BBD5B5 color CMYK value is (12,0,15,16).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 15.02%
  • key color value is 16.47%
CMYK:
(12,0,15,16)
C12M0Y15K16 
(12%,0%,15%,16%)
(0.12/0.00/0.15/0.16)	

CMYK percentages

%12.21
%0
%15.02
%16.47

Codes

Color #BBD5B5 in popluar color models

BBD5B5
RGB187213181
HSL109°27.59%77.25%
HSB/HSV109°15.02%83.53%
CMYK12.21%0.00%15.02%
16.47%

Color #BBD5B5 in popluar number systems.

HEXBBD5B5
Decimal187213181
Binary101110111101010110110101
Octal273325265

Shades and tints

Shades of #BBD5B5

#BBD5B5
(187,213,181)
#AAC2A5
(170,194,165)
#99AF95
(153,175,149)
#889C85
(136,156,133)
#778975
(119,137,117)
#667665
(102,118,101)
#556355
(85,99,85)
#445045
(68,80,69)
#333D35
(51,61,53)
#222A25
(34,42,37)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #BBD5B5

#BBD5B5
(187,213,181)
#C1D8BB
(193,216,187)
#C7DBC1
(199,219,193)
#CDDEC7
(205,222,199)
#D3E1CD
(211,225,205)
#D9E4D3
(217,228,211)
#DFE7D9
(223,231,217)
#E5EADF
(229,234,223)
#EBEDE5
(235,237,229)
#F1F0EB
(241,240,235)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD5B5; }

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

This text font color is #BBD5B5.


Background Color

.myBgColor { background-color: #BBD5B5; }

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

This div background color is #BBD5B5.


Border color

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

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

This div border color is #BBD5B5.


Opacity

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

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

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

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

This text has shadow with #BBD5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD5B5 on black background.


Color preview on white background

This text has color #BBD5B5 on white background.



Black color preview on #BBD5B5 background

This text has black color on #BBD5B5 background.


White color preview on #BBD5B5 background

This text has white color on #BBD5B5 background.