COLOR #BFE3DB

HEX: #BFE3DB
RGB: (191,227,219)

Color info

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

RGB color model

#BFE3DB color RGB value is (191,227,219).

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

RGB channels and saturation

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

191
227
219

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

Portions of RGB colors in percentages

R + G + B =
191 + 227 + 219 = 637 (100%)
R 191 of 637 ~ 29.98%
G 227 of 637 ~ 35.64%
B 219 of 637 ~ 34.38%

%29.98
%35.64
%34.38

CMYK color model

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

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

CMYK percentages

%15.86
%0
%3.52
%10.98

Codes

Color #BFE3DB in popluar color models

BFE3DB
RGB191227219
HSL167°39.13%81.96%
HSB/HSV167°15.86%89.02%
CMYK15.86%0.00%3.52%
10.98%

Color #BFE3DB in popluar number systems.

HEXBFE3DB
Decimal191227219
Binary101111111110001111011011
Octal277343333

Shades and tints

Shades of #BFE3DB

#BFE3DB
(191,227,219)
#AECFC8
(174,207,200)
#9DBBB5
(157,187,181)
#8CA7A2
(140,167,162)
#7B938F
(123,147,143)
#6A7F7C
(106,127,124)
#596B69
(89,107,105)
#485756
(72,87,86)
#374343
(55,67,67)
#262F30
(38,47,48)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #BFE3DB

#BFE3DB
(191,227,219)
#C4E5DE
(196,229,222)
#C9E7E1
(201,231,225)
#CEE9E4
(206,233,228)
#D3EBE7
(211,235,231)
#D8EDEA
(216,237,234)
#DDEFED
(221,239,237)
#E2F1F0
(226,241,240)
#E7F3F3
(231,243,243)
#ECF5F6
(236,245,246)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE3DB; }

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

This text font color is #BFE3DB.


Background Color

.myBgColor { background-color: #BFE3DB; }

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

This div background color is #BFE3DB.


Border color

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

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

This div border color is #BFE3DB.


Opacity

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

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

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

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

This text has shadow with #BFE3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE3DB on black background.


Color preview on white background

This text has color #BFE3DB on white background.



Black color preview on #BFE3DB background

This text has black color on #BFE3DB background.


White color preview on #BFE3DB background

This text has white color on #BFE3DB background.