COLOR #BBD5BA

HEX: #BBD5BA
RGB: (187,213,186)

Color info

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

RGB color model

#BBD5BA color RGB value is (187,213,186).

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

RGB channels and saturation

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

187
213
186

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

Portions of RGB colors in percentages

R + G + B =
187 + 213 + 186 = 586 (100%)
R 187 of 586 ~ 31.91%
G 213 of 586 ~ 36.35%
B 186 of 586 ~ 31.74%

%31.91
%36.35
%31.74

CMYK color model

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

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 16.47%
CMYK:
(12,0,13,16)
C12M0Y13K16 
(12%,0%,13%,16%)
(0.12/0.00/0.13/0.16)	

CMYK percentages

%12.21
%0
%12.68
%16.47

Codes

Color #BBD5BA in popluar color models

BBD5BA
RGB187213186
HSL118°24.32%78.24%
HSB/HSV118°12.68%83.53%
CMYK12.21%0.00%12.68%
16.47%

Color #BBD5BA in popluar number systems.

HEXBBD5BA
Decimal187213186
Binary101110111101010110111010
Octal273325272

Shades and tints

Shades of #BBD5BA

#BBD5BA
(187,213,186)
#AAC2AA
(170,194,170)
#99AF9A
(153,175,154)
#889C8A
(136,156,138)
#77897A
(119,137,122)
#66766A
(102,118,106)
#55635A
(85,99,90)
#44504A
(68,80,74)
#333D3A
(51,61,58)
#222A2A
(34,42,42)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #BBD5BA

#BBD5BA
(187,213,186)
#C1D8C0
(193,216,192)
#C7DBC6
(199,219,198)
#CDDECC
(205,222,204)
#D3E1D2
(211,225,210)
#D9E4D8
(217,228,216)
#DFE7DE
(223,231,222)
#E5EAE4
(229,234,228)
#EBEDEA
(235,237,234)
#F1F0F0
(241,240,240)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD5BA; }

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

This text font color is #BBD5BA.


Background Color

.myBgColor { background-color: #BBD5BA; }

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

This div background color is #BBD5BA.


Border color

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

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

This div border color is #BBD5BA.


Opacity

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

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

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

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

This text has shadow with #BBD5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD5BA on black background.


Color preview on white background

This text has color #BBD5BA on white background.



Black color preview on #BBD5BA background

This text has black color on #BBD5BA background.


White color preview on #BBD5BA background

This text has white color on #BBD5BA background.