COLOR #BBD69F

HEX: #BBD69F RGB: (187,214,159)

Color info

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

RGB color model

#BBD69F color RGB value is (187,214,159).

RGB: (187,214,159) (73%, 84%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 214 of 255 = 84%
B 159 of 255 = 62%

187
214
159

R + G + B ~ 73%. #BBD69F is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 214 + 159 = 560 (100%)
R 187 of 560 ~ 33.39%
G 214 of 560 ~ 38.21%
B 159 of 560 ~ 28.39'%

%33.39
%38.21
%28.39

CMYK color model

#BBD69F color CMYK value is (13,0,26,16).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 25.70%
  • key color value is 16.08%

CMYK: (13,0,26,16)
C13M0Y26K16 (13%, 0%, 26%, 16%)
(0.13 / 0.00 / 0.26 / 0.16)

CMYK percentages

%12.62
%0
%25.7
%16.08

Codes

Color #BBD69F in popluar color models

BB D6 9F
RGB 187 214 159
HSL 89° 40.15% 73.14%
HSB/HSV 89° 25.70% 83.92%
CMYK 12.62% 0.00% 25.70%
16.08%

Color #BBD69F in popluar number systems.

HEX BB D6 9F
Decimal 187 214 159
Binary 10111011 11010110 10011111
Octal 273 326 237

Shades and tints

Shades of #BBD69F

#BBD69F
(187,214,159)
#AAC391
(170,195,145)
#99B083
(153,176,131)
#889D75
(136,157,117)
#778A67
(119,138,103)
#667759
(102,119,89)
#55644B
(85,100,75)
#44513D
(68,81,61)
#333E2F
(51,62,47)
#222B21
(34,43,33)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #BBD69F

#BBD69F
(187,214,159)
#C1D9A7
(193,217,167)
#C7DCAF
(199,220,175)
#CDDFB7
(205,223,183)
#D3E2BF
(211,226,191)
#D9E5C7
(217,229,199)
#DFE8CF
(223,232,207)
#E5EBD7
(229,235,215)
#EBEEDF
(235,238,223)
#F1F1E7
(241,241,231)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD69F color. Also use rgb(187,214,159) instead hex code.

Text Font Color

.myTextColor { color: #BBD69F; }

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

This text font color is #BBD69F.

Background Color

.myBgColor { background-color: #BBD69F; }

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

This div background color is #BBD69F.

Border color

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

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

This div border color is #BBD69F.

Opacity

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

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

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

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

This text has shadow with #BBD69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD69F.

Preview

Color preview on black background

This text has color #BBD69F on black background.


Color preview on white background

This text has color #BBD69F on white background.


Black color preview on #BBD69F background

This text has black color on #BBD69F background.


White color preview on #BBD69F background

This text has white color on #BBD69F background.


Related colors

Complementary color

Complementary color for #hex is #442960.


I love getcolorcode.com

Triadic colors

1 #9FBBD6 and #D69FBB with #BBD69F are triadic colors.

2 #9FD6BB and #D6BB9F with #BBD69F are triadic colors.