COLOR #BBDF6A

HEX: #BBDF6A
RGB: (187,223,106)

Color info

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

RGB color model

#BBDF6A color RGB value is (187,223,106).

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

RGB channels and saturation

R 187 of 255 = 73%
G 223 of 255 = 87%
B 106 of 255 = 42%

187
223
106

R + G + B ~ 67%. #BBDF6A is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 223 + 106 = 516 (100%)
R 187 of 516 ~ 36.24%
G 223 of 516 ~ 43.22%
B 106 of 516 ~ 20.54%

%36.24
%43.22
%20.54

CMYK color model

#BBDF6A color CMYK value is (16,0,52,13).

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 52.47%
  • key color value is 12.55%
CMYK:
(16,0,52,13)
C16M0Y52K13 
(16%,0%,52%,13%)
(0.16/0.00/0.52/0.13)	

CMYK percentages

%16.14
%0
%52.47
%12.55

Codes

Color #BBDF6A in popluar color models

BBDF6A
RGB187223106
HSL78°64.64%64.51%
HSB/HSV78°52.47%87.45%
CMYK16.14%0.00%52.47%
12.55%

Color #BBDF6A in popluar number systems.

HEXBBDF6A
Decimal187223106
Binary10111011110111111101010
Octal273337152

Shades and tints

Shades of #BBDF6A

#BBDF6A
(187,223,106)
#AACB61
(170,203,97)
#99B758
(153,183,88)
#88A34F
(136,163,79)
#778F46
(119,143,70)
#667B3D
(102,123,61)
#556734
(85,103,52)
#44532B
(68,83,43)
#333F22
(51,63,34)
#222B19
(34,43,25)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #BBDF6A

#BBDF6A
(187,223,106)
#C1E177
(193,225,119)
#C7E384
(199,227,132)
#CDE591
(205,229,145)
#D3E79E
(211,231,158)
#D9E9AB
(217,233,171)
#DFEBB8
(223,235,184)
#E5EDC5
(229,237,197)
#EBEFD2
(235,239,210)
#F1F1DF
(241,241,223)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDF6A; }

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

This text font color is #BBDF6A.


Background Color

.myBgColor { background-color: #BBDF6A; }

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

This div background color is #BBDF6A.


Border color

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

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

This div border color is #BBDF6A.


Opacity

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

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

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

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

This text has shadow with #BBDF6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDF6A on black background.


Color preview on white background

This text has color #BBDF6A on white background.



Black color preview on #BBDF6A background

This text has black color on #BBDF6A background.


White color preview on #BBDF6A background

This text has white color on #BBDF6A background.