COLOR #BFE8E6

HEX: #BFE8E6
RGB: (191,232,230)

Color info

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

RGB color model

#BFE8E6 color RGB value is (191,232,230).

  • red value is 191;
  • green value is 232;
  • blue value is 230.
RGB:
(191,232,230)
(75%,91%,90%)

RGB channels and saturation

R 191 of 255 = 75%
G 232 of 255 = 91%
B 230 of 255 = 90%

191
232
230

R + G + B ~ 85%. #BFE8E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 232 + 230 = 653 (100%)
R 191 of 653 ~ 29.25%
G 232 of 653 ~ 35.53%
B 230 of 653 ~ 35.22%

%29.25
%35.53
%35.22

CMYK color model

#BFE8E6 color CMYK value is (18,0,1,9).

  • cyan value is 17.67%
  • magenta value is 0.00%
  • yellow value is 0.86%
  • key color value is 9.02%
CMYK:
(18,0,1,9)
C18M0Y1K9 
(18%,0%,1%,9%)
(0.18/0.00/0.01/0.09)	

CMYK percentages

%17.67
%0
%0.86
%9.02

Codes

Color #BFE8E6 in popluar color models

BFE8E6
RGB191232230
HSL177°47.13%82.94%
HSB/HSV177°17.67%90.98%
CMYK17.67%0.00%0.86%
9.02%

Color #BFE8E6 in popluar number systems.

HEXBFE8E6
Decimal191232230
Binary101111111110100011100110
Octal277350346

Shades and tints

Shades of #BFE8E6

#BFE8E6
(191,232,230)
#AED3D2
(174,211,210)
#9DBEBE
(157,190,190)
#8CA9AA
(140,169,170)
#7B9496
(123,148,150)
#6A7F82
(106,127,130)
#596A6E
(89,106,110)
#48555A
(72,85,90)
#374046
(55,64,70)
#262B32
(38,43,50)
#15161E
(21,22,30)
#000000
(0,0,0)

Tints of #BFE8E6

#BFE8E6
(191,232,230)
#C4EAE8
(196,234,232)
#C9ECEA
(201,236,234)
#CEEEEC
(206,238,236)
#D3F0EE
(211,240,238)
#D8F2F0
(216,242,240)
#DDF4F2
(221,244,242)
#E2F6F4
(226,246,244)
#E7F8F6
(231,248,246)
#ECFAF8
(236,250,248)
#F1FCFA
(241,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE8E6; }

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

This text font color is #BFE8E6.


Background Color

.myBgColor { background-color: #BFE8E6; }

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

This div background color is #BFE8E6.


Border color

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

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

This div border color is #BFE8E6.


Opacity

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

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

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

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

This text has shadow with #BFE8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE8E6 on black background.


Color preview on white background

This text has color #BFE8E6 on white background.



Black color preview on #BFE8E6 background

This text has black color on #BFE8E6 background.


White color preview on #BFE8E6 background

This text has white color on #BFE8E6 background.