COLOR #BFE7CA

HEX: #BFE7CA
RGB: (191,231,202)

Color info

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

RGB color model

#BFE7CA color RGB value is (191,231,202).

  • red value is 191;
  • green value is 231;
  • blue value is 202.
RGB:
(191,231,202)
(75%,91%,79%)

RGB channels and saturation

R 191 of 255 = 75%
G 231 of 255 = 91%
B 202 of 255 = 79%

191
231
202

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

Portions of RGB colors in percentages

R + G + B =
191 + 231 + 202 = 624 (100%)
R 191 of 624 ~ 30.61%
G 231 of 624 ~ 37.02%
B 202 of 624 ~ 32.37%

%30.61
%37.02
%32.37

CMYK color model

#BFE7CA color CMYK value is (17,0,13,9).

  • cyan value is 17.32%
  • magenta value is 0.00%
  • yellow value is 12.55%
  • key color value is 9.41%
CMYK:
(17,0,13,9)
C17M0Y13K9 
(17%,0%,13%,9%)
(0.17/0.00/0.13/0.09)	

CMYK percentages

%17.32
%0
%12.55
%9.41

Codes

Color #BFE7CA in popluar color models

BFE7CA
RGB191231202
HSL137°45.45%82.75%
HSB/HSV137°17.32%90.59%
CMYK17.32%0.00%12.55%
9.41%

Color #BFE7CA in popluar number systems.

HEXBFE7CA
Decimal191231202
Binary101111111110011111001010
Octal277347312

Shades and tints

Shades of #BFE7CA

#BFE7CA
(191,231,202)
#AED2B8
(174,210,184)
#9DBDA6
(157,189,166)
#8CA894
(140,168,148)
#7B9382
(123,147,130)
#6A7E70
(106,126,112)
#59695E
(89,105,94)
#48544C
(72,84,76)
#373F3A
(55,63,58)
#262A28
(38,42,40)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #BFE7CA

#BFE7CA
(191,231,202)
#C4E9CE
(196,233,206)
#C9EBD2
(201,235,210)
#CEEDD6
(206,237,214)
#D3EFDA
(211,239,218)
#D8F1DE
(216,241,222)
#DDF3E2
(221,243,226)
#E2F5E6
(226,245,230)
#E7F7EA
(231,247,234)
#ECF9EE
(236,249,238)
#F1FBF2
(241,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE7CA color. Also use rgb(191,231,202) instead hex code.

Text Font Color

.myTextColor { color: #BFE7CA; }

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

This text font color is #BFE7CA.


Background Color

.myBgColor { background-color: #BFE7CA; }

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

This div background color is #BFE7CA.


Border color

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

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

This div border color is #BFE7CA.


Opacity

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

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

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

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

This text has shadow with #BFE7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE7CA on black background.


Color preview on white background

This text has color #BFE7CA on white background.



Black color preview on #BFE7CA background

This text has black color on #BFE7CA background.


White color preview on #BFE7CA background

This text has white color on #BFE7CA background.