COLOR #BBD19A

HEX: #BBD19A
RGB: (187,209,154)

Color info

#BBD19A contains red, green and blue colors in about the same proportion. Web safe color of #BBD19A is #CCCC99 (or #CC9).

RGB color model

#BBD19A color RGB value is (187,209,154).

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

RGB channels and saturation

R 187 of 255 = 73%
G 209 of 255 = 82%
B 154 of 255 = 60%

187
209
154

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

Portions of RGB colors in percentages

R + G + B =
187 + 209 + 154 = 550 (100%)
R 187 of 550 ~ 34%
G 209 of 550 ~ 38%
B 154 of 550 ~ 28%

%34
%38
%28

CMYK color model

#BBD19A color CMYK value is (11,0,26,18).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 18.04%
CMYK:
(11,0,26,18)
C11M0Y26K18 
(11%,0%,26%,18%)
(0.11/0.00/0.26/0.18)	

CMYK percentages

%10.53
%0
%26.32
%18.04

Codes

Color #BBD19A in popluar color models

BBD19A
RGB187209154
HSL84°37.41%71.18%
HSB/HSV84°26.32%81.96%
CMYK10.53%0.00%26.32%
18.04%

Color #BBD19A in popluar number systems.

HEXBBD19A
Decimal187209154
Binary101110111101000110011010
Octal273321232

Shades and tints

Shades of #BBD19A

#BBD19A
(187,209,154)
#AABE8C
(170,190,140)
#99AB7E
(153,171,126)
#889870
(136,152,112)
#778562
(119,133,98)
#667254
(102,114,84)
#555F46
(85,95,70)
#444C38
(68,76,56)
#33392A
(51,57,42)
#22261C
(34,38,28)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #BBD19A

#BBD19A
(187,209,154)
#C1D5A3
(193,213,163)
#C7D9AC
(199,217,172)
#CDDDB5
(205,221,181)
#D3E1BE
(211,225,190)
#D9E5C7
(217,229,199)
#DFE9D0
(223,233,208)
#E5EDD9
(229,237,217)
#EBF1E2
(235,241,226)
#F1F5EB
(241,245,235)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD19A; }

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

This text font color is #BBD19A.


Background Color

.myBgColor { background-color: #BBD19A; }

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

This div background color is #BBD19A.


Border color

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

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

This div border color is #BBD19A.


Opacity

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

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

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

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

This text has shadow with #BBD19A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD19A on black background.


Color preview on white background

This text has color #BBD19A on white background.



Black color preview on #BBD19A background

This text has black color on #BBD19A background.


White color preview on #BBD19A background

This text has white color on #BBD19A background.