COLOR #BFF9E1

HEX: #BFF9E1
RGB: (191,249,225)

Color info

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

RGB color model

#BFF9E1 color RGB value is (191,249,225).

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

RGB channels and saturation

R 191 of 255 = 75%
G 249 of 255 = 98%
B 225 of 255 = 88%

191
249
225

R + G + B ~ 87%. #BFF9E1 is light color.

Portions of RGB colors in percentages

R + G + B =
191 + 249 + 225 = 665 (100%)
R 191 of 665 ~ 28.72%
G 249 of 665 ~ 37.44%
B 225 of 665 ~ 33.83%

%28.72
%37.44
%33.83

CMYK color model

#BFF9E1 color CMYK value is (23,0,10,2).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 2.35%
CMYK:
(23,0,10,2)
C23M0Y10K2 
(23%,0%,10%,2%)
(0.23/0.00/0.10/0.02)	

CMYK percentages

%23.29
%0
%9.64
%2.35

Codes

Color #BFF9E1 in popluar color models

BFF9E1
RGB191249225
HSL155°82.86%86.27%
HSB/HSV155°23.29%97.65%
CMYK23.29%0.00%9.64%
2.35%

Color #BFF9E1 in popluar number systems.

HEXBFF9E1
Decimal191249225
Binary101111111111100111100001
Octal277371341

Shades and tints

Shades of #BFF9E1

#BFF9E1
(191,249,225)
#AEE3CD
(174,227,205)
#9DCDB9
(157,205,185)
#8CB7A5
(140,183,165)
#7BA191
(123,161,145)
#6A8B7D
(106,139,125)
#597569
(89,117,105)
#485F55
(72,95,85)
#374941
(55,73,65)
#26332D
(38,51,45)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #BFF9E1

#BFF9E1
(191,249,225)
#C4F9E3
(196,249,227)
#C9F9E5
(201,249,229)
#CEF9E7
(206,249,231)
#D3F9E9
(211,249,233)
#D8F9EB
(216,249,235)
#DDF9ED
(221,249,237)
#E2F9EF
(226,249,239)
#E7F9F1
(231,249,241)
#ECF9F3
(236,249,243)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFF9E1; }

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

This text font color is #BFF9E1.


Background Color

.myBgColor { background-color: #BFF9E1; }

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

This div background color is #BFF9E1.


Border color

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

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

This div border color is #BFF9E1.


Opacity

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

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

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

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

This text has shadow with #BFF9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF9E1 on black background.


Color preview on white background

This text has color #BFF9E1 on white background.



Black color preview on #BFF9E1 background

This text has black color on #BFF9E1 background.


White color preview on #BFF9E1 background

This text has white color on #BFF9E1 background.