COLOR #BBD07F

HEX: #BBD07F RGB: (187,208,127)

Color info

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

RGB color model

#BBD07F color RGB value is (187,208,127).

RGB: (187,208,127) (73%, 82%, 50%)

RGB channels and saturation

R 187 of 255 = 73%
G 208 of 255 = 82%
B 127 of 255 = 50%

187
208
127

R + G + B ~ 68%. #BBD07F is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 208 + 127 = 522 (100%)
R 187 of 522 ~ 35.82%
G 208 of 522 ~ 39.85%
B 127 of 522 ~ 24.33'%

%35.82
%39.85
%24.33

CMYK color model

#BBD07F color CMYK value is (10,0,39,18).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 38.94%
  • key color value is 18.43%

CMYK: (10,0,39,18)
C10M0Y39K18 (10%, 0%, 39%, 18%)
(0.10 / 0.00 / 0.39 / 0.18)

CMYK percentages

%10.1
%0
%38.94
%18.43

Codes

Color #BBD07F in popluar color models

BB D0 7F
RGB 187 208 127
HSL 76° 46.29% 65.69%
HSB/HSV 76° 38.94% 81.57%
CMYK 10.10% 0.00% 38.94%
18.43%

Color #BBD07F in popluar number systems.

HEX BB D0 7F
Decimal 187 208 127
Binary 10111011 11010000 1111111
Octal 273 320 177

Shades and tints

Shades of #BBD07F

#BBD07F
(187,208,127)
#AABE74
(170,190,116)
#99AC69
(153,172,105)
#889A5E
(136,154,94)
#778853
(119,136,83)
#667648
(102,118,72)
#55643D
(85,100,61)
#445232
(68,82,50)
#334027
(51,64,39)
#222E1C
(34,46,28)
#111C11
(17,28,17)
#000000
(0,0,0)

Tints of #BBD07F

#BBD07F
(187,208,127)
#C1D48A
(193,212,138)
#C7D895
(199,216,149)
#CDDCA0
(205,220,160)
#D3E0AB
(211,224,171)
#D9E4B6
(217,228,182)
#DFE8C1
(223,232,193)
#E5ECCC
(229,236,204)
#EBF0D7
(235,240,215)
#F1F4E2
(241,244,226)
#F7F8ED
(247,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD07F color. Also use rgb(187,208,127) instead hex code.

Text Font Color

.myTextColor { color: #BBD07F; }

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

This text font color is #BBD07F.

Background Color

.myBgColor { background-color: #BBD07F; }

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

This div background color is #BBD07F.

Border color

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

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

This div border color is #BBD07F.

Opacity

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

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

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

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

This text has shadow with #BBD07F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD07F.

Preview

Color preview on black background

This text has color #BBD07F on black background.


Color preview on white background

This text has color #BBD07F on white background.


Black color preview on #BBD07F background

This text has black color on #BBD07F background.


White color preview on #BBD07F background

This text has white color on #BBD07F background.


Related colors

Complementary color

Complementary color for #hex is #442F80.


I love getcolorcode.com

Triadic colors

1 #7FBBD0 and #D07FBB with #BBD07F are triadic colors.

2 #7FD0BB and #D0BB7F with #BBD07F are triadic colors.