COLOR #BFEFD5

HEX: #BFEFD5
RGB: (191,239,213)

Color info

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

RGB color model

#BFEFD5 color RGB value is (191,239,213).

  • red value is 191;
  • green value is 239;
  • blue value is 213.
RGB:
(191,239,213)
(75%,94%,84%)

RGB channels and saturation

R 191 of 255 = 75%
G 239 of 255 = 94%
B 213 of 255 = 84%

191
239
213

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

Portions of RGB colors in percentages

R + G + B =
191 + 239 + 213 = 643 (100%)
R 191 of 643 ~ 29.7%
G 239 of 643 ~ 37.17%
B 213 of 643 ~ 33.13%

%29.7
%37.17
%33.13

CMYK color model

#BFEFD5 color CMYK value is (20,0,11,6).

  • cyan value is 20.08%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 6.27%
CMYK:
(20,0,11,6)
C20M0Y11K6 
(20%,0%,11%,6%)
(0.20/0.00/0.11/0.06)	

CMYK percentages

%20.08
%0
%10.88
%6.27

Codes

Color #BFEFD5 in popluar color models

BFEFD5
RGB191239213
HSL148°60.00%84.31%
HSB/HSV148°20.08%93.73%
CMYK20.08%0.00%10.88%
6.27%

Color #BFEFD5 in popluar number systems.

HEXBFEFD5
Decimal191239213
Binary101111111110111111010101
Octal277357325

Shades and tints

Shades of #BFEFD5

#BFEFD5
(191,239,213)
#AEDAC2
(174,218,194)
#9DC5AF
(157,197,175)
#8CB09C
(140,176,156)
#7B9B89
(123,155,137)
#6A8676
(106,134,118)
#597163
(89,113,99)
#485C50
(72,92,80)
#37473D
(55,71,61)
#26322A
(38,50,42)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #BFEFD5

#BFEFD5
(191,239,213)
#C4F0D8
(196,240,216)
#C9F1DB
(201,241,219)
#CEF2DE
(206,242,222)
#D3F3E1
(211,243,225)
#D8F4E4
(216,244,228)
#DDF5E7
(221,245,231)
#E2F6EA
(226,246,234)
#E7F7ED
(231,247,237)
#ECF8F0
(236,248,240)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFEFD5 color. Also use rgb(191,239,213) instead hex code.

Text Font Color

.myTextColor { color: #BFEFD5; }

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

This text font color is #BFEFD5.


Background Color

.myBgColor { background-color: #BFEFD5; }

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

This div background color is #BFEFD5.


Border color

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

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

This div border color is #BFEFD5.


Opacity

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

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

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

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

This text has shadow with #BFEFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFEFD5 on black background.


Color preview on white background

This text has color #BFEFD5 on white background.



Black color preview on #BFEFD5 background

This text has black color on #BFEFD5 background.


White color preview on #BFEFD5 background

This text has white color on #BFEFD5 background.