COLOR #BFCCCC

HEX: #BFCCCC
RGB: (191,204,204)

Color info

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

RGB color model

#BFCCCC color RGB value is (191,204,204).

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

RGB channels and saturation

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

191
204
204

R + G + B ~ 78%. #BFCCCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 204 + 204 = 599 (100%)
R 191 of 599 ~ 31.89%
G 204 of 599 ~ 34.06%
B 204 of 599 ~ 34.06%

%31.89
%34.06
%34.06

CMYK color model

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

  • cyan value is 6.37%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(6,0,0,20)
C6M0Y0K20 
(6%,0%,0%,20%)
(0.06/0.00/0.00/0.20)	

CMYK percentages

%6.37
%0
%0
%20

Codes

Color #BFCCCC in popluar color models

BFCCCC
RGB191204204
HSL180°11.30%77.45%
HSB/HSV180°6.37%80.00%
CMYK6.37%0.00%0.00%
20.00%

Color #BFCCCC in popluar number systems.

HEXBFCCCC
Decimal191204204
Binary101111111100110011001100
Octal277314314

Shades and tints

Shades of #BFCCCC

#BFCCCC
(191,204,204)
#AEBABA
(174,186,186)
#9DA8A8
(157,168,168)
#8C9696
(140,150,150)
#7B8484
(123,132,132)
#6A7272
(106,114,114)
#596060
(89,96,96)
#484E4E
(72,78,78)
#373C3C
(55,60,60)
#262A2A
(38,42,42)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #BFCCCC

#BFCCCC
(191,204,204)
#C4D0D0
(196,208,208)
#C9D4D4
(201,212,212)
#CED8D8
(206,216,216)
#D3DCDC
(211,220,220)
#D8E0E0
(216,224,224)
#DDE4E4
(221,228,228)
#E2E8E8
(226,232,232)
#E7ECEC
(231,236,236)
#ECF0F0
(236,240,240)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFCCCC; }

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

This text font color is #BFCCCC.


Background Color

.myBgColor { background-color: #BFCCCC; }

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

This div background color is #BFCCCC.


Border color

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

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

This div border color is #BFCCCC.


Opacity

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

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

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

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

This text has shadow with #BFCCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCCCC on black background.


Color preview on white background

This text has color #BFCCCC on white background.



Black color preview on #BFCCCC background

This text has black color on #BFCCCC background.


White color preview on #BFCCCC background

This text has white color on #BFCCCC background.