COLOR #BFD1E6

HEX: #BFD1E6
RGB: (191,209,230)

Color info

#BFD1E6 contains red, green and blue colors in about the same proportion. Web safe color of #BFD1E6 is #CCCCCC (or #CCC).

RGB color model

#BFD1E6 color RGB value is (191,209,230).

  • red value is 191;
  • green value is 209;
  • blue value is 230.
RGB:
(191,209,230)
(75%,82%,90%)

RGB channels and saturation

R 191 of 255 = 75%
G 209 of 255 = 82%
B 230 of 255 = 90%

191
209
230

R + G + B ~ 82%. #BFD1E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 209 + 230 = 630 (100%)
R 191 of 630 ~ 30.32%
G 209 of 630 ~ 33.17%
B 230 of 630 ~ 36.51%

%30.32
%33.17
%36.51

CMYK color model

#BFD1E6 color CMYK value is (17,9,0,10).

  • cyan value is 16.96%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(17,9,0,10)
C17M9Y0K10 
(17%,9%,0%,10%)
(0.17/0.09/0.00/0.10)	

CMYK percentages

%16.96
%9.13
%0
%9.8

Codes

Color #BFD1E6 in popluar color models

BFD1E6
RGB191209230
HSL212°43.82%82.55%
HSB/HSV212°16.96%90.20%
CMYK16.96%9.13%0.00%
9.80%

Color #BFD1E6 in popluar number systems.

HEXBFD1E6
Decimal191209230
Binary101111111101000111100110
Octal277321346

Shades and tints

Shades of #BFD1E6

#BFD1E6
(191,209,230)
#AEBED2
(174,190,210)
#9DABBE
(157,171,190)
#8C98AA
(140,152,170)
#7B8596
(123,133,150)
#6A7282
(106,114,130)
#595F6E
(89,95,110)
#484C5A
(72,76,90)
#373946
(55,57,70)
#262632
(38,38,50)
#15131E
(21,19,30)
#000000
(0,0,0)

Tints of #BFD1E6

#BFD1E6
(191,209,230)
#C4D5E8
(196,213,232)
#C9D9EA
(201,217,234)
#CEDDEC
(206,221,236)
#D3E1EE
(211,225,238)
#D8E5F0
(216,229,240)
#DDE9F2
(221,233,242)
#E2EDF4
(226,237,244)
#E7F1F6
(231,241,246)
#ECF5F8
(236,245,248)
#F1F9FA
(241,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD1E6 color. Also use rgb(191,209,230) instead hex code.

Text Font Color

.myTextColor { color: #BFD1E6; }

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

This text font color is #BFD1E6.


Background Color

.myBgColor { background-color: #BFD1E6; }

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

This div background color is #BFD1E6.


Border color

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

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

This div border color is #BFD1E6.


Opacity

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

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

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

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

This text has shadow with #BFD1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD1E6 on black background.


Color preview on white background

This text has color #BFD1E6 on white background.



Black color preview on #BFD1E6 background

This text has black color on #BFD1E6 background.


White color preview on #BFD1E6 background

This text has white color on #BFD1E6 background.