COLOR #BFE3BD

HEX: #BFE3BD
RGB: (191,227,189)

Color info

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

RGB color model

#BFE3BD color RGB value is (191,227,189).

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

RGB channels and saturation

R 191 of 255 = 75%
G 227 of 255 = 89%
B 189 of 255 = 74%

191
227
189

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

Portions of RGB colors in percentages

R + G + B =
191 + 227 + 189 = 607 (100%)
R 191 of 607 ~ 31.47%
G 227 of 607 ~ 37.4%
B 189 of 607 ~ 31.14%

%31.47
%37.4
%31.14

CMYK color model

#BFE3BD color CMYK value is (16,0,17,11).

  • cyan value is 15.86%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 10.98%
CMYK:
(16,0,17,11)
C16M0Y17K11 
(16%,0%,17%,11%)
(0.16/0.00/0.17/0.11)	

CMYK percentages

%15.86
%0
%16.74
%10.98

Codes

Color #BFE3BD in popluar color models

BFE3BD
RGB191227189
HSL117°40.43%81.57%
HSB/HSV117°16.74%89.02%
CMYK15.86%0.00%16.74%
10.98%

Color #BFE3BD in popluar number systems.

HEXBFE3BD
Decimal191227189
Binary101111111110001110111101
Octal277343275

Shades and tints

Shades of #BFE3BD

#BFE3BD
(191,227,189)
#AECFAC
(174,207,172)
#9DBB9B
(157,187,155)
#8CA78A
(140,167,138)
#7B9379
(123,147,121)
#6A7F68
(106,127,104)
#596B57
(89,107,87)
#485746
(72,87,70)
#374335
(55,67,53)
#262F24
(38,47,36)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #BFE3BD

#BFE3BD
(191,227,189)
#C4E5C3
(196,229,195)
#C9E7C9
(201,231,201)
#CEE9CF
(206,233,207)
#D3EBD5
(211,235,213)
#D8EDDB
(216,237,219)
#DDEFE1
(221,239,225)
#E2F1E7
(226,241,231)
#E7F3ED
(231,243,237)
#ECF5F3
(236,245,243)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE3BD; }

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

This text font color is #BFE3BD.


Background Color

.myBgColor { background-color: #BFE3BD; }

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

This div background color is #BFE3BD.


Border color

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

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

This div border color is #BFE3BD.


Opacity

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

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

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

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

This text has shadow with #BFE3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE3BD on black background.


Color preview on white background

This text has color #BFE3BD on white background.



Black color preview on #BFE3BD background

This text has black color on #BFE3BD background.


White color preview on #BFE3BD background

This text has white color on #BFE3BD background.