COLOR #BFE4E1

HEX: #BFE4E1
RGB: (191,228,225)

Color info

#BFE4E1 contains red, green and blue colors in about the same proportion. Web safe color of #BFE4E1 is #CCCCCC (or #CCC).

RGB color model

#BFE4E1 color RGB value is (191,228,225).

  • red value is 191;
  • green value is 228;
  • blue value is 225.
RGB:
(191,228,225)
(75%,89%,88%)

RGB channels and saturation

R 191 of 255 = 75%
G 228 of 255 = 89%
B 225 of 255 = 88%

191
228
225

R + G + B ~ 84%. #BFE4E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 228 + 225 = 644 (100%)
R 191 of 644 ~ 29.66%
G 228 of 644 ~ 35.4%
B 225 of 644 ~ 34.94%

%29.66
%35.4
%34.94

CMYK color model

#BFE4E1 color CMYK value is (16,0,1,11).

  • cyan value is 16.23%
  • magenta value is 0.00%
  • yellow value is 1.32%
  • key color value is 10.59%
CMYK:
(16,0,1,11)
C16M0Y1K11 
(16%,0%,1%,11%)
(0.16/0.00/0.01/0.11)	

CMYK percentages

%16.23
%0
%1.32
%10.59

Codes

Color #BFE4E1 in popluar color models

BFE4E1
RGB191228225
HSL175°40.66%82.16%
HSB/HSV175°16.23%89.41%
CMYK16.23%0.00%1.32%
10.59%

Color #BFE4E1 in popluar number systems.

HEXBFE4E1
Decimal191228225
Binary101111111110010011100001
Octal277344341

Shades and tints

Shades of #BFE4E1

#BFE4E1
(191,228,225)
#AED0CD
(174,208,205)
#9DBCB9
(157,188,185)
#8CA8A5
(140,168,165)
#7B9491
(123,148,145)
#6A807D
(106,128,125)
#596C69
(89,108,105)
#485855
(72,88,85)
#374441
(55,68,65)
#26302D
(38,48,45)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #BFE4E1

#BFE4E1
(191,228,225)
#C4E6E3
(196,230,227)
#C9E8E5
(201,232,229)
#CEEAE7
(206,234,231)
#D3ECE9
(211,236,233)
#D8EEEB
(216,238,235)
#DDF0ED
(221,240,237)
#E2F2EF
(226,242,239)
#E7F4F1
(231,244,241)
#ECF6F3
(236,246,243)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE4E1 color. Also use rgb(191,228,225) instead hex code.

Text Font Color

.myTextColor { color: #BFE4E1; }

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

This text font color is #BFE4E1.


Background Color

.myBgColor { background-color: #BFE4E1; }

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

This div background color is #BFE4E1.


Border color

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

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

This div border color is #BFE4E1.


Opacity

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

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

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

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

This text has shadow with #BFE4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE4E1 on black background.


Color preview on white background

This text has color #BFE4E1 on white background.



Black color preview on #BFE4E1 background

This text has black color on #BFE4E1 background.


White color preview on #BFE4E1 background

This text has white color on #BFE4E1 background.