COLOR #BFDBEC

HEX: #BFDBEC
RGB: (191,219,236)

Color info

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

RGB color model

#BFDBEC color RGB value is (191,219,236).

  • red value is 191;
  • green value is 219;
  • blue value is 236.
RGB:
(191,219,236)
(75%,86%,93%)

RGB channels and saturation

R 191 of 255 = 75%
G 219 of 255 = 86%
B 236 of 255 = 93%

191
219
236

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

Portions of RGB colors in percentages

R + G + B =
191 + 219 + 236 = 646 (100%)
R 191 of 646 ~ 29.57%
G 219 of 646 ~ 33.9%
B 236 of 646 ~ 36.53%

%29.57
%33.9
%36.53

CMYK color model

#BFDBEC color CMYK value is (19,7,0,7).

  • cyan value is 19.07%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(19,7,0,7)
C19M7Y0K7 
(19%,7%,0%,7%)
(0.19/0.07/0.00/0.07)	

CMYK percentages

%19.07
%7.2
%0
%7.45

Codes

Color #BFDBEC in popluar color models

BFDBEC
RGB191219236
HSL203°54.22%83.73%
HSB/HSV203°19.07%92.55%
CMYK19.07%7.20%0.00%
7.45%

Color #BFDBEC in popluar number systems.

HEXBFDBEC
Decimal191219236
Binary101111111101101111101100
Octal277333354

Shades and tints

Shades of #BFDBEC

#BFDBEC
(191,219,236)
#AEC8D7
(174,200,215)
#9DB5C2
(157,181,194)
#8CA2AD
(140,162,173)
#7B8F98
(123,143,152)
#6A7C83
(106,124,131)
#59696E
(89,105,110)
#485659
(72,86,89)
#374344
(55,67,68)
#26302F
(38,48,47)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #BFDBEC

#BFDBEC
(191,219,236)
#C4DEED
(196,222,237)
#C9E1EE
(201,225,238)
#CEE4EF
(206,228,239)
#D3E7F0
(211,231,240)
#D8EAF1
(216,234,241)
#DDEDF2
(221,237,242)
#E2F0F3
(226,240,243)
#E7F3F4
(231,243,244)
#ECF6F5
(236,246,245)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFDBEC color. Also use rgb(191,219,236) instead hex code.

Text Font Color

.myTextColor { color: #BFDBEC; }

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

This text font color is #BFDBEC.


Background Color

.myBgColor { background-color: #BFDBEC; }

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

This div background color is #BFDBEC.


Border color

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

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

This div border color is #BFDBEC.


Opacity

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

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

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

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

This text has shadow with #BFDBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDBEC on black background.


Color preview on white background

This text has color #BFDBEC on white background.



Black color preview on #BFDBEC background

This text has black color on #BFDBEC background.


White color preview on #BFDBEC background

This text has white color on #BFDBEC background.