COLOR #BBD2B6

HEX: #BBD2B6
RGB: (187,210,182)

Color info

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

RGB color model

#BBD2B6 color RGB value is (187,210,182).

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

RGB channels and saturation

R 187 of 255 = 73%
G 210 of 255 = 82%
B 182 of 255 = 71%

187
210
182

R + G + B ~ 75%. #BBD2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 210 + 182 = 579 (100%)
R 187 of 579 ~ 32.3%
G 210 of 579 ~ 36.27%
B 182 of 579 ~ 31.43%

%32.3
%36.27
%31.43

CMYK color model

#BBD2B6 color CMYK value is (11,0,13,18).

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 17.65%
CMYK:
(11,0,13,18)
C11M0Y13K18 
(11%,0%,13%,18%)
(0.11/0.00/0.13/0.18)	

CMYK percentages

%10.95
%0
%13.33
%17.65

Codes

Color #BBD2B6 in popluar color models

BBD2B6
RGB187210182
HSL109°23.73%76.86%
HSB/HSV109°13.33%82.35%
CMYK10.95%0.00%13.33%
17.65%

Color #BBD2B6 in popluar number systems.

HEXBBD2B6
Decimal187210182
Binary101110111101001010110110
Octal273322266

Shades and tints

Shades of #BBD2B6

#BBD2B6
(187,210,182)
#AABFA6
(170,191,166)
#99AC96
(153,172,150)
#889986
(136,153,134)
#778676
(119,134,118)
#667366
(102,115,102)
#556056
(85,96,86)
#444D46
(68,77,70)
#333A36
(51,58,54)
#222726
(34,39,38)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #BBD2B6

#BBD2B6
(187,210,182)
#C1D6BC
(193,214,188)
#C7DAC2
(199,218,194)
#CDDEC8
(205,222,200)
#D3E2CE
(211,226,206)
#D9E6D4
(217,230,212)
#DFEADA
(223,234,218)
#E5EEE0
(229,238,224)
#EBF2E6
(235,242,230)
#F1F6EC
(241,246,236)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD2B6; }

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

This text font color is #BBD2B6.


Background Color

.myBgColor { background-color: #BBD2B6; }

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

This div background color is #BBD2B6.


Border color

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

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

This div border color is #BBD2B6.


Opacity

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

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

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

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

This text has shadow with #BBD2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD2B6 on black background.


Color preview on white background

This text has color #BBD2B6 on white background.



Black color preview on #BBD2B6 background

This text has black color on #BBD2B6 background.


White color preview on #BBD2B6 background

This text has white color on #BBD2B6 background.