COLOR #BBE0BD

HEX: #BBE0BD
RGB: (187,224,189)

Color info

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

RGB color model

#BBE0BD color RGB value is (187,224,189).

  • red value is 187;
  • green value is 224;
  • blue value is 189.
RGB:
(187,224,189)
(73%,88%,74%)

RGB channels and saturation

R 187 of 255 = 73%
G 224 of 255 = 88%
B 189 of 255 = 74%

187
224
189

R + G + B ~ 78%. #BBE0BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 224 + 189 = 600 (100%)
R 187 of 600 ~ 31.17%
G 224 of 600 ~ 37.33%
B 189 of 600 ~ 31.5%

%31.17
%37.33
%31.5

CMYK color model

#BBE0BD color CMYK value is (17,0,16,12).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 12.16%
CMYK:
(17,0,16,12)
C17M0Y16K12 
(17%,0%,16%,12%)
(0.17/0.00/0.16/0.12)	

CMYK percentages

%16.52
%0
%15.63
%12.16

Codes

Color #BBE0BD in popluar color models

BBE0BD
RGB187224189
HSL123°37.37%80.59%
HSB/HSV123°16.52%87.84%
CMYK16.52%0.00%15.63%
12.16%

Color #BBE0BD in popluar number systems.

HEXBBE0BD
Decimal187224189
Binary101110111110000010111101
Octal273340275

Shades and tints

Shades of #BBE0BD

#BBE0BD
(187,224,189)
#AACCAC
(170,204,172)
#99B89B
(153,184,155)
#88A48A
(136,164,138)
#779079
(119,144,121)
#667C68
(102,124,104)
#556857
(85,104,87)
#445446
(68,84,70)
#334035
(51,64,53)
#222C24
(34,44,36)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #BBE0BD

#BBE0BD
(187,224,189)
#C1E2C3
(193,226,195)
#C7E4C9
(199,228,201)
#CDE6CF
(205,230,207)
#D3E8D5
(211,232,213)
#D9EADB
(217,234,219)
#DFECE1
(223,236,225)
#E5EEE7
(229,238,231)
#EBF0ED
(235,240,237)
#F1F2F3
(241,242,243)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE0BD color. Also use rgb(187,224,189) instead hex code.

Text Font Color

.myTextColor { color: #BBE0BD; }

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

This text font color is #BBE0BD.


Background Color

.myBgColor { background-color: #BBE0BD; }

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

This div background color is #BBE0BD.


Border color

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

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

This div border color is #BBE0BD.


Opacity

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

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

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

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

This text has shadow with #BBE0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE0BD on black background.


Color preview on white background

This text has color #BBE0BD on white background.



Black color preview on #BBE0BD background

This text has black color on #BBE0BD background.


White color preview on #BBE0BD background

This text has white color on #BBE0BD background.