COLOR #BBDABD

HEX: #BBDABD
RGB: (187,218,189)

Color info

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

RGB color model

#BBDABD color RGB value is (187,218,189).

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

RGB channels and saturation

R 187 of 255 = 73%
G 218 of 255 = 85%
B 189 of 255 = 74%

187
218
189

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

Portions of RGB colors in percentages

R + G + B =
187 + 218 + 189 = 594 (100%)
R 187 of 594 ~ 31.48%
G 218 of 594 ~ 36.7%
B 189 of 594 ~ 31.82%

%31.48
%36.7
%31.82

CMYK color model

#BBDABD color CMYK value is (14,0,13,15).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 14.51%
CMYK:
(14,0,13,15)
C14M0Y13K15 
(14%,0%,13%,15%)
(0.14/0.00/0.13/0.15)	

CMYK percentages

%14.22
%0
%13.3
%14.51

Codes

Color #BBDABD in popluar color models

BBDABD
RGB187218189
HSL124°29.52%79.41%
HSB/HSV124°14.22%85.49%
CMYK14.22%0.00%13.30%
14.51%

Color #BBDABD in popluar number systems.

HEXBBDABD
Decimal187218189
Binary101110111101101010111101
Octal273332275

Shades and tints

Shades of #BBDABD

#BBDABD
(187,218,189)
#AAC7AC
(170,199,172)
#99B49B
(153,180,155)
#88A18A
(136,161,138)
#778E79
(119,142,121)
#667B68
(102,123,104)
#556857
(85,104,87)
#445546
(68,85,70)
#334235
(51,66,53)
#222F24
(34,47,36)
#111C13
(17,28,19)
#000000
(0,0,0)

Tints of #BBDABD

#BBDABD
(187,218,189)
#C1DDC3
(193,221,195)
#C7E0C9
(199,224,201)
#CDE3CF
(205,227,207)
#D3E6D5
(211,230,213)
#D9E9DB
(217,233,219)
#DFECE1
(223,236,225)
#E5EFE7
(229,239,231)
#EBF2ED
(235,242,237)
#F1F5F3
(241,245,243)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDABD; }

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

This text font color is #BBDABD.


Background Color

.myBgColor { background-color: #BBDABD; }

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

This div background color is #BBDABD.


Border color

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

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

This div border color is #BBDABD.


Opacity

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

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

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

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

This text has shadow with #BBDABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDABD on black background.


Color preview on white background

This text has color #BBDABD on white background.



Black color preview on #BBDABD background

This text has black color on #BBDABD background.


White color preview on #BBDABD background

This text has white color on #BBDABD background.