COLOR #BBDFA7

HEX: #BBDFA7
RGB: (187,223,167)

Color info

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

RGB color model

#BBDFA7 color RGB value is (187,223,167).

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

RGB channels and saturation

R 187 of 255 = 73%
G 223 of 255 = 87%
B 167 of 255 = 65%

187
223
167

R + G + B ~ 75%. #BBDFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 223 + 167 = 577 (100%)
R 187 of 577 ~ 32.41%
G 223 of 577 ~ 38.65%
B 167 of 577 ~ 28.94%

%32.41
%38.65
%28.94

CMYK color model

#BBDFA7 color CMYK value is (16,0,25,13).

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 12.55%
CMYK:
(16,0,25,13)
C16M0Y25K13 
(16%,0%,25%,13%)
(0.16/0.00/0.25/0.13)	

CMYK percentages

%16.14
%0
%25.11
%12.55

Codes

Color #BBDFA7 in popluar color models

BBDFA7
RGB187223167
HSL99°46.67%76.47%
HSB/HSV99°25.11%87.45%
CMYK16.14%0.00%25.11%
12.55%

Color #BBDFA7 in popluar number systems.

HEXBBDFA7
Decimal187223167
Binary101110111101111110100111
Octal273337247

Shades and tints

Shades of #BBDFA7

#BBDFA7
(187,223,167)
#AACB98
(170,203,152)
#99B789
(153,183,137)
#88A37A
(136,163,122)
#778F6B
(119,143,107)
#667B5C
(102,123,92)
#55674D
(85,103,77)
#44533E
(68,83,62)
#333F2F
(51,63,47)
#222B20
(34,43,32)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #BBDFA7

#BBDFA7
(187,223,167)
#C1E1AF
(193,225,175)
#C7E3B7
(199,227,183)
#CDE5BF
(205,229,191)
#D3E7C7
(211,231,199)
#D9E9CF
(217,233,207)
#DFEBD7
(223,235,215)
#E5EDDF
(229,237,223)
#EBEFE7
(235,239,231)
#F1F1EF
(241,241,239)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDFA7; }

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

This text font color is #BBDFA7.


Background Color

.myBgColor { background-color: #BBDFA7; }

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

This div background color is #BBDFA7.


Border color

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

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

This div border color is #BBDFA7.


Opacity

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

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

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

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

This text has shadow with #BBDFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDFA7 on black background.


Color preview on white background

This text has color #BBDFA7 on white background.



Black color preview on #BBDFA7 background

This text has black color on #BBDFA7 background.


White color preview on #BBDFA7 background

This text has white color on #BBDFA7 background.