COLOR #BFEABE

HEX: #BFEABE
RGB: (191,234,190)

Color info

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

RGB color model

#BFEABE color RGB value is (191,234,190).

  • red value is 191;
  • green value is 234;
  • blue value is 190.
RGB:
(191,234,190)
(75%,92%,75%)

RGB channels and saturation

R 191 of 255 = 75%
G 234 of 255 = 92%
B 190 of 255 = 75%

191
234
190

R + G + B ~ 81%. #BFEABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 234 + 190 = 615 (100%)
R 191 of 615 ~ 31.06%
G 234 of 615 ~ 38.05%
B 190 of 615 ~ 30.89%

%31.06
%38.05
%30.89

CMYK color model

#BFEABE color CMYK value is (18,0,19,8).

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 8.24%
CMYK:
(18,0,19,8)
C18M0Y19K8 
(18%,0%,19%,8%)
(0.18/0.00/0.19/0.08)	

CMYK percentages

%18.38
%0
%18.8
%8.24

Codes

Color #BFEABE in popluar color models

BFEABE
RGB191234190
HSL119°51.16%83.14%
HSB/HSV119°18.80%91.76%
CMYK18.38%0.00%18.80%
8.24%

Color #BFEABE in popluar number systems.

HEXBFEABE
Decimal191234190
Binary101111111110101010111110
Octal277352276

Shades and tints

Shades of #BFEABE

#BFEABE
(191,234,190)
#AED5AD
(174,213,173)
#9DC09C
(157,192,156)
#8CAB8B
(140,171,139)
#7B967A
(123,150,122)
#6A8169
(106,129,105)
#596C58
(89,108,88)
#485747
(72,87,71)
#374236
(55,66,54)
#262D25
(38,45,37)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #BFEABE

#BFEABE
(191,234,190)
#C4EBC3
(196,235,195)
#C9ECC8
(201,236,200)
#CEEDCD
(206,237,205)
#D3EED2
(211,238,210)
#D8EFD7
(216,239,215)
#DDF0DC
(221,240,220)
#E2F1E1
(226,241,225)
#E7F2E6
(231,242,230)
#ECF3EB
(236,243,235)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFEABE color. Also use rgb(191,234,190) instead hex code.

Text Font Color

.myTextColor { color: #BFEABE; }

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

This text font color is #BFEABE.


Background Color

.myBgColor { background-color: #BFEABE; }

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

This div background color is #BFEABE.


Border color

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

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

This div border color is #BFEABE.


Opacity

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

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

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

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

This text has shadow with #BFEABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFEABE on black background.


Color preview on white background

This text has color #BFEABE on white background.



Black color preview on #BFEABE background

This text has black color on #BFEABE background.


White color preview on #BFEABE background

This text has white color on #BFEABE background.