COLOR #BBD6B6

HEX: #BBD6B6
RGB: (187,214,182)

Color info

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

RGB color model

#BBD6B6 color RGB value is (187,214,182).

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

RGB channels and saturation

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

187
214
182

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

Portions of RGB colors in percentages

R + G + B =
187 + 214 + 182 = 583 (100%)
R 187 of 583 ~ 32.08%
G 214 of 583 ~ 36.71%
B 182 of 583 ~ 31.22%

%32.08
%36.71
%31.22

CMYK color model

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

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 14.95%
  • 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
%14.95
%16.08

Codes

Color #BBD6B6 in popluar color models

BBD6B6
RGB187214182
HSL111°28.07%77.65%
HSB/HSV111°14.95%83.92%
CMYK12.62%0.00%14.95%
16.08%

Color #BBD6B6 in popluar number systems.

HEXBBD6B6
Decimal187214182
Binary101110111101011010110110
Octal273326266

Shades and tints

Shades of #BBD6B6

#BBD6B6
(187,214,182)
#AAC3A6
(170,195,166)
#99B096
(153,176,150)
#889D86
(136,157,134)
#778A76
(119,138,118)
#667766
(102,119,102)
#556456
(85,100,86)
#445146
(68,81,70)
#333E36
(51,62,54)
#222B26
(34,43,38)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #BBD6B6

#BBD6B6
(187,214,182)
#C1D9BC
(193,217,188)
#C7DCC2
(199,220,194)
#CDDFC8
(205,223,200)
#D3E2CE
(211,226,206)
#D9E5D4
(217,229,212)
#DFE8DA
(223,232,218)
#E5EBE0
(229,235,224)
#EBEEE6
(235,238,230)
#F1F1EC
(241,241,236)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD6B6; }

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

This text font color is #BBD6B6.


Background Color

.myBgColor { background-color: #BBD6B6; }

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

This div background color is #BBD6B6.


Border color

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

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

This div border color is #BBD6B6.


Opacity

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

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

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

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

This text has shadow with #BBD6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD6B6 on black background.


Color preview on white background

This text has color #BBD6B6 on white background.



Black color preview on #BBD6B6 background

This text has black color on #BBD6B6 background.


White color preview on #BBD6B6 background

This text has white color on #BBD6B6 background.