COLOR #BFE9B5

HEX: #BFE9B5
RGB: (191,233,181)

Color info

#BFE9B5 contains red, green and blue colors in about the same proportion. Web safe color of #BFE9B5 is #CCFFCC (or #CFC).

RGB color model

#BFE9B5 color RGB value is (191,233,181).

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

RGB channels and saturation

R 191 of 255 = 75%
G 233 of 255 = 91%
B 181 of 255 = 71%

191
233
181

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

Portions of RGB colors in percentages

R + G + B =
191 + 233 + 181 = 605 (100%)
R 191 of 605 ~ 31.57%
G 233 of 605 ~ 38.51%
B 181 of 605 ~ 29.92%

%31.57
%38.51
%29.92

CMYK color model

#BFE9B5 color CMYK value is (18,0,22,9).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 22.32%
  • key color value is 8.63%
CMYK:
(18,0,22,9)
C18M0Y22K9 
(18%,0%,22%,9%)
(0.18/0.00/0.22/0.09)	

CMYK percentages

%18.03
%0
%22.32
%8.63

Codes

Color #BFE9B5 in popluar color models

BFE9B5
RGB191233181
HSL108°54.17%81.18%
HSB/HSV108°22.32%91.37%
CMYK18.03%0.00%22.32%
8.63%

Color #BFE9B5 in popluar number systems.

HEXBFE9B5
Decimal191233181
Binary101111111110100110110101
Octal277351265

Shades and tints

Shades of #BFE9B5

#BFE9B5
(191,233,181)
#AED4A5
(174,212,165)
#9DBF95
(157,191,149)
#8CAA85
(140,170,133)
#7B9575
(123,149,117)
#6A8065
(106,128,101)
#596B55
(89,107,85)
#485645
(72,86,69)
#374135
(55,65,53)
#262C25
(38,44,37)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #BFE9B5

#BFE9B5
(191,233,181)
#C4EBBB
(196,235,187)
#C9EDC1
(201,237,193)
#CEEFC7
(206,239,199)
#D3F1CD
(211,241,205)
#D8F3D3
(216,243,211)
#DDF5D9
(221,245,217)
#E2F7DF
(226,247,223)
#E7F9E5
(231,249,229)
#ECFBEB
(236,251,235)
#F1FDF1
(241,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE9B5; }

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

This text font color is #BFE9B5.


Background Color

.myBgColor { background-color: #BFE9B5; }

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

This div background color is #BFE9B5.


Border color

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

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

This div border color is #BFE9B5.


Opacity

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

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

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

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

This text has shadow with #BFE9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE9B5 on black background.


Color preview on white background

This text has color #BFE9B5 on white background.



Black color preview on #BFE9B5 background

This text has black color on #BFE9B5 background.


White color preview on #BFE9B5 background

This text has white color on #BFE9B5 background.