COLOR #BFE6ED

HEX: #BFE6ED
RGB: (191,230,237)

Color info

#BFE6ED contains red, green and blue colors in about the same proportion. Web safe color of #BFE6ED is #CCCCFF (or #CCF).

RGB color model

#BFE6ED color RGB value is (191,230,237).

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

RGB channels and saturation

R 191 of 255 = 75%
G 230 of 255 = 90%
B 237 of 255 = 93%

191
230
237

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

Portions of RGB colors in percentages

R + G + B =
191 + 230 + 237 = 658 (100%)
R 191 of 658 ~ 29.03%
G 230 of 658 ~ 34.95%
B 237 of 658 ~ 36.02%

%29.03
%34.95
%36.02

CMYK color model

#BFE6ED color CMYK value is (19,3,0,7).

  • cyan value is 19.41%
  • magenta value is 2.95%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(19,3,0,7)
C19M3Y0K7 
(19%,3%,0%,7%)
(0.19/0.03/0.00/0.07)	

CMYK percentages

%19.41
%2.95
%0
%7.06

Codes

Color #BFE6ED in popluar color models

BFE6ED
RGB191230237
HSL189°56.10%83.92%
HSB/HSV189°19.41%92.94%
CMYK19.41%2.95%0.00%
7.06%

Color #BFE6ED in popluar number systems.

HEXBFE6ED
Decimal191230237
Binary101111111110011011101101
Octal277346355

Shades and tints

Shades of #BFE6ED

#BFE6ED
(191,230,237)
#AED2D8
(174,210,216)
#9DBEC3
(157,190,195)
#8CAAAE
(140,170,174)
#7B9699
(123,150,153)
#6A8284
(106,130,132)
#596E6F
(89,110,111)
#485A5A
(72,90,90)
#374645
(55,70,69)
#263230
(38,50,48)
#151E1B
(21,30,27)
#000000
(0,0,0)

Tints of #BFE6ED

#BFE6ED
(191,230,237)
#C4E8EE
(196,232,238)
#C9EAEF
(201,234,239)
#CEECF0
(206,236,240)
#D3EEF1
(211,238,241)
#D8F0F2
(216,240,242)
#DDF2F3
(221,242,243)
#E2F4F4
(226,244,244)
#E7F6F5
(231,246,245)
#ECF8F6
(236,248,246)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE6ED; }

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

This text font color is #BFE6ED.


Background Color

.myBgColor { background-color: #BFE6ED; }

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

This div background color is #BFE6ED.


Border color

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

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

This div border color is #BFE6ED.


Opacity

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

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

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

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

This text has shadow with #BFE6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE6ED on black background.


Color preview on white background

This text has color #BFE6ED on white background.



Black color preview on #BFE6ED background

This text has black color on #BFE6ED background.


White color preview on #BFE6ED background

This text has white color on #BFE6ED background.