COLOR #BFE6CA

HEX: #BFE6CA
RGB: (191,230,202)

Color info

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

RGB color model

#BFE6CA color RGB value is (191,230,202).

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

RGB channels and saturation

R 191 of 255 = 75%
G 230 of 255 = 90%
B 202 of 255 = 79%

191
230
202

R + G + B ~ 81%. #BFE6CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 230 + 202 = 623 (100%)
R 191 of 623 ~ 30.66%
G 230 of 623 ~ 36.92%
B 202 of 623 ~ 32.42%

%30.66
%36.92
%32.42

CMYK color model

#BFE6CA color CMYK value is (17,0,12,10).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 12.17%
  • key color value is 9.80%
CMYK:
(17,0,12,10)
C17M0Y12K10 
(17%,0%,12%,10%)
(0.17/0.00/0.12/0.10)	

CMYK percentages

%16.96
%0
%12.17
%9.8

Codes

Color #BFE6CA in popluar color models

BFE6CA
RGB191230202
HSL137°43.82%82.55%
HSB/HSV137°16.96%90.20%
CMYK16.96%0.00%12.17%
9.80%

Color #BFE6CA in popluar number systems.

HEXBFE6CA
Decimal191230202
Binary101111111110011011001010
Octal277346312

Shades and tints

Shades of #BFE6CA

#BFE6CA
(191,230,202)
#AED2B8
(174,210,184)
#9DBEA6
(157,190,166)
#8CAA94
(140,170,148)
#7B9682
(123,150,130)
#6A8270
(106,130,112)
#596E5E
(89,110,94)
#485A4C
(72,90,76)
#37463A
(55,70,58)
#263228
(38,50,40)
#151E16
(21,30,22)
#000000
(0,0,0)

Tints of #BFE6CA

#BFE6CA
(191,230,202)
#C4E8CE
(196,232,206)
#C9EAD2
(201,234,210)
#CEECD6
(206,236,214)
#D3EEDA
(211,238,218)
#D8F0DE
(216,240,222)
#DDF2E2
(221,242,226)
#E2F4E6
(226,244,230)
#E7F6EA
(231,246,234)
#ECF8EE
(236,248,238)
#F1FAF2
(241,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE6CA; }

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

This text font color is #BFE6CA.


Background Color

.myBgColor { background-color: #BFE6CA; }

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

This div background color is #BFE6CA.


Border color

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

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

This div border color is #BFE6CA.


Opacity

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

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

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

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

This text has shadow with #BFE6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE6CA on black background.


Color preview on white background

This text has color #BFE6CA on white background.



Black color preview on #BFE6CA background

This text has black color on #BFE6CA background.


White color preview on #BFE6CA background

This text has white color on #BFE6CA background.