COLOR #BFEFE5

HEX: #BFEFE5
RGB: (191,239,229)

Color info

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

RGB color model

#BFEFE5 color RGB value is (191,239,229).

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

RGB channels and saturation

R 191 of 255 = 75%
G 239 of 255 = 94%
B 229 of 255 = 90%

191
239
229

R + G + B ~ 86%. #BFEFE5 is light color.

Portions of RGB colors in percentages

R + G + B =
191 + 239 + 229 = 659 (100%)
R 191 of 659 ~ 28.98%
G 239 of 659 ~ 36.27%
B 229 of 659 ~ 34.75%

%28.98
%36.27
%34.75

CMYK color model

#BFEFE5 color CMYK value is (20,0,4,6).

  • cyan value is 20.08%
  • magenta value is 0.00%
  • yellow value is 4.18%
  • key color value is 6.27%
CMYK:
(20,0,4,6)
C20M0Y4K6 
(20%,0%,4%,6%)
(0.20/0.00/0.04/0.06)	

CMYK percentages

%20.08
%0
%4.18
%6.27

Codes

Color #BFEFE5 in popluar color models

BFEFE5
RGB191239229
HSL168°60.00%84.31%
HSB/HSV168°20.08%93.73%
CMYK20.08%0.00%4.18%
6.27%

Color #BFEFE5 in popluar number systems.

HEXBFEFE5
Decimal191239229
Binary101111111110111111100101
Octal277357345

Shades and tints

Shades of #BFEFE5

#BFEFE5
(191,239,229)
#AEDAD1
(174,218,209)
#9DC5BD
(157,197,189)
#8CB0A9
(140,176,169)
#7B9B95
(123,155,149)
#6A8681
(106,134,129)
#59716D
(89,113,109)
#485C59
(72,92,89)
#374745
(55,71,69)
#263231
(38,50,49)
#151D1D
(21,29,29)
#000000
(0,0,0)

Tints of #BFEFE5

#BFEFE5
(191,239,229)
#C4F0E7
(196,240,231)
#C9F1E9
(201,241,233)
#CEF2EB
(206,242,235)
#D3F3ED
(211,243,237)
#D8F4EF
(216,244,239)
#DDF5F1
(221,245,241)
#E2F6F3
(226,246,243)
#E7F7F5
(231,247,245)
#ECF8F7
(236,248,247)
#F1F9F9
(241,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFEFE5; }

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

This text font color is #BFEFE5.


Background Color

.myBgColor { background-color: #BFEFE5; }

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

This div background color is #BFEFE5.


Border color

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

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

This div border color is #BFEFE5.


Opacity

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

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

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

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

This text has shadow with #BFEFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFEFE5 on black background.


Color preview on white background

This text has color #BFEFE5 on white background.



Black color preview on #BFEFE5 background

This text has black color on #BFEFE5 background.


White color preview on #BFEFE5 background

This text has white color on #BFEFE5 background.