COLOR #BFEDC5

HEX: #BFEDC5
RGB: (191,237,197)

Color info

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

RGB color model

#BFEDC5 color RGB value is (191,237,197).

  • red value is 191;
  • green value is 237;
  • blue value is 197.
RGB:
(191,237,197)
(75%,93%,77%)

RGB channels and saturation

R 191 of 255 = 75%
G 237 of 255 = 93%
B 197 of 255 = 77%

191
237
197

R + G + B ~ 82%. #BFEDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 237 + 197 = 625 (100%)
R 191 of 625 ~ 30.56%
G 237 of 625 ~ 37.92%
B 197 of 625 ~ 31.52%

%30.56
%37.92
%31.52

CMYK color model

#BFEDC5 color CMYK value is (19,0,17,7).

  • cyan value is 19.41%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 7.06%
CMYK:
(19,0,17,7)
C19M0Y17K7 
(19%,0%,17%,7%)
(0.19/0.00/0.17/0.07)	

CMYK percentages

%19.41
%0
%16.88
%7.06

Codes

Color #BFEDC5 in popluar color models

BFEDC5
RGB191237197
HSL128°56.10%83.92%
HSB/HSV128°19.41%92.94%
CMYK19.41%0.00%16.88%
7.06%

Color #BFEDC5 in popluar number systems.

HEXBFEDC5
Decimal191237197
Binary101111111110110111000101
Octal277355305

Shades and tints

Shades of #BFEDC5

#BFEDC5
(191,237,197)
#AED8B4
(174,216,180)
#9DC3A3
(157,195,163)
#8CAE92
(140,174,146)
#7B9981
(123,153,129)
#6A8470
(106,132,112)
#596F5F
(89,111,95)
#485A4E
(72,90,78)
#37453D
(55,69,61)
#26302C
(38,48,44)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #BFEDC5

#BFEDC5
(191,237,197)
#C4EECA
(196,238,202)
#C9EFCF
(201,239,207)
#CEF0D4
(206,240,212)
#D3F1D9
(211,241,217)
#D8F2DE
(216,242,222)
#DDF3E3
(221,243,227)
#E2F4E8
(226,244,232)
#E7F5ED
(231,245,237)
#ECF6F2
(236,246,242)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFEDC5 color. Also use rgb(191,237,197) instead hex code.

Text Font Color

.myTextColor { color: #BFEDC5; }

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

This text font color is #BFEDC5.


Background Color

.myBgColor { background-color: #BFEDC5; }

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

This div background color is #BFEDC5.


Border color

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

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

This div border color is #BFEDC5.


Opacity

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

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

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

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

This text has shadow with #BFEDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFEDC5 on black background.


Color preview on white background

This text has color #BFEDC5 on white background.



Black color preview on #BFEDC5 background

This text has black color on #BFEDC5 background.


White color preview on #BFEDC5 background

This text has white color on #BFEDC5 background.