COLOR #BFF0CC

HEX: #BFF0CC
RGB: (191,240,204)

Color info

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

RGB color model

#BFF0CC color RGB value is (191,240,204).

  • red value is 191;
  • green value is 240;
  • blue value is 204.
RGB:
(191,240,204)
(75%,94%,80%)

RGB channels and saturation

R 191 of 255 = 75%
G 240 of 255 = 94%
B 204 of 255 = 80%

191
240
204

R + G + B ~ 83%. #BFF0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 240 + 204 = 635 (100%)
R 191 of 635 ~ 30.08%
G 240 of 635 ~ 37.8%
B 204 of 635 ~ 32.13%

%30.08
%37.8
%32.13

CMYK color model

#BFF0CC color CMYK value is (20,0,15,6).

  • cyan value is 20.42%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 5.88%
CMYK:
(20,0,15,6)
C20M0Y15K6 
(20%,0%,15%,6%)
(0.20/0.00/0.15/0.06)	

CMYK percentages

%20.42
%0
%15
%5.88

Codes

Color #BFF0CC in popluar color models

BFF0CC
RGB191240204
HSL136°62.03%84.51%
HSB/HSV136°20.42%94.12%
CMYK20.42%0.00%15.00%
5.88%

Color #BFF0CC in popluar number systems.

HEXBFF0CC
Decimal191240204
Binary101111111111000011001100
Octal277360314

Shades and tints

Shades of #BFF0CC

#BFF0CC
(191,240,204)
#AEDBBA
(174,219,186)
#9DC6A8
(157,198,168)
#8CB196
(140,177,150)
#7B9C84
(123,156,132)
#6A8772
(106,135,114)
#597260
(89,114,96)
#485D4E
(72,93,78)
#37483C
(55,72,60)
#26332A
(38,51,42)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #BFF0CC

#BFF0CC
(191,240,204)
#C4F1D0
(196,241,208)
#C9F2D4
(201,242,212)
#CEF3D8
(206,243,216)
#D3F4DC
(211,244,220)
#D8F5E0
(216,245,224)
#DDF6E4
(221,246,228)
#E2F7E8
(226,247,232)
#E7F8EC
(231,248,236)
#ECF9F0
(236,249,240)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFF0CC; }

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

This text font color is #BFF0CC.


Background Color

.myBgColor { background-color: #BFF0CC; }

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

This div background color is #BFF0CC.


Border color

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

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

This div border color is #BFF0CC.


Opacity

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

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

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

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

This text has shadow with #BFF0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF0CC on black background.


Color preview on white background

This text has color #BFF0CC on white background.



Black color preview on #BFF0CC background

This text has black color on #BFF0CC background.


White color preview on #BFF0CC background

This text has white color on #BFF0CC background.