COLOR #BFE9B0

HEX: #BFE9B0
RGB: (191,233,176)

Color info

#BFE9B0 contains red, green and blue colors in about the same proportion. Web safe color of #BFE9B0 is #CCFF99 (or #CF9).

RGB color model

#BFE9B0 color RGB value is (191,233,176).

  • red value is 191;
  • green value is 233;
  • blue value is 176.
RGB:
(191,233,176)
(75%,91%,69%)

RGB channels and saturation

R 191 of 255 = 75%
G 233 of 255 = 91%
B 176 of 255 = 69%

191
233
176

R + G + B ~ 78%. #BFE9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 233 + 176 = 600 (100%)
R 191 of 600 ~ 31.83%
G 233 of 600 ~ 38.83%
B 176 of 600 ~ 29.33%

%31.83
%38.83
%29.33

CMYK color model

#BFE9B0 color CMYK value is (18,0,24,9).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • key color value is 8.63%
CMYK:
(18,0,24,9)
C18M0Y24K9 
(18%,0%,24%,9%)
(0.18/0.00/0.24/0.09)	

CMYK percentages

%18.03
%0
%24.46
%8.63

Codes

Color #BFE9B0 in popluar color models

BFE9B0
RGB191233176
HSL104°56.44%80.20%
HSB/HSV104°24.46%91.37%
CMYK18.03%0.00%24.46%
8.63%

Color #BFE9B0 in popluar number systems.

HEXBFE9B0
Decimal191233176
Binary101111111110100110110000
Octal277351260

Shades and tints

Shades of #BFE9B0

#BFE9B0
(191,233,176)
#AED4A0
(174,212,160)
#9DBF90
(157,191,144)
#8CAA80
(140,170,128)
#7B9570
(123,149,112)
#6A8060
(106,128,96)
#596B50
(89,107,80)
#485640
(72,86,64)
#374130
(55,65,48)
#262C20
(38,44,32)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #BFE9B0

#BFE9B0
(191,233,176)
#C4EBB7
(196,235,183)
#C9EDBE
(201,237,190)
#CEEFC5
(206,239,197)
#D3F1CC
(211,241,204)
#D8F3D3
(216,243,211)
#DDF5DA
(221,245,218)
#E2F7E1
(226,247,225)
#E7F9E8
(231,249,232)
#ECFBEF
(236,251,239)
#F1FDF6
(241,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE9B0 color. Also use rgb(191,233,176) instead hex code.

Text Font Color

.myTextColor { color: #BFE9B0; }

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

This text font color is #BFE9B0.


Background Color

.myBgColor { background-color: #BFE9B0; }

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

This div background color is #BFE9B0.


Border color

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

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

This div border color is #BFE9B0.


Opacity

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

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

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

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

This text has shadow with #BFE9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE9B0 on black background.


Color preview on white background

This text has color #BFE9B0 on white background.



Black color preview on #BFE9B0 background

This text has black color on #BFE9B0 background.


White color preview on #BFE9B0 background

This text has white color on #BFE9B0 background.