COLOR #BBD6B5

HEX: #BBD6B5
RGB: (187,214,181)

Color info

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

RGB color model

#BBD6B5 color RGB value is (187,214,181).

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

RGB channels and saturation

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

187
214
181

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

Portions of RGB colors in percentages

R + G + B =
187 + 214 + 181 = 582 (100%)
R 187 of 582 ~ 32.13%
G 214 of 582 ~ 36.77%
B 181 of 582 ~ 31.1%

%32.13
%36.77
%31.1

CMYK color model

#BBD6B5 color CMYK value is (13,0,15,16).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 16.08%
CMYK:
(13,0,15,16)
C13M0Y15K16 
(13%,0%,15%,16%)
(0.13/0.00/0.15/0.16)	

CMYK percentages

%12.62
%0
%15.42
%16.08

Codes

Color #BBD6B5 in popluar color models

BBD6B5
RGB187214181
HSL109°28.70%77.45%
HSB/HSV109°15.42%83.92%
CMYK12.62%0.00%15.42%
16.08%

Color #BBD6B5 in popluar number systems.

HEXBBD6B5
Decimal187214181
Binary101110111101011010110101
Octal273326265

Shades and tints

Shades of #BBD6B5

#BBD6B5
(187,214,181)
#AAC3A5
(170,195,165)
#99B095
(153,176,149)
#889D85
(136,157,133)
#778A75
(119,138,117)
#667765
(102,119,101)
#556455
(85,100,85)
#445145
(68,81,69)
#333E35
(51,62,53)
#222B25
(34,43,37)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #BBD6B5

#BBD6B5
(187,214,181)
#C1D9BB
(193,217,187)
#C7DCC1
(199,220,193)
#CDDFC7
(205,223,199)
#D3E2CD
(211,226,205)
#D9E5D3
(217,229,211)
#DFE8D9
(223,232,217)
#E5EBDF
(229,235,223)
#EBEEE5
(235,238,229)
#F1F1EB
(241,241,235)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD6B5; }

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

This text font color is #BBD6B5.


Background Color

.myBgColor { background-color: #BBD6B5; }

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

This div background color is #BBD6B5.


Border color

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

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

This div border color is #BBD6B5.


Opacity

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

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

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

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

This text has shadow with #BBD6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD6B5 on black background.


Color preview on white background

This text has color #BBD6B5 on white background.



Black color preview on #BBD6B5 background

This text has black color on #BBD6B5 background.


White color preview on #BBD6B5 background

This text has white color on #BBD6B5 background.