COLOR #BFE7EE

HEX: #BFE7EE RGB: (191,231,238)

Color info

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

RGB color model

#BFE7EE color RGB value is (191,231,238).

RGB: (191,231,238) (75%, 91%, 93%)

RGB channels and saturation

R 191 of 255 = 75%
G 231 of 255 = 91%
B 238 of 255 = 93%

191
231
238

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

Portions of RGB colors in percentages

R + G + B = 191 + 231 + 238 = 660 (100%)
R 191 of 660 ~ 28.94%
G 231 of 660 ~ 35%
B 238 of 660 ~ 36.06'%

%28.94
%35
%36.06

CMYK color model

#BFE7EE color CMYK value is (20,3,0,7).

  • cyan value is 19.75%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (20,3,0,7)
C20M3Y0K7 (20%, 3%, 0%, 7%)
(0.20 / 0.03 / 0.00 / 0.07)

CMYK percentages

%19.75
%2.94
%0
%6.67

Codes

Color #BFE7EE in popluar color models

BF E7 EE
RGB 191 231 238
HSL 189° 58.02% 84.12%
HSB/HSV 189° 19.75% 93.33%
CMYK 19.75% 2.94% 0.00%
6.67%

Color #BFE7EE in popluar number systems.

HEX BF E7 EE
Decimal 191 231 238
Binary 10111111 11100111 11101110
Octal 277 347 356

Shades and tints

Shades of #BFE7EE

#BFE7EE
(191,231,238)
#AED2D9
(174,210,217)
#9DBDC4
(157,189,196)
#8CA8AF
(140,168,175)
#7B939A
(123,147,154)
#6A7E85
(106,126,133)
#596970
(89,105,112)
#48545B
(72,84,91)
#373F46
(55,63,70)
#262A31
(38,42,49)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #BFE7EE

#BFE7EE
(191,231,238)
#C4E9EF
(196,233,239)
#C9EBF0
(201,235,240)
#CEEDF1
(206,237,241)
#D3EFF2
(211,239,242)
#D8F1F3
(216,241,243)
#DDF3F4
(221,243,244)
#E2F5F5
(226,245,245)
#E7F7F6
(231,247,246)
#ECF9F7
(236,249,247)
#F1FBF8
(241,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE7EE; }

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

This text font color is #BFE7EE.

Background Color

.myBgColor { background-color: #BFE7EE; }

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

This div background color is #BFE7EE.

Border color

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

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

This div border color is #BFE7EE.

Opacity

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

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

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

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

This text has shadow with #BFE7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE7EE.

Preview

Color preview on black background

This text has color #BFE7EE on black background.


Color preview on white background

This text has color #BFE7EE on white background.


Black color preview on #BFE7EE background

This text has black color on #BFE7EE background.


White color preview on #BFE7EE background

This text has white color on #BFE7EE background.


Related colors

Complementary color

Complementary color for #hex is #401811.


I love getcolorcode.com

Triadic colors

1 #EEBFE7 and #E7EEBF with #BFE7EE are triadic colors.

2 #EEE7BF and #E7BFEE with #BFE7EE are triadic colors.