COLOR #BBD6BA

HEX: #BBD6BA
RGB: (187,214,186)

Color info

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

RGB color model

#BBD6BA color RGB value is (187,214,186).

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

RGB channels and saturation

R 187 of 255 = 73%
G 214 of 255 = 84%
B 186 of 255 = 73%

187
214
186

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

Portions of RGB colors in percentages

R + G + B =
187 + 214 + 186 = 587 (100%)
R 187 of 587 ~ 31.86%
G 214 of 587 ~ 36.46%
B 186 of 587 ~ 31.69%

%31.86
%36.46
%31.69

CMYK color model

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

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 16.08%
CMYK:
(13,0,13,16)
C13M0Y13K16 
(13%,0%,13%,16%)
(0.13/0.00/0.13/0.16)	

CMYK percentages

%12.62
%0
%13.08
%16.08

Codes

Color #BBD6BA in popluar color models

BBD6BA
RGB187214186
HSL118°25.45%78.43%
HSB/HSV118°13.08%83.92%
CMYK12.62%0.00%13.08%
16.08%

Color #BBD6BA in popluar number systems.

HEXBBD6BA
Decimal187214186
Binary101110111101011010111010
Octal273326272

Shades and tints

Shades of #BBD6BA

#BBD6BA
(187,214,186)
#AAC3AA
(170,195,170)
#99B09A
(153,176,154)
#889D8A
(136,157,138)
#778A7A
(119,138,122)
#66776A
(102,119,106)
#55645A
(85,100,90)
#44514A
(68,81,74)
#333E3A
(51,62,58)
#222B2A
(34,43,42)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #BBD6BA

#BBD6BA
(187,214,186)
#C1D9C0
(193,217,192)
#C7DCC6
(199,220,198)
#CDDFCC
(205,223,204)
#D3E2D2
(211,226,210)
#D9E5D8
(217,229,216)
#DFE8DE
(223,232,222)
#E5EBE4
(229,235,228)
#EBEEEA
(235,238,234)
#F1F1F0
(241,241,240)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD6BA; }

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

This text font color is #BBD6BA.


Background Color

.myBgColor { background-color: #BBD6BA; }

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

This div background color is #BBD6BA.


Border color

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

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

This div border color is #BBD6BA.


Opacity

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

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

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

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

This text has shadow with #BBD6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD6BA on black background.


Color preview on white background

This text has color #BBD6BA on white background.



Black color preview on #BBD6BA background

This text has black color on #BBD6BA background.


White color preview on #BBD6BA background

This text has white color on #BBD6BA background.