COLOR #BFE3EF

HEX: #BFE3EF RGB: (191,227,239)

Color info

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

RGB color model

#BFE3EF color RGB value is (191,227,239).

RGB: (191,227,239) (75%, 89%, 94%)

RGB channels and saturation

R 191 of 255 = 75%
G 227 of 255 = 89%
B 239 of 255 = 94%

191
227
239

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

Portions of RGB colors in percentages

R + G + B = 191 + 227 + 239 = 657 (100%)
R 191 of 657 ~ 29.07%
G 227 of 657 ~ 34.55%
B 239 of 657 ~ 36.38'%

%29.07
%34.55
%36.38

CMYK color model

#BFE3EF color CMYK value is (20,5,0,6).

  • cyan value is 20.08%
  • magenta value is 5.02%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (20,5,0,6) C20M5Y0K6 (20%,5%,0%,6%) (0.20/0.05/0.00/0.06) 

CMYK percentages

%20.08
%5.02
%0
%6.27

Codes

Color #BFE3EF in popluar color models

BF E3 EF
RGB 191 227 239
HSL 195° 60.00% 84.31%
HSB/HSV 195° 20.08% 93.73%
CMYK 20.08% 5.02% 0.00%
6.27%

Color #BFE3EF in popluar number systems.

HEX BF E3 EF
Decimal 191 227 239
Binary 10111111 11100011 11101111
Octal 277 343 357

Shades and tints

Shades of #BFE3EF

#BFE3EF
(191,227,239)
#AECFDA
(174,207,218)
#9DBBC5
(157,187,197)
#8CA7B0
(140,167,176)
#7B939B
(123,147,155)
#6A7F86
(106,127,134)
#596B71
(89,107,113)
#48575C
(72,87,92)
#374347
(55,67,71)
#262F32
(38,47,50)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #BFE3EF

#BFE3EF
(191,227,239)
#C4E5F0
(196,229,240)
#C9E7F1
(201,231,241)
#CEE9F2
(206,233,242)
#D3EBF3
(211,235,243)
#D8EDF4
(216,237,244)
#DDEFF5
(221,239,245)
#E2F1F6
(226,241,246)
#E7F3F7
(231,243,247)
#ECF5F8
(236,245,248)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE3EF color. Also use rgb(191,227,239) instead hex code.

Text Font Color

.myTextColor { color: #BFE3EF; }

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

This text font color is #BFE3EF.

Background Color

.myBgColor { background-color: #BFE3EF; }

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

This div background color is #BFE3EF.

Border color

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

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

This div border color is #BFE3EF.

Opacity

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

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

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

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

This text has shadow with #BFE3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE3EF.

Preview

Color preview on black background

This text has color #BFE3EF on black background.


Color preview on white background

This text has color #BFE3EF on white background.


Black color preview on #BFE3EF background

This text has black color on #BFE3EF background.


White color preview on #BFE3EF background

This text has white color on #BFE3EF background.


Related colors

Complementary color

Complementary color for #hex is #401C10.


I love getcolorcode.com

Triadic colors

1 #EFBFE3 and #E3EFBF with #BFE3EF are triadic colors.

2 #EFE3BF and #E3BFEF with #BFE3EF are triadic colors.