COLOR #BBD1BC

HEX: #BBD1BC
RGB: (187,209,188)

Color info

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

RGB color model

#BBD1BC color RGB value is (187,209,188).

  • red value is 187;
  • green value is 209;
  • blue value is 188.
RGB:
(187,209,188)
(73%,82%,74%)

RGB channels and saturation

R 187 of 255 = 73%
G 209 of 255 = 82%
B 188 of 255 = 74%

187
209
188

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

Portions of RGB colors in percentages

R + G + B =
187 + 209 + 188 = 584 (100%)
R 187 of 584 ~ 32.02%
G 209 of 584 ~ 35.79%
B 188 of 584 ~ 32.19%

%32.02
%35.79
%32.19

CMYK color model

#BBD1BC color CMYK value is (11,0,10,18).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 10.05%
  • key color value is 18.04%
CMYK:
(11,0,10,18)
C11M0Y10K18 
(11%,0%,10%,18%)
(0.11/0.00/0.10/0.18)	

CMYK percentages

%10.53
%0
%10.05
%18.04

Codes

Color #BBD1BC in popluar color models

BBD1BC
RGB187209188
HSL123°19.30%77.65%
HSB/HSV123°10.53%81.96%
CMYK10.53%0.00%10.05%
18.04%

Color #BBD1BC in popluar number systems.

HEXBBD1BC
Decimal187209188
Binary101110111101000110111100
Octal273321274

Shades and tints

Shades of #BBD1BC

#BBD1BC
(187,209,188)
#AABEAB
(170,190,171)
#99AB9A
(153,171,154)
#889889
(136,152,137)
#778578
(119,133,120)
#667267
(102,114,103)
#555F56
(85,95,86)
#444C45
(68,76,69)
#333934
(51,57,52)
#222623
(34,38,35)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #BBD1BC

#BBD1BC
(187,209,188)
#C1D5C2
(193,213,194)
#C7D9C8
(199,217,200)
#CDDDCE
(205,221,206)
#D3E1D4
(211,225,212)
#D9E5DA
(217,229,218)
#DFE9E0
(223,233,224)
#E5EDE6
(229,237,230)
#EBF1EC
(235,241,236)
#F1F5F2
(241,245,242)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD1BC color. Also use rgb(187,209,188) instead hex code.

Text Font Color

.myTextColor { color: #BBD1BC; }

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

This text font color is #BBD1BC.


Background Color

.myBgColor { background-color: #BBD1BC; }

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

This div background color is #BBD1BC.


Border color

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

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

This div border color is #BBD1BC.


Opacity

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

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

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

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

This text has shadow with #BBD1BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD1BC on black background.


Color preview on white background

This text has color #BBD1BC on white background.



Black color preview on #BBD1BC background

This text has black color on #BBD1BC background.


White color preview on #BBD1BC background

This text has white color on #BBD1BC background.