COLOR #BBD893

HEX: #BBD893
RGB: (187,216,147)

Color info

#BBD893 contains mainly red and green colors. Web safe color of #BBD893 is #CCCC99 (or #CC9).

RGB color model

#BBD893 color RGB value is (187,216,147).

  • red value is 187;
  • green value is 216;
  • blue value is 147.
RGB:
(187,216,147)
(73%,85%,58%)

RGB channels and saturation

R 187 of 255 = 73%
G 216 of 255 = 85%
B 147 of 255 = 58%

187
216
147

R + G + B ~ 72%. #BBD893 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 216 + 147 = 550 (100%)
R 187 of 550 ~ 34%
G 216 of 550 ~ 39.27%
B 147 of 550 ~ 26.73%

%34
%39.27
%26.73

CMYK color model

#BBD893 color CMYK value is (13,0,32,15).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 15.29%
CMYK:
(13,0,32,15)
C13M0Y32K15 
(13%,0%,32%,15%)
(0.13/0.00/0.32/0.15)	

CMYK percentages

%13.43
%0
%31.94
%15.29

Codes

Color #BBD893 in popluar color models

BBD893
RGB187216147
HSL85°46.94%71.18%
HSB/HSV85°31.94%84.71%
CMYK13.43%0.00%31.94%
15.29%

Color #BBD893 in popluar number systems.

HEXBBD893
Decimal187216147
Binary101110111101100010010011
Octal273330223

Shades and tints

Shades of #BBD893

#BBD893
(187,216,147)
#AAC586
(170,197,134)
#99B279
(153,178,121)
#889F6C
(136,159,108)
#778C5F
(119,140,95)
#667952
(102,121,82)
#556645
(85,102,69)
#445338
(68,83,56)
#33402B
(51,64,43)
#222D1E
(34,45,30)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #BBD893

#BBD893
(187,216,147)
#C1DB9C
(193,219,156)
#C7DEA5
(199,222,165)
#CDE1AE
(205,225,174)
#D3E4B7
(211,228,183)
#D9E7C0
(217,231,192)
#DFEAC9
(223,234,201)
#E5EDD2
(229,237,210)
#EBF0DB
(235,240,219)
#F1F3E4
(241,243,228)
#F7F6ED
(247,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD893 color. Also use rgb(187,216,147) instead hex code.

Text Font Color

.myTextColor { color: #BBD893; }

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

This text font color is #BBD893.


Background Color

.myBgColor { background-color: #BBD893; }

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

This div background color is #BBD893.


Border color

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

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

This div border color is #BBD893.


Opacity

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

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

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

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

This text has shadow with #BBD893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD893 on black background.


Color preview on white background

This text has color #BBD893 on white background.



Black color preview on #BBD893 background

This text has black color on #BBD893 background.


White color preview on #BBD893 background

This text has white color on #BBD893 background.