COLOR #BFD8C5

HEX: #BFD8C5
RGB: (191,216,197)

Color info

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

RGB color model

#BFD8C5 color RGB value is (191,216,197).

  • red value is 191;
  • green value is 216;
  • blue value is 197.
RGB:
(191,216,197)
(75%,85%,77%)

RGB channels and saturation

R 191 of 255 = 75%
G 216 of 255 = 85%
B 197 of 255 = 77%

191
216
197

R + G + B ~ 79%. #BFD8C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 216 + 197 = 604 (100%)
R 191 of 604 ~ 31.62%
G 216 of 604 ~ 35.76%
B 197 of 604 ~ 32.62%

%31.62
%35.76
%32.62

CMYK color model

#BFD8C5 color CMYK value is (12,0,9,15).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 15.29%
CMYK:
(12,0,9,15)
C12M0Y9K15 
(12%,0%,9%,15%)
(0.12/0.00/0.09/0.15)	

CMYK percentages

%11.57
%0
%8.8
%15.29

Codes

Color #BFD8C5 in popluar color models

BFD8C5
RGB191216197
HSL134°24.27%79.80%
HSB/HSV134°11.57%84.71%
CMYK11.57%0.00%8.80%
15.29%

Color #BFD8C5 in popluar number systems.

HEXBFD8C5
Decimal191216197
Binary101111111101100011000101
Octal277330305

Shades and tints

Shades of #BFD8C5

#BFD8C5
(191,216,197)
#AEC5B4
(174,197,180)
#9DB2A3
(157,178,163)
#8C9F92
(140,159,146)
#7B8C81
(123,140,129)
#6A7970
(106,121,112)
#59665F
(89,102,95)
#48534E
(72,83,78)
#37403D
(55,64,61)
#262D2C
(38,45,44)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #BFD8C5

#BFD8C5
(191,216,197)
#C4DBCA
(196,219,202)
#C9DECF
(201,222,207)
#CEE1D4
(206,225,212)
#D3E4D9
(211,228,217)
#D8E7DE
(216,231,222)
#DDEAE3
(221,234,227)
#E2EDE8
(226,237,232)
#E7F0ED
(231,240,237)
#ECF3F2
(236,243,242)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD8C5; }

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

This text font color is #BFD8C5.


Background Color

.myBgColor { background-color: #BFD8C5; }

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

This div background color is #BFD8C5.


Border color

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

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

This div border color is #BFD8C5.


Opacity

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

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

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

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

This text has shadow with #BFD8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD8C5 on black background.


Color preview on white background

This text has color #BFD8C5 on white background.



Black color preview on #BFD8C5 background

This text has black color on #BFD8C5 background.


White color preview on #BFD8C5 background

This text has white color on #BFD8C5 background.