COLOR #BFE4DA

HEX: #BFE4DA
RGB: (191,228,218)

Color info

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

RGB color model

#BFE4DA color RGB value is (191,228,218).

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

RGB channels and saturation

R 191 of 255 = 75%
G 228 of 255 = 89%
B 218 of 255 = 85%

191
228
218

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

Portions of RGB colors in percentages

R + G + B =
191 + 228 + 218 = 637 (100%)
R 191 of 637 ~ 29.98%
G 228 of 637 ~ 35.79%
B 218 of 637 ~ 34.22%

%29.98
%35.79
%34.22

CMYK color model

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

  • cyan value is 16.23%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • 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
%4.39
%10.59

Codes

Color #BFE4DA in popluar color models

BFE4DA
RGB191228218
HSL164°40.66%82.16%
HSB/HSV164°16.23%89.41%
CMYK16.23%0.00%4.39%
10.59%

Color #BFE4DA in popluar number systems.

HEXBFE4DA
Decimal191228218
Binary101111111110010011011010
Octal277344332

Shades and tints

Shades of #BFE4DA

#BFE4DA
(191,228,218)
#AED0C7
(174,208,199)
#9DBCB4
(157,188,180)
#8CA8A1
(140,168,161)
#7B948E
(123,148,142)
#6A807B
(106,128,123)
#596C68
(89,108,104)
#485855
(72,88,85)
#374442
(55,68,66)
#26302F
(38,48,47)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #BFE4DA

#BFE4DA
(191,228,218)
#C4E6DD
(196,230,221)
#C9E8E0
(201,232,224)
#CEEAE3
(206,234,227)
#D3ECE6
(211,236,230)
#D8EEE9
(216,238,233)
#DDF0EC
(221,240,236)
#E2F2EF
(226,242,239)
#E7F4F2
(231,244,242)
#ECF6F5
(236,246,245)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE4DA; }

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

This text font color is #BFE4DA.


Background Color

.myBgColor { background-color: #BFE4DA; }

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

This div background color is #BFE4DA.


Border color

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

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

This div border color is #BFE4DA.


Opacity

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

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

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

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

This text has shadow with #BFE4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE4DA on black background.


Color preview on white background

This text has color #BFE4DA on white background.



Black color preview on #BFE4DA background

This text has black color on #BFE4DA background.


White color preview on #BFE4DA background

This text has white color on #BFE4DA background.