COLOR #BFE5E7

HEX: #BFE5E7 RGB: (191,229,231)

Color info

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

RGB color model

#BFE5E7 color RGB value is (191,229,231).

RGB: (191,229,231) (75%, 90%, 91%)

RGB channels and saturation

R 191 of 255 = 75%
G 229 of 255 = 90%
B 231 of 255 = 91%

191
229
231

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

Portions of RGB colors in percentages

R + G + B = 191 + 229 + 231 = 651 (100%)
R 191 of 651 ~ 29.34%
G 229 of 651 ~ 35.18%
B 231 of 651 ~ 35.48'%

%29.34
%35.18
%35.48

CMYK color model

#BFE5E7 color CMYK value is (17,1,0,9).

  • cyan value is 17.32%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (17,1,0,9) C17M1Y0K9 (17%,1%,0%,9%) (0.17/0.01/0.00/0.09) 

CMYK percentages

%17.32
%0.87
%0
%9.41

Codes

Color #BFE5E7 in popluar color models

BF E5 E7
RGB 191 229 231
HSL 183° 45.45% 82.75%
HSB/HSV 183° 17.32% 90.59%
CMYK 17.32% 0.87% 0.00%
9.41%

Color #BFE5E7 in popluar number systems.

HEX BF E5 E7
Decimal 191 229 231
Binary 10111111 11100101 11100111
Octal 277 345 347

Shades and tints

Shades of #BFE5E7

#BFE5E7
(191,229,231)
#AED1D2
(174,209,210)
#9DBDBD
(157,189,189)
#8CA9A8
(140,169,168)
#7B9593
(123,149,147)
#6A817E
(106,129,126)
#596D69
(89,109,105)
#485954
(72,89,84)
#37453F
(55,69,63)
#26312A
(38,49,42)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #BFE5E7

#BFE5E7
(191,229,231)
#C4E7E9
(196,231,233)
#C9E9EB
(201,233,235)
#CEEBED
(206,235,237)
#D3EDEF
(211,237,239)
#D8EFF1
(216,239,241)
#DDF1F3
(221,241,243)
#E2F3F5
(226,243,245)
#E7F5F7
(231,245,247)
#ECF7F9
(236,247,249)
#F1F9FB
(241,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE5E7; }

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

This text font color is #BFE5E7.

Background Color

.myBgColor { background-color: #BFE5E7; }

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

This div background color is #BFE5E7.

Border color

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

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

This div border color is #BFE5E7.

Opacity

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

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

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

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

This text has shadow with #BFE5E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE5E7.

Preview

Color preview on black background

This text has color #BFE5E7 on black background.


Color preview on white background

This text has color #BFE5E7 on white background.


Black color preview on #BFE5E7 background

This text has black color on #BFE5E7 background.


White color preview on #BFE5E7 background

This text has white color on #BFE5E7 background.


Related colors

Complementary color

Complementary color for #hex is #401A18.


I love getcolorcode.com

Triadic colors

1 #E7BFE5 and #E5E7BF with #BFE5E7 are triadic colors.

2 #E7E5BF and #E5BFE7 with #BFE5E7 are triadic colors.