COLOR #BFD2C6

HEX: #BFD2C6
RGB: (191,210,198)

Color info

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

RGB color model

#BFD2C6 color RGB value is (191,210,198).

  • red value is 191;
  • green value is 210;
  • blue value is 198.
RGB:
(191,210,198)
(75%,82%,78%)

RGB channels and saturation

R 191 of 255 = 75%
G 210 of 255 = 82%
B 198 of 255 = 78%

191
210
198

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

Portions of RGB colors in percentages

R + G + B =
191 + 210 + 198 = 599 (100%)
R 191 of 599 ~ 31.89%
G 210 of 599 ~ 35.06%
B 198 of 599 ~ 33.06%

%31.89
%35.06
%33.06

CMYK color model

#BFD2C6 color CMYK value is (9,0,6,18).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 17.65%
CMYK:
(9,0,6,18)
C9M0Y6K18 
(9%,0%,6%,18%)
(0.09/0.00/0.06/0.18)	

CMYK percentages

%9.05
%0
%5.71
%17.65

Codes

Color #BFD2C6 in popluar color models

BFD2C6
RGB191210198
HSL142°17.43%78.63%
HSB/HSV142°9.05%82.35%
CMYK9.05%0.00%5.71%
17.65%

Color #BFD2C6 in popluar number systems.

HEXBFD2C6
Decimal191210198
Binary101111111101001011000110
Octal277322306

Shades and tints

Shades of #BFD2C6

#BFD2C6
(191,210,198)
#AEBFB4
(174,191,180)
#9DACA2
(157,172,162)
#8C9990
(140,153,144)
#7B867E
(123,134,126)
#6A736C
(106,115,108)
#59605A
(89,96,90)
#484D48
(72,77,72)
#373A36
(55,58,54)
#262724
(38,39,36)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #BFD2C6

#BFD2C6
(191,210,198)
#C4D6CB
(196,214,203)
#C9DAD0
(201,218,208)
#CEDED5
(206,222,213)
#D3E2DA
(211,226,218)
#D8E6DF
(216,230,223)
#DDEAE4
(221,234,228)
#E2EEE9
(226,238,233)
#E7F2EE
(231,242,238)
#ECF6F3
(236,246,243)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD2C6; }

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

This text font color is #BFD2C6.


Background Color

.myBgColor { background-color: #BFD2C6; }

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

This div background color is #BFD2C6.


Border color

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

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

This div border color is #BFD2C6.


Opacity

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

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

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

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

This text has shadow with #BFD2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD2C6 on black background.


Color preview on white background

This text has color #BFD2C6 on white background.



Black color preview on #BFD2C6 background

This text has black color on #BFD2C6 background.


White color preview on #BFD2C6 background

This text has white color on #BFD2C6 background.