COLOR #BFE2E5

HEX: #BFE2E5
RGB: (191,226,229)

Color info

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

RGB color model

#BFE2E5 color RGB value is (191,226,229).

  • red value is 191;
  • green value is 226;
  • blue value is 229.
RGB:
(191,226,229)
(75%,89%,90%)

RGB channels and saturation

R 191 of 255 = 75%
G 226 of 255 = 89%
B 229 of 255 = 90%

191
226
229

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

Portions of RGB colors in percentages

R + G + B =
191 + 226 + 229 = 646 (100%)
R 191 of 646 ~ 29.57%
G 226 of 646 ~ 34.98%
B 229 of 646 ~ 35.45%

%29.57
%34.98
%35.45

CMYK color model

#BFE2E5 color CMYK value is (17,1,0,10).

  • cyan value is 16.59%
  • magenta value is 1.31%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(17,1,0,10)
C17M1Y0K10 
(17%,1%,0%,10%)
(0.17/0.01/0.00/0.10)	

CMYK percentages

%16.59
%1.31
%0
%10.2

Codes

Color #BFE2E5 in popluar color models

BFE2E5
RGB191226229
HSL185°42.22%82.35%
HSB/HSV185°16.59%89.80%
CMYK16.59%1.31%0.00%
10.20%

Color #BFE2E5 in popluar number systems.

HEXBFE2E5
Decimal191226229
Binary101111111110001011100101
Octal277342345

Shades and tints

Shades of #BFE2E5

#BFE2E5
(191,226,229)
#AECED1
(174,206,209)
#9DBABD
(157,186,189)
#8CA6A9
(140,166,169)
#7B9295
(123,146,149)
#6A7E81
(106,126,129)
#596A6D
(89,106,109)
#485659
(72,86,89)
#374245
(55,66,69)
#262E31
(38,46,49)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #BFE2E5

#BFE2E5
(191,226,229)
#C4E4E7
(196,228,231)
#C9E6E9
(201,230,233)
#CEE8EB
(206,232,235)
#D3EAED
(211,234,237)
#D8ECEF
(216,236,239)
#DDEEF1
(221,238,241)
#E2F0F3
(226,240,243)
#E7F2F5
(231,242,245)
#ECF4F7
(236,244,247)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE2E5 color. Also use rgb(191,226,229) instead hex code.

Text Font Color

.myTextColor { color: #BFE2E5; }

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

This text font color is #BFE2E5.


Background Color

.myBgColor { background-color: #BFE2E5; }

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

This div background color is #BFE2E5.


Border color

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

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

This div border color is #BFE2E5.


Opacity

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

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

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

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

This text has shadow with #BFE2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE2E5 on black background.


Color preview on white background

This text has color #BFE2E5 on white background.



Black color preview on #BFE2E5 background

This text has black color on #BFE2E5 background.


White color preview on #BFE2E5 background

This text has white color on #BFE2E5 background.