COLOR #BBDEBA

HEX: #BBDEBA
RGB: (187,222,186)

Color info

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

RGB color model

#BBDEBA color RGB value is (187,222,186).

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

RGB channels and saturation

R 187 of 255 = 73%
G 222 of 255 = 87%
B 186 of 255 = 73%

187
222
186

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

Portions of RGB colors in percentages

R + G + B =
187 + 222 + 186 = 595 (100%)
R 187 of 595 ~ 31.43%
G 222 of 595 ~ 37.31%
B 186 of 595 ~ 31.26%

%31.43
%37.31
%31.26

CMYK color model

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

  • cyan value is 15.77%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 12.94%
CMYK:
(16,0,16,13)
C16M0Y16K13 
(16%,0%,16%,13%)
(0.16/0.00/0.16/0.13)	

CMYK percentages

%15.77
%0
%16.22
%12.94

Codes

Color #BBDEBA in popluar color models

BBDEBA
RGB187222186
HSL118°35.29%80.00%
HSB/HSV118°16.22%87.06%
CMYK15.77%0.00%16.22%
12.94%

Color #BBDEBA in popluar number systems.

HEXBBDEBA
Decimal187222186
Binary101110111101111010111010
Octal273336272

Shades and tints

Shades of #BBDEBA

#BBDEBA
(187,222,186)
#AACAAA
(170,202,170)
#99B69A
(153,182,154)
#88A28A
(136,162,138)
#778E7A
(119,142,122)
#667A6A
(102,122,106)
#55665A
(85,102,90)
#44524A
(68,82,74)
#333E3A
(51,62,58)
#222A2A
(34,42,42)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #BBDEBA

#BBDEBA
(187,222,186)
#C1E1C0
(193,225,192)
#C7E4C6
(199,228,198)
#CDE7CC
(205,231,204)
#D3EAD2
(211,234,210)
#D9EDD8
(217,237,216)
#DFF0DE
(223,240,222)
#E5F3E4
(229,243,228)
#EBF6EA
(235,246,234)
#F1F9F0
(241,249,240)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDEBA; }

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

This text font color is #BBDEBA.


Background Color

.myBgColor { background-color: #BBDEBA; }

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

This div background color is #BBDEBA.


Border color

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

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

This div border color is #BBDEBA.


Opacity

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

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

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

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

This text has shadow with #BBDEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDEBA on black background.


Color preview on white background

This text has color #BBDEBA on white background.



Black color preview on #BBDEBA background

This text has black color on #BBDEBA background.


White color preview on #BBDEBA background

This text has white color on #BBDEBA background.