COLOR #BBD1BF

HEX: #BBD1BF
RGB: (187,209,191)

Color info

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

RGB color model

#BBD1BF color RGB value is (187,209,191).

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

RGB channels and saturation

R 187 of 255 = 73%
G 209 of 255 = 82%
B 191 of 255 = 75%

187
209
191

R + G + B ~ 77%. #BBD1BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 209 + 191 = 587 (100%)
R 187 of 587 ~ 31.86%
G 209 of 587 ~ 35.6%
B 191 of 587 ~ 32.54%

%31.86
%35.6
%32.54

CMYK color model

#BBD1BF color CMYK value is (11,0,9,18).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 18.04%
CMYK:
(11,0,9,18)
C11M0Y9K18 
(11%,0%,9%,18%)
(0.11/0.00/0.09/0.18)	

CMYK percentages

%10.53
%0
%8.61
%18.04

Codes

Color #BBD1BF in popluar color models

BBD1BF
RGB187209191
HSL131°19.30%77.65%
HSB/HSV131°10.53%81.96%
CMYK10.53%0.00%8.61%
18.04%

Color #BBD1BF in popluar number systems.

HEXBBD1BF
Decimal187209191
Binary101110111101000110111111
Octal273321277

Shades and tints

Shades of #BBD1BF

#BBD1BF
(187,209,191)
#AABEAE
(170,190,174)
#99AB9D
(153,171,157)
#88988C
(136,152,140)
#77857B
(119,133,123)
#66726A
(102,114,106)
#555F59
(85,95,89)
#444C48
(68,76,72)
#333937
(51,57,55)
#222626
(34,38,38)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #BBD1BF

#BBD1BF
(187,209,191)
#C1D5C4
(193,213,196)
#C7D9C9
(199,217,201)
#CDDDCE
(205,221,206)
#D3E1D3
(211,225,211)
#D9E5D8
(217,229,216)
#DFE9DD
(223,233,221)
#E5EDE2
(229,237,226)
#EBF1E7
(235,241,231)
#F1F5EC
(241,245,236)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD1BF; }

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

This text font color is #BBD1BF.


Background Color

.myBgColor { background-color: #BBD1BF; }

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

This div background color is #BBD1BF.


Border color

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

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

This div border color is #BBD1BF.


Opacity

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

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

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

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

This text has shadow with #BBD1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD1BF on black background.


Color preview on white background

This text has color #BBD1BF on white background.



Black color preview on #BBD1BF background

This text has black color on #BBD1BF background.


White color preview on #BBD1BF background

This text has white color on #BBD1BF background.