COLOR #BBD2B1

HEX: #BBD2B1 RGB: (187,210,177)

Color info

#BBD2B1 contains red, green and blue colors in about the same proportion. Web safe color of #BBD2B1 is #CCCC99 (or #CC9).

RGB color model

#BBD2B1 color RGB value is (187,210,177).

RGB: (187,210,177) (73%, 82%, 69%)

RGB channels and saturation

R 187 of 255 = 73%
G 210 of 255 = 82%
B 177 of 255 = 69%

187
210
177

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

Portions of RGB colors in percentages

R + G + B = 187 + 210 + 177 = 574 (100%)
R 187 of 574 ~ 32.58%
G 210 of 574 ~ 36.59%
B 177 of 574 ~ 30.84'%

%32.58
%36.59
%30.84

CMYK color model

#BBD2B1 color CMYK value is (11,0,16,18).

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 17.65%

CMYK: (11,0,16,18)
C11M0Y16K18 (11%, 0%, 16%, 18%)
(0.11 / 0.00 / 0.16 / 0.18)

CMYK percentages

%10.95
%0
%15.71
%17.65

Codes

Color #BBD2B1 in popluar color models

BB D2 B1
RGB 187 210 177
HSL 102° 26.83% 75.88%
HSB/HSV 102° 15.71% 82.35%
CMYK 10.95% 0.00% 15.71%
17.65%

Color #BBD2B1 in popluar number systems.

HEX BB D2 B1
Decimal 187 210 177
Binary 10111011 11010010 10110001
Octal 273 322 261

Shades and tints

Shades of #BBD2B1

#BBD2B1
(187,210,177)
#AABFA1
(170,191,161)
#99AC91
(153,172,145)
#889981
(136,153,129)
#778671
(119,134,113)
#667361
(102,115,97)
#556051
(85,96,81)
#444D41
(68,77,65)
#333A31
(51,58,49)
#222721
(34,39,33)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #BBD2B1

#BBD2B1
(187,210,177)
#C1D6B8
(193,214,184)
#C7DABF
(199,218,191)
#CDDEC6
(205,222,198)
#D3E2CD
(211,226,205)
#D9E6D4
(217,230,212)
#DFEADB
(223,234,219)
#E5EEE2
(229,238,226)
#EBF2E9
(235,242,233)
#F1F6F0
(241,246,240)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD2B1; }

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

This text font color is #BBD2B1.

Background Color

.myBgColor { background-color: #BBD2B1; }

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

This div background color is #BBD2B1.

Border color

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

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

This div border color is #BBD2B1.

Opacity

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

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

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

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

This text has shadow with #BBD2B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD2B1.

Preview

Color preview on black background

This text has color #BBD2B1 on black background.


Color preview on white background

This text has color #BBD2B1 on white background.


Black color preview on #BBD2B1 background

This text has black color on #BBD2B1 background.


White color preview on #BBD2B1 background

This text has white color on #BBD2B1 background.


Related colors

Complementary color

Complementary color for #hex is #442D4E.


I love getcolorcode.com

Triadic colors

1 #B1BBD2 and #D2B1BB with #BBD2B1 are triadic colors.

2 #B1D2BB and #D2BBB1 with #BBD2B1 are triadic colors.