COLOR #BFE1D9

HEX: #BFE1D9
RGB: (191,225,217)

Color info

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

RGB color model

#BFE1D9 color RGB value is (191,225,217).

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

RGB channels and saturation

R 191 of 255 = 75%
G 225 of 255 = 88%
B 217 of 255 = 85%

191
225
217

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

Portions of RGB colors in percentages

R + G + B =
191 + 225 + 217 = 633 (100%)
R 191 of 633 ~ 30.17%
G 225 of 633 ~ 35.55%
B 217 of 633 ~ 34.28%

%30.17
%35.55
%34.28

CMYK color model

#BFE1D9 color CMYK value is (15,0,4,12).

  • cyan value is 15.11%
  • magenta value is 0.00%
  • yellow value is 3.56%
  • key color value is 11.76%
CMYK:
(15,0,4,12)
C15M0Y4K12 
(15%,0%,4%,12%)
(0.15/0.00/0.04/0.12)	

CMYK percentages

%15.11
%0
%3.56
%11.76

Codes

Color #BFE1D9 in popluar color models

BFE1D9
RGB191225217
HSL166°36.17%81.57%
HSB/HSV166°15.11%88.24%
CMYK15.11%0.00%3.56%
11.76%

Color #BFE1D9 in popluar number systems.

HEXBFE1D9
Decimal191225217
Binary101111111110000111011001
Octal277341331

Shades and tints

Shades of #BFE1D9

#BFE1D9
(191,225,217)
#AECDC6
(174,205,198)
#9DB9B3
(157,185,179)
#8CA5A0
(140,165,160)
#7B918D
(123,145,141)
#6A7D7A
(106,125,122)
#596967
(89,105,103)
#485554
(72,85,84)
#374141
(55,65,65)
#262D2E
(38,45,46)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #BFE1D9

#BFE1D9
(191,225,217)
#C4E3DC
(196,227,220)
#C9E5DF
(201,229,223)
#CEE7E2
(206,231,226)
#D3E9E5
(211,233,229)
#D8EBE8
(216,235,232)
#DDEDEB
(221,237,235)
#E2EFEE
(226,239,238)
#E7F1F1
(231,241,241)
#ECF3F4
(236,243,244)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE1D9; }

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

This text font color is #BFE1D9.


Background Color

.myBgColor { background-color: #BFE1D9; }

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

This div background color is #BFE1D9.


Border color

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

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

This div border color is #BFE1D9.


Opacity

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

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

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

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

This text has shadow with #BFE1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE1D9 on black background.


Color preview on white background

This text has color #BFE1D9 on white background.



Black color preview on #BFE1D9 background

This text has black color on #BFE1D9 background.


White color preview on #BFE1D9 background

This text has white color on #BFE1D9 background.