COLOR #BFE7EB

HEX: #BFE7EB
RGB: (191,231,235)

Color info

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

RGB color model

#BFE7EB color RGB value is (191,231,235).

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

RGB channels and saturation

R 191 of 255 = 75%
G 231 of 255 = 91%
B 235 of 255 = 92%

191
231
235

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

Portions of RGB colors in percentages

R + G + B =
191 + 231 + 235 = 657 (100%)
R 191 of 657 ~ 29.07%
G 231 of 657 ~ 35.16%
B 235 of 657 ~ 35.77%

%29.07
%35.16
%35.77

CMYK color model

#BFE7EB color CMYK value is (19,2,0,8).

  • cyan value is 18.72%
  • magenta value is 1.70%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(19,2,0,8)
C19M2Y0K8 
(19%,2%,0%,8%)
(0.19/0.02/0.00/0.08)	

CMYK percentages

%18.72
%1.7
%0
%7.84

Codes

Color #BFE7EB in popluar color models

BFE7EB
RGB191231235
HSL185°52.38%83.53%
HSB/HSV185°18.72%92.16%
CMYK18.72%1.70%0.00%
7.84%

Color #BFE7EB in popluar number systems.

HEXBFE7EB
Decimal191231235
Binary101111111110011111101011
Octal277347353

Shades and tints

Shades of #BFE7EB

#BFE7EB
(191,231,235)
#AED2D6
(174,210,214)
#9DBDC1
(157,189,193)
#8CA8AC
(140,168,172)
#7B9397
(123,147,151)
#6A7E82
(106,126,130)
#59696D
(89,105,109)
#485458
(72,84,88)
#373F43
(55,63,67)
#262A2E
(38,42,46)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #BFE7EB

#BFE7EB
(191,231,235)
#C4E9EC
(196,233,236)
#C9EBED
(201,235,237)
#CEEDEE
(206,237,238)
#D3EFEF
(211,239,239)
#D8F1F0
(216,241,240)
#DDF3F1
(221,243,241)
#E2F5F2
(226,245,242)
#E7F7F3
(231,247,243)
#ECF9F4
(236,249,244)
#F1FBF5
(241,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE7EB; }

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

This text font color is #BFE7EB.


Background Color

.myBgColor { background-color: #BFE7EB; }

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

This div background color is #BFE7EB.


Border color

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

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

This div border color is #BFE7EB.


Opacity

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

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

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

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

This text has shadow with #BFE7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE7EB on black background.


Color preview on white background

This text has color #BFE7EB on white background.



Black color preview on #BFE7EB background

This text has black color on #BFE7EB background.


White color preview on #BFE7EB background

This text has white color on #BFE7EB background.