COLOR #BFE6CC

HEX: #BFE6CC RGB: (191,230,204)

Color info

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

RGB color model

#BFE6CC color RGB value is (191,230,204).

RGB: (191,230,204) (75%, 90%, 80%)

RGB channels and saturation

R 191 of 255 = 75%
G 230 of 255 = 90%
B 204 of 255 = 80%

191
230
204

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

Portions of RGB colors in percentages

R + G + B = 191 + 230 + 204 = 625 (100%)
R 191 of 625 ~ 30.56%
G 230 of 625 ~ 36.8%
B 204 of 625 ~ 32.64'%

%30.56
%36.8
%32.64

CMYK color model

#BFE6CC color CMYK value is (17,0,11,10).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 9.80%
CMYK: (17,0,11,10) C17M0Y11K10 (17%,0%,11%,10%) (0.17/0.00/0.11/0.10) 

CMYK percentages

%16.96
%0
%11.3
%9.8

Codes

Color #BFE6CC in popluar color models

BF E6 CC
RGB 191 230 204
HSL 140° 43.82% 82.55%
HSB/HSV 140° 16.96% 90.20%
CMYK 16.96% 0.00% 11.30%
9.80%

Color #BFE6CC in popluar number systems.

HEX BF E6 CC
Decimal 191 230 204
Binary 10111111 11100110 11001100
Octal 277 346 314

Shades and tints

Shades of #BFE6CC

#BFE6CC
(191,230,204)
#AED2BA
(174,210,186)
#9DBEA8
(157,190,168)
#8CAA96
(140,170,150)
#7B9684
(123,150,132)
#6A8272
(106,130,114)
#596E60
(89,110,96)
#485A4E
(72,90,78)
#37463C
(55,70,60)
#26322A
(38,50,42)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #BFE6CC

#BFE6CC
(191,230,204)
#C4E8D0
(196,232,208)
#C9EAD4
(201,234,212)
#CEECD8
(206,236,216)
#D3EEDC
(211,238,220)
#D8F0E0
(216,240,224)
#DDF2E4
(221,242,228)
#E2F4E8
(226,244,232)
#E7F6EC
(231,246,236)
#ECF8F0
(236,248,240)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE6CC; }

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

This text font color is #BFE6CC.


Background Color

.myBgColor { background-color: #BFE6CC; }

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

This div background color is #BFE6CC.


Border color

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

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

This div border color is #BFE6CC.


Opacity

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

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

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

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

This text has shadow with #BFE6CC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BFE6CC on black background.


Color preview on white background

This text has color #BFE6CC on white background.



Black color preview on #BFE6CC background

This text has black color on #BFE6CC background.


White color preview on #BFE6CC background

This text has white color on #BFE6CC background.