COLOR #BFEDF8

HEX: #BFEDF8
RGB: (191,237,248)

Color info

#BFEDF8 contains red, green and blue colors in about the same proportion. Web safe color of #BFEDF8 is #CCFFFF (or #CFF).

RGB color model

#BFEDF8 color RGB value is (191,237,248).

  • red value is 191;
  • green value is 237;
  • blue value is 248.
RGB:
(191,237,248)
(75%,93%,97%)

RGB channels and saturation

R 191 of 255 = 75%
G 237 of 255 = 93%
B 248 of 255 = 97%

191
237
248

R + G + B ~ 88%. #BFEDF8 is light color.

Portions of RGB colors in percentages

R + G + B =
191 + 237 + 248 = 676 (100%)
R 191 of 676 ~ 28.25%
G 237 of 676 ~ 35.06%
B 248 of 676 ~ 36.69%

%28.25
%35.06
%36.69

CMYK color model

#BFEDF8 color CMYK value is (23,4,0,3).

  • cyan value is 22.98%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(23,4,0,3)
C23M4Y0K3 
(23%,4%,0%,3%)
(0.23/0.04/0.00/0.03)	

CMYK percentages

%22.98
%4.44
%0
%2.75

Codes

Color #BFEDF8 in popluar color models

BFEDF8
RGB191237248
HSL192°80.28%86.08%
HSB/HSV192°22.98%97.25%
CMYK22.98%4.44%0.00%
2.75%

Color #BFEDF8 in popluar number systems.

HEXBFEDF8
Decimal191237248
Binary101111111110110111111000
Octal277355370

Shades and tints

Shades of #BFEDF8

#BFEDF8
(191,237,248)
#AED8E2
(174,216,226)
#9DC3CC
(157,195,204)
#8CAEB6
(140,174,182)
#7B99A0
(123,153,160)
#6A848A
(106,132,138)
#596F74
(89,111,116)
#485A5E
(72,90,94)
#374548
(55,69,72)
#263032
(38,48,50)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #BFEDF8

#BFEDF8
(191,237,248)
#C4EEF8
(196,238,248)
#C9EFF8
(201,239,248)
#CEF0F8
(206,240,248)
#D3F1F8
(211,241,248)
#D8F2F8
(216,242,248)
#DDF3F8
(221,243,248)
#E2F4F8
(226,244,248)
#E7F5F8
(231,245,248)
#ECF6F8
(236,246,248)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFEDF8 color. Also use rgb(191,237,248) instead hex code.

Text Font Color

.myTextColor { color: #BFEDF8; }

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

This text font color is #BFEDF8.


Background Color

.myBgColor { background-color: #BFEDF8; }

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

This div background color is #BFEDF8.


Border color

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

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

This div border color is #BFEDF8.


Opacity

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

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

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

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

This text has shadow with #BFEDF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFEDF8 on black background.


Color preview on white background

This text has color #BFEDF8 on white background.



Black color preview on #BFEDF8 background

This text has black color on #BFEDF8 background.


White color preview on #BFEDF8 background

This text has white color on #BFEDF8 background.