COLOR #BFECC7

HEX: #BFECC7 RGB: (191,236,199)

Color info

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

RGB color model

#BFECC7 color RGB value is (191,236,199).

RGB: (191,236,199) (75%, 93%, 78%)

RGB channels and saturation

R 191 of 255 = 75%
G 236 of 255 = 93%
B 199 of 255 = 78%

191
236
199

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

Portions of RGB colors in percentages

R + G + B = 191 + 236 + 199 = 626 (100%)
R 191 of 626 ~ 30.51%
G 236 of 626 ~ 37.7%
B 199 of 626 ~ 31.79'%

%30.51
%37.7
%31.79

CMYK color model

#BFECC7 color CMYK value is (19,0,16,7).

  • cyan value is 19.07%
  • magenta value is 0.00%
  • yellow value is 15.68%
  • key color value is 7.45%
CMYK: (19,0,16,7) C19M0Y16K7 (19%,0%,16%,7%) (0.19/0.00/0.16/0.07) 

CMYK percentages

%19.07
%0
%15.68
%7.45

Codes

Color #BFECC7 in popluar color models

BF EC C7
RGB 191 236 199
HSL 131° 54.22% 83.73%
HSB/HSV 131° 19.07% 92.55%
CMYK 19.07% 0.00% 15.68%
7.45%

Color #BFECC7 in popluar number systems.

HEX BF EC C7
Decimal 191 236 199
Binary 10111111 11101100 11000111
Octal 277 354 307

Shades and tints

Shades of #BFECC7

#BFECC7
(191,236,199)
#AED7B5
(174,215,181)
#9DC2A3
(157,194,163)
#8CAD91
(140,173,145)
#7B987F
(123,152,127)
#6A836D
(106,131,109)
#596E5B
(89,110,91)
#485949
(72,89,73)
#374437
(55,68,55)
#262F25
(38,47,37)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #BFECC7

#BFECC7
(191,236,199)
#C4EDCC
(196,237,204)
#C9EED1
(201,238,209)
#CEEFD6
(206,239,214)
#D3F0DB
(211,240,219)
#D8F1E0
(216,241,224)
#DDF2E5
(221,242,229)
#E2F3EA
(226,243,234)
#E7F4EF
(231,244,239)
#ECF5F4
(236,245,244)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFECC7 color. Also use rgb(191,236,199) instead hex code.

Text Font Color

.myTextColor { color: #BFECC7; }

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

This text font color is #BFECC7.

Background Color

.myBgColor { background-color: #BFECC7; }

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

This div background color is #BFECC7.

Border color

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

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

This div border color is #BFECC7.

Opacity

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

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

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

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

This text has shadow with #BFECC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFECC7.

Preview

Color preview on black background

This text has color #BFECC7 on black background.


Color preview on white background

This text has color #BFECC7 on white background.


Black color preview on #BFECC7 background

This text has black color on #BFECC7 background.


White color preview on #BFECC7 background

This text has white color on #BFECC7 background.


Related colors

Complementary color

Complementary color for #hex is #401338.


I love getcolorcode.com

Triadic colors

1 #C7BFEC and #ECC7BF with #BFECC7 are triadic colors.

2 #C7ECBF and #ECBFC7 with #BFECC7 are triadic colors.