COLOR #BFE4E7

HEX: #BFE4E7 RGB: (191,228,231)

Color info

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

RGB color model

#BFE4E7 color RGB value is (191,228,231).

RGB: (191,228,231) (75%, 89%, 91%)

RGB channels and saturation

R 191 of 255 = 75%
G 228 of 255 = 89%
B 231 of 255 = 91%

191
228
231

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

Portions of RGB colors in percentages

R + G + B = 191 + 228 + 231 = 650 (100%)
R 191 of 650 ~ 29.38%
G 228 of 650 ~ 35.08%
B 231 of 650 ~ 35.54'%

%29.38
%35.08
%35.54

CMYK color model

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

  • cyan value is 17.32%
  • magenta value is 1.30%
  • 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
%1.3
%0
%9.41

Codes

Color #BFE4E7 in popluar color models

BF E4 E7
RGB 191 228 231
HSL 185° 45.45% 82.75%
HSB/HSV 185° 17.32% 90.59%
CMYK 17.32% 1.30% 0.00%
9.41%

Color #BFE4E7 in popluar number systems.

HEX BF E4 E7
Decimal 191 228 231
Binary 10111111 11100100 11100111
Octal 277 344 347

Shades and tints

Shades of #BFE4E7

#BFE4E7
(191,228,231)
#AED0D2
(174,208,210)
#9DBCBD
(157,188,189)
#8CA8A8
(140,168,168)
#7B9493
(123,148,147)
#6A807E
(106,128,126)
#596C69
(89,108,105)
#485854
(72,88,84)
#37443F
(55,68,63)
#26302A
(38,48,42)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #BFE4E7

#BFE4E7
(191,228,231)
#C4E6E9
(196,230,233)
#C9E8EB
(201,232,235)
#CEEAED
(206,234,237)
#D3ECEF
(211,236,239)
#D8EEF1
(216,238,241)
#DDF0F3
(221,240,243)
#E2F2F5
(226,242,245)
#E7F4F7
(231,244,247)
#ECF6F9
(236,246,249)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE4E7; }

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

This text font color is #BFE4E7.

Background Color

.myBgColor { background-color: #BFE4E7; }

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

This div background color is #BFE4E7.

Border color

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

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

This div border color is #BFE4E7.

Opacity

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

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

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

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

This text has shadow with #BFE4E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE4E7.

Preview

Color preview on black background

This text has color #BFE4E7 on black background.


Color preview on white background

This text has color #BFE4E7 on white background.


Black color preview on #BFE4E7 background

This text has black color on #BFE4E7 background.


White color preview on #BFE4E7 background

This text has white color on #BFE4E7 background.


Related colors

Complementary color

Complementary color for #hex is #401B18.


I love getcolorcode.com

Triadic colors

1 #E7BFE4 and #E4E7BF with #BFE4E7 are triadic colors.

2 #E7E4BF and #E4BFE7 with #BFE4E7 are triadic colors.