COLOR #BFD5D3

HEX: #BFD5D3
RGB: (191,213,211)

Color info

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

RGB color model

#BFD5D3 color RGB value is (191,213,211).

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

RGB channels and saturation

R 191 of 255 = 75%
G 213 of 255 = 84%
B 211 of 255 = 83%

191
213
211

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

Portions of RGB colors in percentages

R + G + B =
191 + 213 + 211 = 615 (100%)
R 191 of 615 ~ 31.06%
G 213 of 615 ~ 34.63%
B 211 of 615 ~ 34.31%

%31.06
%34.63
%34.31

CMYK color model

#BFD5D3 color CMYK value is (10,0,1,16).

  • cyan value is 10.33%
  • magenta value is 0.00%
  • yellow value is 0.94%
  • key color value is 16.47%
CMYK:
(10,0,1,16)
C10M0Y1K16 
(10%,0%,1%,16%)
(0.10/0.00/0.01/0.16)	

CMYK percentages

%10.33
%0
%0.94
%16.47

Codes

Color #BFD5D3 in popluar color models

BFD5D3
RGB191213211
HSL175°20.75%79.22%
HSB/HSV175°10.33%83.53%
CMYK10.33%0.00%0.94%
16.47%

Color #BFD5D3 in popluar number systems.

HEXBFD5D3
Decimal191213211
Binary101111111101010111010011
Octal277325323

Shades and tints

Shades of #BFD5D3

#BFD5D3
(191,213,211)
#AEC2C0
(174,194,192)
#9DAFAD
(157,175,173)
#8C9C9A
(140,156,154)
#7B8987
(123,137,135)
#6A7674
(106,118,116)
#596361
(89,99,97)
#48504E
(72,80,78)
#373D3B
(55,61,59)
#262A28
(38,42,40)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #BFD5D3

#BFD5D3
(191,213,211)
#C4D8D7
(196,216,215)
#C9DBDB
(201,219,219)
#CEDEDF
(206,222,223)
#D3E1E3
(211,225,227)
#D8E4E7
(216,228,231)
#DDE7EB
(221,231,235)
#E2EAEF
(226,234,239)
#E7EDF3
(231,237,243)
#ECF0F7
(236,240,247)
#F1F3FB
(241,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD5D3; }

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

This text font color is #BFD5D3.


Background Color

.myBgColor { background-color: #BFD5D3; }

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

This div background color is #BFD5D3.


Border color

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

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

This div border color is #BFD5D3.


Opacity

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

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

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

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

This text has shadow with #BFD5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD5D3 on black background.


Color preview on white background

This text has color #BFD5D3 on white background.



Black color preview on #BFD5D3 background

This text has black color on #BFD5D3 background.


White color preview on #BFD5D3 background

This text has white color on #BFD5D3 background.