COLOR #BFEFEB

HEX: #BFEFEB
RGB: (191,239,235)

Color info

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

RGB color model

#BFEFEB color RGB value is (191,239,235).

  • red value is 191;
  • green value is 239;
  • blue value is 235.
RGB:
(191,239,235)
(75%,94%,92%)

RGB channels and saturation

R 191 of 255 = 75%
G 239 of 255 = 94%
B 235 of 255 = 92%

191
239
235

R + G + B ~ 87%. #BFEFEB is light color.

Portions of RGB colors in percentages

R + G + B =
191 + 239 + 235 = 665 (100%)
R 191 of 665 ~ 28.72%
G 239 of 665 ~ 35.94%
B 235 of 665 ~ 35.34%

%28.72
%35.94
%35.34

CMYK color model

#BFEFEB color CMYK value is (20,0,2,6).

  • cyan value is 20.08%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 6.27%
CMYK:
(20,0,2,6)
C20M0Y2K6 
(20%,0%,2%,6%)
(0.20/0.00/0.02/0.06)	

CMYK percentages

%20.08
%0
%1.67
%6.27

Codes

Color #BFEFEB in popluar color models

BFEFEB
RGB191239235
HSL175°60.00%84.31%
HSB/HSV175°20.08%93.73%
CMYK20.08%0.00%1.67%
6.27%

Color #BFEFEB in popluar number systems.

HEXBFEFEB
Decimal191239235
Binary101111111110111111101011
Octal277357353

Shades and tints

Shades of #BFEFEB

#BFEFEB
(191,239,235)
#AEDAD6
(174,218,214)
#9DC5C1
(157,197,193)
#8CB0AC
(140,176,172)
#7B9B97
(123,155,151)
#6A8682
(106,134,130)
#59716D
(89,113,109)
#485C58
(72,92,88)
#374743
(55,71,67)
#26322E
(38,50,46)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #BFEFEB

#BFEFEB
(191,239,235)
#C4F0EC
(196,240,236)
#C9F1ED
(201,241,237)
#CEF2EE
(206,242,238)
#D3F3EF
(211,243,239)
#D8F4F0
(216,244,240)
#DDF5F1
(221,245,241)
#E2F6F2
(226,246,242)
#E7F7F3
(231,247,243)
#ECF8F4
(236,248,244)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFEFEB color. Also use rgb(191,239,235) instead hex code.

Text Font Color

.myTextColor { color: #BFEFEB; }

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

This text font color is #BFEFEB.


Background Color

.myBgColor { background-color: #BFEFEB; }

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

This div background color is #BFEFEB.


Border color

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

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

This div border color is #BFEFEB.


Opacity

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

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

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

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

This text has shadow with #BFEFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFEFEB on black background.


Color preview on white background

This text has color #BFEFEB on white background.



Black color preview on #BFEFEB background

This text has black color on #BFEFEB background.


White color preview on #BFEFEB background

This text has white color on #BFEFEB background.