COLOR #BFE1C7

HEX: #BFE1C7
RGB: (191,225,199)

Color info

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

RGB color model

#BFE1C7 color RGB value is (191,225,199).

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

RGB channels and saturation

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

191
225
199

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

Portions of RGB colors in percentages

R + G + B =
191 + 225 + 199 = 615 (100%)
R 191 of 615 ~ 31.06%
G 225 of 615 ~ 36.59%
B 199 of 615 ~ 32.36%

%31.06
%36.59
%32.36

CMYK color model

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

  • cyan value is 15.11%
  • magenta value is 0.00%
  • yellow value is 11.56%
  • key color value is 11.76%
CMYK:
(15,0,12,12)
C15M0Y12K12 
(15%,0%,12%,12%)
(0.15/0.00/0.12/0.12)	

CMYK percentages

%15.11
%0
%11.56
%11.76

Codes

Color #BFE1C7 in popluar color models

BFE1C7
RGB191225199
HSL134°36.17%81.57%
HSB/HSV134°15.11%88.24%
CMYK15.11%0.00%11.56%
11.76%

Color #BFE1C7 in popluar number systems.

HEXBFE1C7
Decimal191225199
Binary101111111110000111000111
Octal277341307

Shades and tints

Shades of #BFE1C7

#BFE1C7
(191,225,199)
#AECDB5
(174,205,181)
#9DB9A3
(157,185,163)
#8CA591
(140,165,145)
#7B917F
(123,145,127)
#6A7D6D
(106,125,109)
#59695B
(89,105,91)
#485549
(72,85,73)
#374137
(55,65,55)
#262D25
(38,45,37)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #BFE1C7

#BFE1C7
(191,225,199)
#C4E3CC
(196,227,204)
#C9E5D1
(201,229,209)
#CEE7D6
(206,231,214)
#D3E9DB
(211,233,219)
#D8EBE0
(216,235,224)
#DDEDE5
(221,237,229)
#E2EFEA
(226,239,234)
#E7F1EF
(231,241,239)
#ECF3F4
(236,243,244)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE1C7; }

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

This text font color is #BFE1C7.


Background Color

.myBgColor { background-color: #BFE1C7; }

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

This div background color is #BFE1C7.


Border color

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

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

This div border color is #BFE1C7.


Opacity

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

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

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

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

This text has shadow with #BFE1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE1C7 on black background.


Color preview on white background

This text has color #BFE1C7 on white background.



Black color preview on #BFE1C7 background

This text has black color on #BFE1C7 background.


White color preview on #BFE1C7 background

This text has white color on #BFE1C7 background.