COLOR #BFF6E1

HEX: #BFF6E1 RGB: (191,246,225)

Color info

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

RGB color model

#BFF6E1 color RGB value is (191,246,225).

RGB: (191,246,225) (75%, 96%, 88%)

RGB channels and saturation

R 191 of 255 = 75%
G 246 of 255 = 96%
B 225 of 255 = 88%

191
246
225

R + G + B ~ 86%. #BFF6E1 is light color.

Portions of RGB colors in percentages

R + G + B = 191 + 246 + 225 = 662 (100%)
R 191 of 662 ~ 28.85%
G 246 of 662 ~ 37.16%
B 225 of 662 ~ 33.99'%

%28.85
%37.16
%33.99

CMYK color model

#BFF6E1 color CMYK value is (22,0,9,4).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 3.53%
CMYK: (22,0,9,4) C22M0Y9K4 (22%,0%,9%,4%) (0.22/0.00/0.09/0.04) 

CMYK percentages

%22.36
%0
%8.54
%3.53

Codes

Color #BFF6E1 in popluar color models

BF F6 E1
RGB 191 246 225
HSL 157° 75.34% 85.69%
HSB/HSV 157° 22.36% 96.47%
CMYK 22.36% 0.00% 8.54%
3.53%

Color #BFF6E1 in popluar number systems.

HEX BF F6 E1
Decimal 191 246 225
Binary 10111111 11110110 11100001
Octal 277 366 341

Shades and tints

Shades of #BFF6E1

#BFF6E1
(191,246,225)
#AEE0CD
(174,224,205)
#9DCAB9
(157,202,185)
#8CB4A5
(140,180,165)
#7B9E91
(123,158,145)
#6A887D
(106,136,125)
#597269
(89,114,105)
#485C55
(72,92,85)
#374641
(55,70,65)
#26302D
(38,48,45)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #BFF6E1

#BFF6E1
(191,246,225)
#C4F6E3
(196,246,227)
#C9F6E5
(201,246,229)
#CEF6E7
(206,246,231)
#D3F6E9
(211,246,233)
#D8F6EB
(216,246,235)
#DDF6ED
(221,246,237)
#E2F6EF
(226,246,239)
#E7F6F1
(231,246,241)
#ECF6F3
(236,246,243)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFF6E1; }

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

This text font color is #BFF6E1.

Background Color

.myBgColor { background-color: #BFF6E1; }

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

This div background color is #BFF6E1.

Border color

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

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

This div border color is #BFF6E1.

Opacity

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

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

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

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

This text has shadow with #BFF6E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFF6E1.

Preview

Color preview on black background

This text has color #BFF6E1 on black background.


Color preview on white background

This text has color #BFF6E1 on white background.


Black color preview on #BFF6E1 background

This text has black color on #BFF6E1 background.


White color preview on #BFF6E1 background

This text has white color on #BFF6E1 background.


Related colors

Complementary color

Complementary color for #hex is #40091E.


I love getcolorcode.com

Triadic colors

1 #E1BFF6 and #F6E1BF with #BFF6E1 are triadic colors.

2 #E1F6BF and #F6BFE1 with #BFF6E1 are triadic colors.