COLOR #BFDFCC

HEX: #BFDFCC
RGB: (191,223,204)

Color info

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

RGB color model

#BFDFCC color RGB value is (191,223,204).

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

RGB channels and saturation

R 191 of 255 = 75%
G 223 of 255 = 87%
B 204 of 255 = 80%

191
223
204

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

Portions of RGB colors in percentages

R + G + B =
191 + 223 + 204 = 618 (100%)
R 191 of 618 ~ 30.91%
G 223 of 618 ~ 36.08%
B 204 of 618 ~ 33.01%

%30.91
%36.08
%33.01

CMYK color model

#BFDFCC color CMYK value is (14,0,9,13).

  • cyan value is 14.35%
  • magenta value is 0.00%
  • yellow value is 8.52%
  • key color value is 12.55%
CMYK:
(14,0,9,13)
C14M0Y9K13 
(14%,0%,9%,13%)
(0.14/0.00/0.09/0.13)	

CMYK percentages

%14.35
%0
%8.52
%12.55

Codes

Color #BFDFCC in popluar color models

BFDFCC
RGB191223204
HSL144°33.33%81.18%
HSB/HSV144°14.35%87.45%
CMYK14.35%0.00%8.52%
12.55%

Color #BFDFCC in popluar number systems.

HEXBFDFCC
Decimal191223204
Binary101111111101111111001100
Octal277337314

Shades and tints

Shades of #BFDFCC

#BFDFCC
(191,223,204)
#AECBBA
(174,203,186)
#9DB7A8
(157,183,168)
#8CA396
(140,163,150)
#7B8F84
(123,143,132)
#6A7B72
(106,123,114)
#596760
(89,103,96)
#48534E
(72,83,78)
#373F3C
(55,63,60)
#262B2A
(38,43,42)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #BFDFCC

#BFDFCC
(191,223,204)
#C4E1D0
(196,225,208)
#C9E3D4
(201,227,212)
#CEE5D8
(206,229,216)
#D3E7DC
(211,231,220)
#D8E9E0
(216,233,224)
#DDEBE4
(221,235,228)
#E2EDE8
(226,237,232)
#E7EFEC
(231,239,236)
#ECF1F0
(236,241,240)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDFCC; }

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

This text font color is #BFDFCC.


Background Color

.myBgColor { background-color: #BFDFCC; }

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

This div background color is #BFDFCC.


Border color

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

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

This div border color is #BFDFCC.


Opacity

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

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

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

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

This text has shadow with #BFDFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDFCC on black background.


Color preview on white background

This text has color #BFDFCC on white background.



Black color preview on #BFDFCC background

This text has black color on #BFDFCC background.


White color preview on #BFDFCC background

This text has white color on #BFDFCC background.