COLOR #BFE0C7

HEX: #BFE0C7
RGB: (191,224,199)

Color info

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

RGB color model

#BFE0C7 color RGB value is (191,224,199).

  • red value is 191;
  • green value is 224;
  • blue value is 199.
RGB:
(191,224,199)
(75%,88%,78%)

RGB channels and saturation

R 191 of 255 = 75%
G 224 of 255 = 88%
B 199 of 255 = 78%

191
224
199

R + G + B ~ 80%. #BFE0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 224 + 199 = 614 (100%)
R 191 of 614 ~ 31.11%
G 224 of 614 ~ 36.48%
B 199 of 614 ~ 32.41%

%31.11
%36.48
%32.41

CMYK color model

#BFE0C7 color CMYK value is (15,0,11,12).

  • cyan value is 14.73%
  • magenta value is 0.00%
  • yellow value is 11.16%
  • key color value is 12.16%
CMYK:
(15,0,11,12)
C15M0Y11K12 
(15%,0%,11%,12%)
(0.15/0.00/0.11/0.12)	

CMYK percentages

%14.73
%0
%11.16
%12.16

Codes

Color #BFE0C7 in popluar color models

BFE0C7
RGB191224199
HSL135°34.74%81.37%
HSB/HSV135°14.73%87.84%
CMYK14.73%0.00%11.16%
12.16%

Color #BFE0C7 in popluar number systems.

HEXBFE0C7
Decimal191224199
Binary101111111110000011000111
Octal277340307

Shades and tints

Shades of #BFE0C7

#BFE0C7
(191,224,199)
#AECCB5
(174,204,181)
#9DB8A3
(157,184,163)
#8CA491
(140,164,145)
#7B907F
(123,144,127)
#6A7C6D
(106,124,109)
#59685B
(89,104,91)
#485449
(72,84,73)
#374037
(55,64,55)
#262C25
(38,44,37)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #BFE0C7

#BFE0C7
(191,224,199)
#C4E2CC
(196,226,204)
#C9E4D1
(201,228,209)
#CEE6D6
(206,230,214)
#D3E8DB
(211,232,219)
#D8EAE0
(216,234,224)
#DDECE5
(221,236,229)
#E2EEEA
(226,238,234)
#E7F0EF
(231,240,239)
#ECF2F4
(236,242,244)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE0C7; }

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

This text font color is #BFE0C7.


Background Color

.myBgColor { background-color: #BFE0C7; }

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

This div background color is #BFE0C7.


Border color

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

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

This div border color is #BFE0C7.


Opacity

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

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

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

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

This text has shadow with #BFE0C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE0C7 on black background.


Color preview on white background

This text has color #BFE0C7 on white background.



Black color preview on #BFE0C7 background

This text has black color on #BFE0C7 background.


White color preview on #BFE0C7 background

This text has white color on #BFE0C7 background.