COLOR #BFE1AB

HEX: #BFE1AB
RGB: (191,225,171)

Color info

#BFE1AB contains red, green and blue colors in about the same proportion. Web safe color of #BFE1AB is #CCCC99 (or #CC9).

RGB color model

#BFE1AB color RGB value is (191,225,171).

  • red value is 191;
  • green value is 225;
  • blue value is 171.
RGB:
(191,225,171)
(75%,88%,67%)

RGB channels and saturation

R 191 of 255 = 75%
G 225 of 255 = 88%
B 171 of 255 = 67%

191
225
171

R + G + B ~ 77%. #BFE1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 225 + 171 = 587 (100%)
R 191 of 587 ~ 32.54%
G 225 of 587 ~ 38.33%
B 171 of 587 ~ 29.13%

%32.54
%38.33
%29.13

CMYK color model

#BFE1AB color CMYK value is (15,0,24,12).

  • cyan value is 15.11%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 11.76%
CMYK:
(15,0,24,12)
C15M0Y24K12 
(15%,0%,24%,12%)
(0.15/0.00/0.24/0.12)	

CMYK percentages

%15.11
%0
%24
%11.76

Codes

Color #BFE1AB in popluar color models

BFE1AB
RGB191225171
HSL98°47.37%77.65%
HSB/HSV98°24.00%88.24%
CMYK15.11%0.00%24.00%
11.76%

Color #BFE1AB in popluar number systems.

HEXBFE1AB
Decimal191225171
Binary101111111110000110101011
Octal277341253

Shades and tints

Shades of #BFE1AB

#BFE1AB
(191,225,171)
#AECD9C
(174,205,156)
#9DB98D
(157,185,141)
#8CA57E
(140,165,126)
#7B916F
(123,145,111)
#6A7D60
(106,125,96)
#596951
(89,105,81)
#485542
(72,85,66)
#374133
(55,65,51)
#262D24
(38,45,36)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #BFE1AB

#BFE1AB
(191,225,171)
#C4E3B2
(196,227,178)
#C9E5B9
(201,229,185)
#CEE7C0
(206,231,192)
#D3E9C7
(211,233,199)
#D8EBCE
(216,235,206)
#DDEDD5
(221,237,213)
#E2EFDC
(226,239,220)
#E7F1E3
(231,241,227)
#ECF3EA
(236,243,234)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE1AB color. Also use rgb(191,225,171) instead hex code.

Text Font Color

.myTextColor { color: #BFE1AB; }

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

This text font color is #BFE1AB.


Background Color

.myBgColor { background-color: #BFE1AB; }

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

This div background color is #BFE1AB.


Border color

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

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

This div border color is #BFE1AB.


Opacity

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

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

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

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

This text has shadow with #BFE1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE1AB on black background.


Color preview on white background

This text has color #BFE1AB on white background.



Black color preview on #BFE1AB background

This text has black color on #BFE1AB background.


White color preview on #BFE1AB background

This text has white color on #BFE1AB background.