COLOR #BFD7CC

HEX: #BFD7CC
RGB: (191,215,204)

Color info

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

RGB color model

#BFD7CC color RGB value is (191,215,204).

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

RGB channels and saturation

R 191 of 255 = 75%
G 215 of 255 = 84%
B 204 of 255 = 80%

191
215
204

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

Portions of RGB colors in percentages

R + G + B =
191 + 215 + 204 = 610 (100%)
R 191 of 610 ~ 31.31%
G 215 of 610 ~ 35.25%
B 204 of 610 ~ 33.44%

%31.31
%35.25
%33.44

CMYK color model

#BFD7CC color CMYK value is (11,0,5,16).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 5.12%
  • key color value is 15.69%
CMYK:
(11,0,5,16)
C11M0Y5K16 
(11%,0%,5%,16%)
(0.11/0.00/0.05/0.16)	

CMYK percentages

%11.16
%0
%5.12
%15.69

Codes

Color #BFD7CC in popluar color models

BFD7CC
RGB191215204
HSL153°23.08%79.61%
HSB/HSV153°11.16%84.31%
CMYK11.16%0.00%5.12%
15.69%

Color #BFD7CC in popluar number systems.

HEXBFD7CC
Decimal191215204
Binary101111111101011111001100
Octal277327314

Shades and tints

Shades of #BFD7CC

#BFD7CC
(191,215,204)
#AEC4BA
(174,196,186)
#9DB1A8
(157,177,168)
#8C9E96
(140,158,150)
#7B8B84
(123,139,132)
#6A7872
(106,120,114)
#596560
(89,101,96)
#48524E
(72,82,78)
#373F3C
(55,63,60)
#262C2A
(38,44,42)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #BFD7CC

#BFD7CC
(191,215,204)
#C4DAD0
(196,218,208)
#C9DDD4
(201,221,212)
#CEE0D8
(206,224,216)
#D3E3DC
(211,227,220)
#D8E6E0
(216,230,224)
#DDE9E4
(221,233,228)
#E2ECE8
(226,236,232)
#E7EFEC
(231,239,236)
#ECF2F0
(236,242,240)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD7CC; }

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

This text font color is #BFD7CC.


Background Color

.myBgColor { background-color: #BFD7CC; }

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

This div background color is #BFD7CC.


Border color

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

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

This div border color is #BFD7CC.


Opacity

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

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

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

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

This text has shadow with #BFD7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD7CC on black background.


Color preview on white background

This text has color #BFD7CC on white background.



Black color preview on #BFD7CC background

This text has black color on #BFD7CC background.


White color preview on #BFD7CC background

This text has white color on #BFD7CC background.