COLOR #BFF6DF

HEX: #BFF6DF
RGB: (191,246,223)

Color info

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

RGB color model

#BFF6DF color RGB value is (191,246,223).

  • red value is 191;
  • green value is 246;
  • blue value is 223.
RGB:
(191,246,223)
(75%,96%,87%)

RGB channels and saturation

R 191 of 255 = 75%
G 246 of 255 = 96%
B 223 of 255 = 87%

191
246
223

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

Portions of RGB colors in percentages

R + G + B =
191 + 246 + 223 = 660 (100%)
R 191 of 660 ~ 28.94%
G 246 of 660 ~ 37.27%
B 223 of 660 ~ 33.79%

%28.94
%37.27
%33.79

CMYK color model

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

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 9.35%
  • 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
%9.35
%3.53

Codes

Color #BFF6DF in popluar color models

BFF6DF
RGB191246223
HSL155°75.34%85.69%
HSB/HSV155°22.36%96.47%
CMYK22.36%0.00%9.35%
3.53%

Color #BFF6DF in popluar number systems.

HEXBFF6DF
Decimal191246223
Binary101111111111011011011111
Octal277366337

Shades and tints

Shades of #BFF6DF

#BFF6DF
(191,246,223)
#AEE0CB
(174,224,203)
#9DCAB7
(157,202,183)
#8CB4A3
(140,180,163)
#7B9E8F
(123,158,143)
#6A887B
(106,136,123)
#597267
(89,114,103)
#485C53
(72,92,83)
#37463F
(55,70,63)
#26302B
(38,48,43)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #BFF6DF

#BFF6DF
(191,246,223)
#C4F6E1
(196,246,225)
#C9F6E3
(201,246,227)
#CEF6E5
(206,246,229)
#D3F6E7
(211,246,231)
#D8F6E9
(216,246,233)
#DDF6EB
(221,246,235)
#E2F6ED
(226,246,237)
#E7F6EF
(231,246,239)
#ECF6F1
(236,246,241)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFF6DF; }

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

This text font color is #BFF6DF.


Background Color

.myBgColor { background-color: #BFF6DF; }

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

This div background color is #BFF6DF.


Border color

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

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

This div border color is #BFF6DF.


Opacity

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

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

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

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

This text has shadow with #BFF6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF6DF on black background.


Color preview on white background

This text has color #BFF6DF on white background.



Black color preview on #BFF6DF background

This text has black color on #BFF6DF background.


White color preview on #BFF6DF background

This text has white color on #BFF6DF background.