COLOR #BFCCD5

HEX: #BFCCD5
RGB: (191,204,213)

Color info

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

RGB color model

#BFCCD5 color RGB value is (191,204,213).

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

RGB channels and saturation

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

191
204
213

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

Portions of RGB colors in percentages

R + G + B =
191 + 204 + 213 = 608 (100%)
R 191 of 608 ~ 31.41%
G 204 of 608 ~ 33.55%
B 213 of 608 ~ 35.03%

%31.41
%33.55
%35.03

CMYK color model

#BFCCD5 color CMYK value is (10,4,0,16).

  • cyan value is 10.33%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(10,4,0,16)
C10M4Y0K16 
(10%,4%,0%,16%)
(0.10/0.04/0.00/0.16)	

CMYK percentages

%10.33
%4.23
%0
%16.47

Codes

Color #BFCCD5 in popluar color models

BFCCD5
RGB191204213
HSL205°20.75%79.22%
HSB/HSV205°10.33%83.53%
CMYK10.33%4.23%0.00%
16.47%

Color #BFCCD5 in popluar number systems.

HEXBFCCD5
Decimal191204213
Binary101111111100110011010101
Octal277314325

Shades and tints

Shades of #BFCCD5

#BFCCD5
(191,204,213)
#AEBAC2
(174,186,194)
#9DA8AF
(157,168,175)
#8C969C
(140,150,156)
#7B8489
(123,132,137)
#6A7276
(106,114,118)
#596063
(89,96,99)
#484E50
(72,78,80)
#373C3D
(55,60,61)
#262A2A
(38,42,42)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #BFCCD5

#BFCCD5
(191,204,213)
#C4D0D8
(196,208,216)
#C9D4DB
(201,212,219)
#CED8DE
(206,216,222)
#D3DCE1
(211,220,225)
#D8E0E4
(216,224,228)
#DDE4E7
(221,228,231)
#E2E8EA
(226,232,234)
#E7ECED
(231,236,237)
#ECF0F0
(236,240,240)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFCCD5; }

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

This text font color is #BFCCD5.


Background Color

.myBgColor { background-color: #BFCCD5; }

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

This div background color is #BFCCD5.


Border color

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

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

This div border color is #BFCCD5.


Opacity

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

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

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

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

This text has shadow with #BFCCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCCD5 on black background.


Color preview on white background

This text has color #BFCCD5 on white background.



Black color preview on #BFCCD5 background

This text has black color on #BFCCD5 background.


White color preview on #BFCCD5 background

This text has white color on #BFCCD5 background.