COLOR #BFD2EF

HEX: #BFD2EF
RGB: (191,210,239)

Color info

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

RGB color model

#BFD2EF color RGB value is (191,210,239).

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

RGB channels and saturation

R 191 of 255 = 75%
G 210 of 255 = 82%
B 239 of 255 = 94%

191
210
239

R + G + B ~ 84%. #BFD2EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 210 + 239 = 640 (100%)
R 191 of 640 ~ 29.84%
G 210 of 640 ~ 32.81%
B 239 of 640 ~ 37.34%

%29.84
%32.81
%37.34

CMYK color model

#BFD2EF color CMYK value is (20,12,0,6).

  • cyan value is 20.08%
  • magenta value is 12.13%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(20,12,0,6)
C20M12Y0K6 
(20%,12%,0%,6%)
(0.20/0.12/0.00/0.06)	

CMYK percentages

%20.08
%12.13
%0
%6.27

Codes

Color #BFD2EF in popluar color models

BFD2EF
RGB191210239
HSL216°60.00%84.31%
HSB/HSV216°20.08%93.73%
CMYK20.08%12.13%0.00%
6.27%

Color #BFD2EF in popluar number systems.

HEXBFD2EF
Decimal191210239
Binary101111111101001011101111
Octal277322357

Shades and tints

Shades of #BFD2EF

#BFD2EF
(191,210,239)
#AEBFDA
(174,191,218)
#9DACC5
(157,172,197)
#8C99B0
(140,153,176)
#7B869B
(123,134,155)
#6A7386
(106,115,134)
#596071
(89,96,113)
#484D5C
(72,77,92)
#373A47
(55,58,71)
#262732
(38,39,50)
#15141D
(21,20,29)
#000000
(0,0,0)

Tints of #BFD2EF

#BFD2EF
(191,210,239)
#C4D6F0
(196,214,240)
#C9DAF1
(201,218,241)
#CEDEF2
(206,222,242)
#D3E2F3
(211,226,243)
#D8E6F4
(216,230,244)
#DDEAF5
(221,234,245)
#E2EEF6
(226,238,246)
#E7F2F7
(231,242,247)
#ECF6F8
(236,246,248)
#F1FAF9
(241,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD2EF; }

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

This text font color is #BFD2EF.


Background Color

.myBgColor { background-color: #BFD2EF; }

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

This div background color is #BFD2EF.


Border color

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

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

This div border color is #BFD2EF.


Opacity

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

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

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

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

This text has shadow with #BFD2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD2EF on black background.


Color preview on white background

This text has color #BFD2EF on white background.



Black color preview on #BFD2EF background

This text has black color on #BFD2EF background.


White color preview on #BFD2EF background

This text has white color on #BFD2EF background.