COLOR #BBD18F

HEX: #BBD18F
RGB: (187,209,143)

Color info

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

RGB color model

#BBD18F color RGB value is (187,209,143).

  • red value is 187;
  • green value is 209;
  • blue value is 143.
RGB:
(187,209,143)
(73%,82%,56%)

RGB channels and saturation

R 187 of 255 = 73%
G 209 of 255 = 82%
B 143 of 255 = 56%

187
209
143

R + G + B ~ 70%. #BBD18F is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 209 + 143 = 539 (100%)
R 187 of 539 ~ 34.69%
G 209 of 539 ~ 38.78%
B 143 of 539 ~ 26.53%

%34.69
%38.78
%26.53

CMYK color model

#BBD18F color CMYK value is (11,0,32,18).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 18.04%
CMYK:
(11,0,32,18)
C11M0Y32K18 
(11%,0%,32%,18%)
(0.11/0.00/0.32/0.18)	

CMYK percentages

%10.53
%0
%31.58
%18.04

Codes

Color #BBD18F in popluar color models

BBD18F
RGB187209143
HSL80°41.77%69.02%
HSB/HSV80°31.58%81.96%
CMYK10.53%0.00%31.58%
18.04%

Color #BBD18F in popluar number systems.

HEXBBD18F
Decimal187209143
Binary101110111101000110001111
Octal273321217

Shades and tints

Shades of #BBD18F

#BBD18F
(187,209,143)
#AABE82
(170,190,130)
#99AB75
(153,171,117)
#889868
(136,152,104)
#77855B
(119,133,91)
#66724E
(102,114,78)
#555F41
(85,95,65)
#444C34
(68,76,52)
#333927
(51,57,39)
#22261A
(34,38,26)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #BBD18F

#BBD18F
(187,209,143)
#C1D599
(193,213,153)
#C7D9A3
(199,217,163)
#CDDDAD
(205,221,173)
#D3E1B7
(211,225,183)
#D9E5C1
(217,229,193)
#DFE9CB
(223,233,203)
#E5EDD5
(229,237,213)
#EBF1DF
(235,241,223)
#F1F5E9
(241,245,233)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD18F color. Also use rgb(187,209,143) instead hex code.

Text Font Color

.myTextColor { color: #BBD18F; }

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

This text font color is #BBD18F.


Background Color

.myBgColor { background-color: #BBD18F; }

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

This div background color is #BBD18F.


Border color

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

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

This div border color is #BBD18F.


Opacity

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

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

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

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

This text has shadow with #BBD18F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD18F on black background.


Color preview on white background

This text has color #BBD18F on white background.



Black color preview on #BBD18F background

This text has black color on #BBD18F background.


White color preview on #BBD18F background

This text has white color on #BBD18F background.