COLOR #BFE5BB

HEX: #BFE5BB
RGB: (191,229,187)

Color info

#BFE5BB contains red, green and blue colors in about the same proportion. Web safe color of #BFE5BB is #CCCCCC (or #CCC).

RGB color model

#BFE5BB color RGB value is (191,229,187).

  • red value is 191;
  • green value is 229;
  • blue value is 187.
RGB:
(191,229,187)
(75%,90%,73%)

RGB channels and saturation

R 191 of 255 = 75%
G 229 of 255 = 90%
B 187 of 255 = 73%

191
229
187

R + G + B ~ 79%. #BFE5BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 229 + 187 = 607 (100%)
R 191 of 607 ~ 31.47%
G 229 of 607 ~ 37.73%
B 187 of 607 ~ 30.81%

%31.47
%37.73
%30.81

CMYK color model

#BFE5BB color CMYK value is (17,0,18,10).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 18.34%
  • key color value is 10.20%
CMYK:
(17,0,18,10)
C17M0Y18K10 
(17%,0%,18%,10%)
(0.17/0.00/0.18/0.10)	

CMYK percentages

%16.59
%0
%18.34
%10.2

Codes

Color #BFE5BB in popluar color models

BFE5BB
RGB191229187
HSL114°44.68%81.57%
HSB/HSV114°18.34%89.80%
CMYK16.59%0.00%18.34%
10.20%

Color #BFE5BB in popluar number systems.

HEXBFE5BB
Decimal191229187
Binary101111111110010110111011
Octal277345273

Shades and tints

Shades of #BFE5BB

#BFE5BB
(191,229,187)
#AED1AA
(174,209,170)
#9DBD99
(157,189,153)
#8CA988
(140,169,136)
#7B9577
(123,149,119)
#6A8166
(106,129,102)
#596D55
(89,109,85)
#485944
(72,89,68)
#374533
(55,69,51)
#263122
(38,49,34)
#151D11
(21,29,17)
#000000
(0,0,0)

Tints of #BFE5BB

#BFE5BB
(191,229,187)
#C4E7C1
(196,231,193)
#C9E9C7
(201,233,199)
#CEEBCD
(206,235,205)
#D3EDD3
(211,237,211)
#D8EFD9
(216,239,217)
#DDF1DF
(221,241,223)
#E2F3E5
(226,243,229)
#E7F5EB
(231,245,235)
#ECF7F1
(236,247,241)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE5BB color. Also use rgb(191,229,187) instead hex code.

Text Font Color

.myTextColor { color: #BFE5BB; }

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

This text font color is #BFE5BB.


Background Color

.myBgColor { background-color: #BFE5BB; }

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

This div background color is #BFE5BB.


Border color

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

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

This div border color is #BFE5BB.


Opacity

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

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

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

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

This text has shadow with #BFE5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE5BB on black background.


Color preview on white background

This text has color #BFE5BB on white background.



Black color preview on #BFE5BB background

This text has black color on #BFE5BB background.


White color preview on #BFE5BB background

This text has white color on #BFE5BB background.