COLOR #BFE4DB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

191
228
219

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

Portions of RGB colors in percentages

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

%29.94
%35.74
%34.33

CMYK color model

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

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

CMYK percentages

%16.23
%0
%3.95
%10.59

Codes

Color #BFE4DB in popluar color models

BFE4DB
RGB191228219
HSL165°40.66%82.16%
HSB/HSV165°16.23%89.41%
CMYK16.23%0.00%3.95%
10.59%

Color #BFE4DB in popluar number systems.

HEXBFE4DB
Decimal191228219
Binary101111111110010011011011
Octal277344333

Shades and tints

Shades of #BFE4DB

#BFE4DB
(191,228,219)
#AED0C8
(174,208,200)
#9DBCB5
(157,188,181)
#8CA8A2
(140,168,162)
#7B948F
(123,148,143)
#6A807C
(106,128,124)
#596C69
(89,108,105)
#485856
(72,88,86)
#374443
(55,68,67)
#263030
(38,48,48)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #BFE4DB

#BFE4DB
(191,228,219)
#C4E6DE
(196,230,222)
#C9E8E1
(201,232,225)
#CEEAE4
(206,234,228)
#D3ECE7
(211,236,231)
#D8EEEA
(216,238,234)
#DDF0ED
(221,240,237)
#E2F2F0
(226,242,240)
#E7F4F3
(231,244,243)
#ECF6F6
(236,246,246)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE4DB; }

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

This text font color is #BFE4DB.


Background Color

.myBgColor { background-color: #BFE4DB; }

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

This div background color is #BFE4DB.


Border color

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

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

This div border color is #BFE4DB.


Opacity

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

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

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

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

This text has shadow with #BFE4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE4DB on black background.


Color preview on white background

This text has color #BFE4DB on white background.



Black color preview on #BFE4DB background

This text has black color on #BFE4DB background.


White color preview on #BFE4DB background

This text has white color on #BFE4DB background.