COLOR #BFE7BD

HEX: #BFE7BD
RGB: (191,231,189)

Color info

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

RGB color model

#BFE7BD color RGB value is (191,231,189).

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

RGB channels and saturation

R 191 of 255 = 75%
G 231 of 255 = 91%
B 189 of 255 = 74%

191
231
189

R + G + B ~ 80%. #BFE7BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 231 + 189 = 611 (100%)
R 191 of 611 ~ 31.26%
G 231 of 611 ~ 37.81%
B 189 of 611 ~ 30.93%

%31.26
%37.81
%30.93

CMYK color model

#BFE7BD color CMYK value is (17,0,18,9).

  • cyan value is 17.32%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 9.41%
CMYK:
(17,0,18,9)
C17M0Y18K9 
(17%,0%,18%,9%)
(0.17/0.00/0.18/0.09)	

CMYK percentages

%17.32
%0
%18.18
%9.41

Codes

Color #BFE7BD in popluar color models

BFE7BD
RGB191231189
HSL117°46.67%82.35%
HSB/HSV117°18.18%90.59%
CMYK17.32%0.00%18.18%
9.41%

Color #BFE7BD in popluar number systems.

HEXBFE7BD
Decimal191231189
Binary101111111110011110111101
Octal277347275

Shades and tints

Shades of #BFE7BD

#BFE7BD
(191,231,189)
#AED2AC
(174,210,172)
#9DBD9B
(157,189,155)
#8CA88A
(140,168,138)
#7B9379
(123,147,121)
#6A7E68
(106,126,104)
#596957
(89,105,87)
#485446
(72,84,70)
#373F35
(55,63,53)
#262A24
(38,42,36)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #BFE7BD

#BFE7BD
(191,231,189)
#C4E9C3
(196,233,195)
#C9EBC9
(201,235,201)
#CEEDCF
(206,237,207)
#D3EFD5
(211,239,213)
#D8F1DB
(216,241,219)
#DDF3E1
(221,243,225)
#E2F5E7
(226,245,231)
#E7F7ED
(231,247,237)
#ECF9F3
(236,249,243)
#F1FBF9
(241,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE7BD; }

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

This text font color is #BFE7BD.


Background Color

.myBgColor { background-color: #BFE7BD; }

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

This div background color is #BFE7BD.


Border color

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

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

This div border color is #BFE7BD.


Opacity

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

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

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

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

This text has shadow with #BFE7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE7BD on black background.


Color preview on white background

This text has color #BFE7BD on white background.



Black color preview on #BFE7BD background

This text has black color on #BFE7BD background.


White color preview on #BFE7BD background

This text has white color on #BFE7BD background.