COLOR #BFDBE4

HEX: #BFDBE4
RGB: (191,219,228)

Color info

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

RGB color model

#BFDBE4 color RGB value is (191,219,228).

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

RGB channels and saturation

R 191 of 255 = 75%
G 219 of 255 = 86%
B 228 of 255 = 89%

191
219
228

R + G + B ~ 83%. #BFDBE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 219 + 228 = 638 (100%)
R 191 of 638 ~ 29.94%
G 219 of 638 ~ 34.33%
B 228 of 638 ~ 35.74%

%29.94
%34.33
%35.74

CMYK color model

#BFDBE4 color CMYK value is (16,4,0,11).

  • cyan value is 16.23%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(16,4,0,11)
C16M4Y0K11 
(16%,4%,0%,11%)
(0.16/0.04/0.00/0.11)	

CMYK percentages

%16.23
%3.95
%0
%10.59

Codes

Color #BFDBE4 in popluar color models

BFDBE4
RGB191219228
HSL195°40.66%82.16%
HSB/HSV195°16.23%89.41%
CMYK16.23%3.95%0.00%
10.59%

Color #BFDBE4 in popluar number systems.

HEXBFDBE4
Decimal191219228
Binary101111111101101111100100
Octal277333344

Shades and tints

Shades of #BFDBE4

#BFDBE4
(191,219,228)
#AEC8D0
(174,200,208)
#9DB5BC
(157,181,188)
#8CA2A8
(140,162,168)
#7B8F94
(123,143,148)
#6A7C80
(106,124,128)
#59696C
(89,105,108)
#485658
(72,86,88)
#374344
(55,67,68)
#263030
(38,48,48)
#151D1C
(21,29,28)
#000000
(0,0,0)

Tints of #BFDBE4

#BFDBE4
(191,219,228)
#C4DEE6
(196,222,230)
#C9E1E8
(201,225,232)
#CEE4EA
(206,228,234)
#D3E7EC
(211,231,236)
#D8EAEE
(216,234,238)
#DDEDF0
(221,237,240)
#E2F0F2
(226,240,242)
#E7F3F4
(231,243,244)
#ECF6F6
(236,246,246)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDBE4; }

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

This text font color is #BFDBE4.


Background Color

.myBgColor { background-color: #BFDBE4; }

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

This div background color is #BFDBE4.


Border color

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

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

This div border color is #BFDBE4.


Opacity

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

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

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

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

This text has shadow with #BFDBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDBE4 on black background.


Color preview on white background

This text has color #BFDBE4 on white background.



Black color preview on #BFDBE4 background

This text has black color on #BFDBE4 background.


White color preview on #BFDBE4 background

This text has white color on #BFDBE4 background.