COLOR #BBDF79

HEX: #BBDF79
RGB: (187,223,121)

Color info

#BBDF79 contains mainly red and green colors. Web safe color of #BBDF79 is #CCCC66 (or #CC6).

RGB color model

#BBDF79 color RGB value is (187,223,121).

  • red value is 187;
  • green value is 223;
  • blue value is 121.
RGB:
(187,223,121)
(73%,87%,47%)

RGB channels and saturation

R 187 of 255 = 73%
G 223 of 255 = 87%
B 121 of 255 = 47%

187
223
121

R + G + B ~ 69%. #BBDF79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 223 + 121 = 531 (100%)
R 187 of 531 ~ 35.22%
G 223 of 531 ~ 42%
B 121 of 531 ~ 22.79%

%35.22
%42
%22.79

CMYK color model

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

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 45.74%
  • key color value is 12.55%
CMYK:
(16,0,46,13)
C16M0Y46K13 
(16%,0%,46%,13%)
(0.16/0.00/0.46/0.13)	

CMYK percentages

%16.14
%0
%45.74
%12.55

Codes

Color #BBDF79 in popluar color models

BBDF79
RGB187223121
HSL81°61.45%67.45%
HSB/HSV81°45.74%87.45%
CMYK16.14%0.00%45.74%
12.55%

Color #BBDF79 in popluar number systems.

HEXBBDF79
Decimal187223121
Binary10111011110111111111001
Octal273337171

Shades and tints

Shades of #BBDF79

#BBDF79
(187,223,121)
#AACB6E
(170,203,110)
#99B763
(153,183,99)
#88A358
(136,163,88)
#778F4D
(119,143,77)
#667B42
(102,123,66)
#556737
(85,103,55)
#44532C
(68,83,44)
#333F21
(51,63,33)
#222B16
(34,43,22)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #BBDF79

#BBDF79
(187,223,121)
#C1E185
(193,225,133)
#C7E391
(199,227,145)
#CDE59D
(205,229,157)
#D3E7A9
(211,231,169)
#D9E9B5
(217,233,181)
#DFEBC1
(223,235,193)
#E5EDCD
(229,237,205)
#EBEFD9
(235,239,217)
#F1F1E5
(241,241,229)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDF79 color. Also use rgb(187,223,121) instead hex code.

Text Font Color

.myTextColor { color: #BBDF79; }

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

This text font color is #BBDF79.


Background Color

.myBgColor { background-color: #BBDF79; }

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

This div background color is #BBDF79.


Border color

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

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

This div border color is #BBDF79.


Opacity

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

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

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

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

This text has shadow with #BBDF79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDF79 on black background.


Color preview on white background

This text has color #BBDF79 on white background.



Black color preview on #BBDF79 background

This text has black color on #BBDF79 background.


White color preview on #BBDF79 background

This text has white color on #BBDF79 background.