COLOR #BFD8EF

HEX: #BFD8EF
RGB: (191,216,239)

Color info

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

RGB color model

#BFD8EF color RGB value is (191,216,239).

  • red value is 191;
  • green value is 216;
  • blue value is 239.
RGB:
(191,216,239)
(75%,85%,94%)

RGB channels and saturation

R 191 of 255 = 75%
G 216 of 255 = 85%
B 239 of 255 = 94%

191
216
239

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

Portions of RGB colors in percentages

R + G + B =
191 + 216 + 239 = 646 (100%)
R 191 of 646 ~ 29.57%
G 216 of 646 ~ 33.44%
B 239 of 646 ~ 37%

%29.57
%33.44
%37

CMYK color model

#BFD8EF color CMYK value is (20,10,0,6).

  • cyan value is 20.08%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(20,10,0,6)
C20M10Y0K6 
(20%,10%,0%,6%)
(0.20/0.10/0.00/0.06)	

CMYK percentages

%20.08
%9.62
%0
%6.27

Codes

Color #BFD8EF in popluar color models

BFD8EF
RGB191216239
HSL209°60.00%84.31%
HSB/HSV209°20.08%93.73%
CMYK20.08%9.62%0.00%
6.27%

Color #BFD8EF in popluar number systems.

HEXBFD8EF
Decimal191216239
Binary101111111101100011101111
Octal277330357

Shades and tints

Shades of #BFD8EF

#BFD8EF
(191,216,239)
#AEC5DA
(174,197,218)
#9DB2C5
(157,178,197)
#8C9FB0
(140,159,176)
#7B8C9B
(123,140,155)
#6A7986
(106,121,134)
#596671
(89,102,113)
#48535C
(72,83,92)
#374047
(55,64,71)
#262D32
(38,45,50)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #BFD8EF

#BFD8EF
(191,216,239)
#C4DBF0
(196,219,240)
#C9DEF1
(201,222,241)
#CEE1F2
(206,225,242)
#D3E4F3
(211,228,243)
#D8E7F4
(216,231,244)
#DDEAF5
(221,234,245)
#E2EDF6
(226,237,246)
#E7F0F7
(231,240,247)
#ECF3F8
(236,243,248)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD8EF; }

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

This text font color is #BFD8EF.


Background Color

.myBgColor { background-color: #BFD8EF; }

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

This div background color is #BFD8EF.


Border color

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

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

This div border color is #BFD8EF.


Opacity

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

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

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

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

This text has shadow with #BFD8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD8EF on black background.


Color preview on white background

This text has color #BFD8EF on white background.



Black color preview on #BFD8EF background

This text has black color on #BFD8EF background.


White color preview on #BFD8EF background

This text has white color on #BFD8EF background.