COLOR #BBDA9E

HEX: #BBDA9E RGB: (187,218,158)

Color info

#BBDA9E contains mainly red and green colors. Web safe color of #BBDA9E is #CCCC99 (or #CC9).

RGB color model

#BBDA9E color RGB value is (187,218,158).

RGB: (187,218,158) (73%, 85%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 218 of 255 = 85%
B 158 of 255 = 62%

187
218
158

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

Portions of RGB colors in percentages

R + G + B = 187 + 218 + 158 = 563 (100%)
R 187 of 563 ~ 33.21%
G 218 of 563 ~ 38.72%
B 158 of 563 ~ 28.06'%

%33.21
%38.72
%28.06

CMYK color model

#BBDA9E color CMYK value is (14,0,28,15).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 14.51%

CMYK: (14,0,28,15)
C14M0Y28K15 (14%, 0%, 28%, 15%)
(0.14 / 0.00 / 0.28 / 0.15)

CMYK percentages

%14.22
%0
%27.52
%14.51

Codes

Color #BBDA9E in popluar color models

BB DA 9E
RGB 187 218 158
HSL 91° 44.78% 73.73%
HSB/HSV 91° 27.52% 85.49%
CMYK 14.22% 0.00% 27.52%
14.51%

Color #BBDA9E in popluar number systems.

HEX BB DA 9E
Decimal 187 218 158
Binary 10111011 11011010 10011110
Octal 273 332 236

Shades and tints

Shades of #BBDA9E

#BBDA9E
(187,218,158)
#AAC790
(170,199,144)
#99B482
(153,180,130)
#88A174
(136,161,116)
#778E66
(119,142,102)
#667B58
(102,123,88)
#55684A
(85,104,74)
#44553C
(68,85,60)
#33422E
(51,66,46)
#222F20
(34,47,32)
#111C12
(17,28,18)
#000000
(0,0,0)

Tints of #BBDA9E

#BBDA9E
(187,218,158)
#C1DDA6
(193,221,166)
#C7E0AE
(199,224,174)
#CDE3B6
(205,227,182)
#D3E6BE
(211,230,190)
#D9E9C6
(217,233,198)
#DFECCE
(223,236,206)
#E5EFD6
(229,239,214)
#EBF2DE
(235,242,222)
#F1F5E6
(241,245,230)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDA9E color. Also use rgb(187,218,158) instead hex code.

Text Font Color

.myTextColor { color: #BBDA9E; }

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

This text font color is #BBDA9E.

Background Color

.myBgColor { background-color: #BBDA9E; }

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

This div background color is #BBDA9E.

Border color

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

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

This div border color is #BBDA9E.

Opacity

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

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

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

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

This text has shadow with #BBDA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDA9E.

Preview

Color preview on black background

This text has color #BBDA9E on black background.


Color preview on white background

This text has color #BBDA9E on white background.


Black color preview on #BBDA9E background

This text has black color on #BBDA9E background.


White color preview on #BBDA9E background

This text has white color on #BBDA9E background.


Related colors

Complementary color

Complementary color for #hex is #442561.


I love getcolorcode.com

Triadic colors

1 #9EBBDA and #DA9EBB with #BBDA9E are triadic colors.

2 #9EDABB and #DABB9E with #BBDA9E are triadic colors.