COLOR #BFE5D9

HEX: #BFE5D9
RGB: (191,229,217)

Color info

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

RGB color model

#BFE5D9 color RGB value is (191,229,217).

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

RGB channels and saturation

R 191 of 255 = 75%
G 229 of 255 = 90%
B 217 of 255 = 85%

191
229
217

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

Portions of RGB colors in percentages

R + G + B =
191 + 229 + 217 = 637 (100%)
R 191 of 637 ~ 29.98%
G 229 of 637 ~ 35.95%
B 217 of 637 ~ 34.07%

%29.98
%35.95
%34.07

CMYK color model

#BFE5D9 color CMYK value is (17,0,5,10).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 5.24%
  • key color value is 10.20%
CMYK:
(17,0,5,10)
C17M0Y5K10 
(17%,0%,5%,10%)
(0.17/0.00/0.05/0.10)	

CMYK percentages

%16.59
%0
%5.24
%10.2

Codes

Color #BFE5D9 in popluar color models

BFE5D9
RGB191229217
HSL161°42.22%82.35%
HSB/HSV161°16.59%89.80%
CMYK16.59%0.00%5.24%
10.20%

Color #BFE5D9 in popluar number systems.

HEXBFE5D9
Decimal191229217
Binary101111111110010111011001
Octal277345331

Shades and tints

Shades of #BFE5D9

#BFE5D9
(191,229,217)
#AED1C6
(174,209,198)
#9DBDB3
(157,189,179)
#8CA9A0
(140,169,160)
#7B958D
(123,149,141)
#6A817A
(106,129,122)
#596D67
(89,109,103)
#485954
(72,89,84)
#374541
(55,69,65)
#26312E
(38,49,46)
#151D1B
(21,29,27)
#000000
(0,0,0)

Tints of #BFE5D9

#BFE5D9
(191,229,217)
#C4E7DC
(196,231,220)
#C9E9DF
(201,233,223)
#CEEBE2
(206,235,226)
#D3EDE5
(211,237,229)
#D8EFE8
(216,239,232)
#DDF1EB
(221,241,235)
#E2F3EE
(226,243,238)
#E7F5F1
(231,245,241)
#ECF7F4
(236,247,244)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE5D9; }

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

This text font color is #BFE5D9.


Background Color

.myBgColor { background-color: #BFE5D9; }

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

This div background color is #BFE5D9.


Border color

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

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

This div border color is #BFE5D9.


Opacity

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

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

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

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

This text has shadow with #BFE5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE5D9 on black background.


Color preview on white background

This text has color #BFE5D9 on white background.



Black color preview on #BFE5D9 background

This text has black color on #BFE5D9 background.


White color preview on #BFE5D9 background

This text has white color on #BFE5D9 background.