COLOR #BFE7B3

HEX: #BFE7B3
RGB: (191,231,179)

Color info

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

RGB color model

#BFE7B3 color RGB value is (191,231,179).

  • red value is 191;
  • green value is 231;
  • blue value is 179.
RGB:
(191,231,179)
(75%,91%,70%)

RGB channels and saturation

R 191 of 255 = 75%
G 231 of 255 = 91%
B 179 of 255 = 70%

191
231
179

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

Portions of RGB colors in percentages

R + G + B =
191 + 231 + 179 = 601 (100%)
R 191 of 601 ~ 31.78%
G 231 of 601 ~ 38.44%
B 179 of 601 ~ 29.78%

%31.78
%38.44
%29.78

CMYK color model

#BFE7B3 color CMYK value is (17,0,23,9).

  • cyan value is 17.32%
  • magenta value is 0.00%
  • yellow value is 22.51%
  • key color value is 9.41%
CMYK:
(17,0,23,9)
C17M0Y23K9 
(17%,0%,23%,9%)
(0.17/0.00/0.23/0.09)	

CMYK percentages

%17.32
%0
%22.51
%9.41

Codes

Color #BFE7B3 in popluar color models

BFE7B3
RGB191231179
HSL106°52.00%80.39%
HSB/HSV106°22.51%90.59%
CMYK17.32%0.00%22.51%
9.41%

Color #BFE7B3 in popluar number systems.

HEXBFE7B3
Decimal191231179
Binary101111111110011110110011
Octal277347263

Shades and tints

Shades of #BFE7B3

#BFE7B3
(191,231,179)
#AED2A3
(174,210,163)
#9DBD93
(157,189,147)
#8CA883
(140,168,131)
#7B9373
(123,147,115)
#6A7E63
(106,126,99)
#596953
(89,105,83)
#485443
(72,84,67)
#373F33
(55,63,51)
#262A23
(38,42,35)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #BFE7B3

#BFE7B3
(191,231,179)
#C4E9B9
(196,233,185)
#C9EBBF
(201,235,191)
#CEEDC5
(206,237,197)
#D3EFCB
(211,239,203)
#D8F1D1
(216,241,209)
#DDF3D7
(221,243,215)
#E2F5DD
(226,245,221)
#E7F7E3
(231,247,227)
#ECF9E9
(236,249,233)
#F1FBEF
(241,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE7B3 color. Also use rgb(191,231,179) instead hex code.

Text Font Color

.myTextColor { color: #BFE7B3; }

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

This text font color is #BFE7B3.


Background Color

.myBgColor { background-color: #BFE7B3; }

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

This div background color is #BFE7B3.


Border color

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

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

This div border color is #BFE7B3.


Opacity

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

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

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

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

This text has shadow with #BFE7B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE7B3 on black background.


Color preview on white background

This text has color #BFE7B3 on white background.



Black color preview on #BFE7B3 background

This text has black color on #BFE7B3 background.


White color preview on #BFE7B3 background

This text has white color on #BFE7B3 background.