COLOR #BFE9D9

HEX: #BFE9D9
RGB: (191,233,217)

Color info

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

RGB color model

#BFE9D9 color RGB value is (191,233,217).

  • red value is 191;
  • green value is 233;
  • blue value is 217.
RGB:
(191,233,217)
(75%,91%,85%)

RGB channels and saturation

R 191 of 255 = 75%
G 233 of 255 = 91%
B 217 of 255 = 85%

191
233
217

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

Portions of RGB colors in percentages

R + G + B =
191 + 233 + 217 = 641 (100%)
R 191 of 641 ~ 29.8%
G 233 of 641 ~ 36.35%
B 217 of 641 ~ 33.85%

%29.8
%36.35
%33.85

CMYK color model

#BFE9D9 color CMYK value is (18,0,7,9).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 8.63%
CMYK:
(18,0,7,9)
C18M0Y7K9 
(18%,0%,7%,9%)
(0.18/0.00/0.07/0.09)	

CMYK percentages

%18.03
%0
%6.87
%8.63

Codes

Color #BFE9D9 in popluar color models

BFE9D9
RGB191233217
HSL157°48.84%83.14%
HSB/HSV157°18.03%91.37%
CMYK18.03%0.00%6.87%
8.63%

Color #BFE9D9 in popluar number systems.

HEXBFE9D9
Decimal191233217
Binary101111111110100111011001
Octal277351331

Shades and tints

Shades of #BFE9D9

#BFE9D9
(191,233,217)
#AED4C6
(174,212,198)
#9DBFB3
(157,191,179)
#8CAAA0
(140,170,160)
#7B958D
(123,149,141)
#6A807A
(106,128,122)
#596B67
(89,107,103)
#485654
(72,86,84)
#374141
(55,65,65)
#262C2E
(38,44,46)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #BFE9D9

#BFE9D9
(191,233,217)
#C4EBDC
(196,235,220)
#C9EDDF
(201,237,223)
#CEEFE2
(206,239,226)
#D3F1E5
(211,241,229)
#D8F3E8
(216,243,232)
#DDF5EB
(221,245,235)
#E2F7EE
(226,247,238)
#E7F9F1
(231,249,241)
#ECFBF4
(236,251,244)
#F1FDF7
(241,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE9D9 color. Also use rgb(191,233,217) instead hex code.

Text Font Color

.myTextColor { color: #BFE9D9; }

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

This text font color is #BFE9D9.


Background Color

.myBgColor { background-color: #BFE9D9; }

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

This div background color is #BFE9D9.


Border color

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

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

This div border color is #BFE9D9.


Opacity

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

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

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

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

This text has shadow with #BFE9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE9D9 on black background.


Color preview on white background

This text has color #BFE9D9 on white background.



Black color preview on #BFE9D9 background

This text has black color on #BFE9D9 background.


White color preview on #BFE9D9 background

This text has white color on #BFE9D9 background.