COLOR #BBD4A9

HEX: #BBD4A9
RGB: (187,212,169)

Color info

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

RGB color model

#BBD4A9 color RGB value is (187,212,169).

  • red value is 187;
  • green value is 212;
  • blue value is 169.
RGB:
(187,212,169)
(73%,83%,66%)

RGB channels and saturation

R 187 of 255 = 73%
G 212 of 255 = 83%
B 169 of 255 = 66%

187
212
169

R + G + B ~ 74%. #BBD4A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 212 + 169 = 568 (100%)
R 187 of 568 ~ 32.92%
G 212 of 568 ~ 37.32%
B 169 of 568 ~ 29.75%

%32.92
%37.32
%29.75

CMYK color model

#BBD4A9 color CMYK value is (12,0,20,17).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 20.28%
  • key color value is 16.86%
CMYK:
(12,0,20,17)
C12M0Y20K17 
(12%,0%,20%,17%)
(0.12/0.00/0.20/0.17)	

CMYK percentages

%11.79
%0
%20.28
%16.86

Codes

Color #BBD4A9 in popluar color models

BBD4A9
RGB187212169
HSL95°33.33%74.71%
HSB/HSV95°20.28%83.14%
CMYK11.79%0.00%20.28%
16.86%

Color #BBD4A9 in popluar number systems.

HEXBBD4A9
Decimal187212169
Binary101110111101010010101001
Octal273324251

Shades and tints

Shades of #BBD4A9

#BBD4A9
(187,212,169)
#AAC19A
(170,193,154)
#99AE8B
(153,174,139)
#889B7C
(136,155,124)
#77886D
(119,136,109)
#66755E
(102,117,94)
#55624F
(85,98,79)
#444F40
(68,79,64)
#333C31
(51,60,49)
#222922
(34,41,34)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #BBD4A9

#BBD4A9
(187,212,169)
#C1D7B0
(193,215,176)
#C7DAB7
(199,218,183)
#CDDDBE
(205,221,190)
#D3E0C5
(211,224,197)
#D9E3CC
(217,227,204)
#DFE6D3
(223,230,211)
#E5E9DA
(229,233,218)
#EBECE1
(235,236,225)
#F1EFE8
(241,239,232)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD4A9 color. Also use rgb(187,212,169) instead hex code.

Text Font Color

.myTextColor { color: #BBD4A9; }

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

This text font color is #BBD4A9.


Background Color

.myBgColor { background-color: #BBD4A9; }

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

This div background color is #BBD4A9.


Border color

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

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

This div border color is #BBD4A9.


Opacity

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

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

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

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

This text has shadow with #BBD4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD4A9 on black background.


Color preview on white background

This text has color #BBD4A9 on white background.



Black color preview on #BBD4A9 background

This text has black color on #BBD4A9 background.


White color preview on #BBD4A9 background

This text has white color on #BBD4A9 background.