COLOR #BFE6DF

HEX: #BFE6DF RGB: (191,230,223)

Color info

#BFE6DF contains red, green and blue colors in about the same proportion. Web safe color of #BFE6DF is #CCCCCC (or #CCC).

RGB color model

#BFE6DF color RGB value is (191,230,223).

RGB: (191,230,223) (75%, 90%, 87%)

RGB channels and saturation

R 191 of 255 = 75%
G 230 of 255 = 90%
B 223 of 255 = 87%

191
230
223

R + G + B ~ 84%. #BFE6DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 230 + 223 = 644 (100%)
R 191 of 644 ~ 29.66%
G 230 of 644 ~ 35.71%
B 223 of 644 ~ 34.63'%

%29.66
%35.71
%34.63

CMYK color model

#BFE6DF color CMYK value is (17,0,3,10).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 3.04%
  • key color value is 9.80%

CMYK: (17,0,3,10)
C17M0Y3K10 (17%, 0%, 3%, 10%)
(0.17 / 0.00 / 0.03 / 0.10)

CMYK percentages

%16.96
%0
%3.04
%9.8

Codes

Color #BFE6DF in popluar color models

BF E6 DF
RGB 191 230 223
HSL 169° 43.82% 82.55%
HSB/HSV 169° 16.96% 90.20%
CMYK 16.96% 0.00% 3.04%
9.80%

Color #BFE6DF in popluar number systems.

HEX BF E6 DF
Decimal 191 230 223
Binary 10111111 11100110 11011111
Octal 277 346 337

Shades and tints

Shades of #BFE6DF

#BFE6DF
(191,230,223)
#AED2CB
(174,210,203)
#9DBEB7
(157,190,183)
#8CAAA3
(140,170,163)
#7B968F
(123,150,143)
#6A827B
(106,130,123)
#596E67
(89,110,103)
#485A53
(72,90,83)
#37463F
(55,70,63)
#26322B
(38,50,43)
#151E17
(21,30,23)
#000000
(0,0,0)

Tints of #BFE6DF

#BFE6DF
(191,230,223)
#C4E8E1
(196,232,225)
#C9EAE3
(201,234,227)
#CEECE5
(206,236,229)
#D3EEE7
(211,238,231)
#D8F0E9
(216,240,233)
#DDF2EB
(221,242,235)
#E2F4ED
(226,244,237)
#E7F6EF
(231,246,239)
#ECF8F1
(236,248,241)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE6DF; }

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

This text font color is #BFE6DF.

Background Color

.myBgColor { background-color: #BFE6DF; }

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

This div background color is #BFE6DF.

Border color

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

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

This div border color is #BFE6DF.

Opacity

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

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

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

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

This text has shadow with #BFE6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE6DF.

Preview

Color preview on black background

This text has color #BFE6DF on black background.


Color preview on white background

This text has color #BFE6DF on white background.


Black color preview on #BFE6DF background

This text has black color on #BFE6DF background.


White color preview on #BFE6DF background

This text has white color on #BFE6DF background.


Related colors

Complementary color

Complementary color for #hex is #401920.


I love getcolorcode.com

Triadic colors

1 #DFBFE6 and #E6DFBF with #BFE6DF are triadic colors.

2 #DFE6BF and #E6BFDF with #BFE6DF are triadic colors.