COLOR #BFE8DB

HEX: #BFE8DB
RGB: (191,232,219)

Color info

#BFE8DB contains red, green and blue colors in about the same proportion. Web safe color of #BFE8DB is #CCFFCC (or #CFC).

RGB color model

#BFE8DB color RGB value is (191,232,219).

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

RGB channels and saturation

R 191 of 255 = 75%
G 232 of 255 = 91%
B 219 of 255 = 86%

191
232
219

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

Portions of RGB colors in percentages

R + G + B =
191 + 232 + 219 = 642 (100%)
R 191 of 642 ~ 29.75%
G 232 of 642 ~ 36.14%
B 219 of 642 ~ 34.11%

%29.75
%36.14
%34.11

CMYK color model

#BFE8DB color CMYK value is (18,0,6,9).

  • cyan value is 17.67%
  • magenta value is 0.00%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK:
(18,0,6,9)
C18M0Y6K9 
(18%,0%,6%,9%)
(0.18/0.00/0.06/0.09)	

CMYK percentages

%17.67
%0
%5.6
%9.02

Codes

Color #BFE8DB in popluar color models

BFE8DB
RGB191232219
HSL161°47.13%82.94%
HSB/HSV161°17.67%90.98%
CMYK17.67%0.00%5.60%
9.02%

Color #BFE8DB in popluar number systems.

HEXBFE8DB
Decimal191232219
Binary101111111110100011011011
Octal277350333

Shades and tints

Shades of #BFE8DB

#BFE8DB
(191,232,219)
#AED3C8
(174,211,200)
#9DBEB5
(157,190,181)
#8CA9A2
(140,169,162)
#7B948F
(123,148,143)
#6A7F7C
(106,127,124)
#596A69
(89,106,105)
#485556
(72,85,86)
#374043
(55,64,67)
#262B30
(38,43,48)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #BFE8DB

#BFE8DB
(191,232,219)
#C4EADE
(196,234,222)
#C9ECE1
(201,236,225)
#CEEEE4
(206,238,228)
#D3F0E7
(211,240,231)
#D8F2EA
(216,242,234)
#DDF4ED
(221,244,237)
#E2F6F0
(226,246,240)
#E7F8F3
(231,248,243)
#ECFAF6
(236,250,246)
#F1FCF9
(241,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE8DB; }

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

This text font color is #BFE8DB.


Background Color

.myBgColor { background-color: #BFE8DB; }

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

This div background color is #BFE8DB.


Border color

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

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

This div border color is #BFE8DB.


Opacity

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

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

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

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

This text has shadow with #BFE8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE8DB on black background.


Color preview on white background

This text has color #BFE8DB on white background.



Black color preview on #BFE8DB background

This text has black color on #BFE8DB background.


White color preview on #BFE8DB background

This text has white color on #BFE8DB background.