COLOR #BFCDD5

HEX: #BFCDD5 RGB: (191,205,213)

Color info

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

RGB color model

#BFCDD5 color RGB value is (191,205,213).

RGB: (191,205,213) (75%, 80%, 84%)

RGB channels and saturation

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

191
205
213

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

Portions of RGB colors in percentages

R + G + B = 191 + 205 + 213 = 609 (100%)
R 191 of 609 ~ 31.36%
G 205 of 609 ~ 33.66%
B 213 of 609 ~ 34.98'%

%31.36
%33.66
%34.98

CMYK color model

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

  • cyan value is 10.33%
  • magenta value is 3.76%
  • 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
%3.76
%0
%16.47

Codes

Color #BFCDD5 in popluar color models

BF CD D5
RGB 191 205 213
HSL 202° 20.75% 79.22%
HSB/HSV 202° 10.33% 83.53%
CMYK 10.33% 3.76% 0.00%
16.47%

Color #BFCDD5 in popluar number systems.

HEX BF CD D5
Decimal 191 205 213
Binary 10111111 11001101 11010101
Octal 277 315 325

Shades and tints

Shades of #BFCDD5

#BFCDD5
(191,205,213)
#AEBBC2
(174,187,194)
#9DA9AF
(157,169,175)
#8C979C
(140,151,156)
#7B8589
(123,133,137)
#6A7376
(106,115,118)
#596163
(89,97,99)
#484F50
(72,79,80)
#373D3D
(55,61,61)
#262B2A
(38,43,42)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #BFCDD5

#BFCDD5
(191,205,213)
#C4D1D8
(196,209,216)
#C9D5DB
(201,213,219)
#CED9DE
(206,217,222)
#D3DDE1
(211,221,225)
#D8E1E4
(216,225,228)
#DDE5E7
(221,229,231)
#E2E9EA
(226,233,234)
#E7EDED
(231,237,237)
#ECF1F0
(236,241,240)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFCDD5; }

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

This text font color is #BFCDD5.

Background Color

.myBgColor { background-color: #BFCDD5; }

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

This div background color is #BFCDD5.

Border color

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

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

This div border color is #BFCDD5.

Opacity

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

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

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

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

This text has shadow with #BFCDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFCDD5.

Preview

Color preview on black background

This text has color #BFCDD5 on black background.


Color preview on white background

This text has color #BFCDD5 on white background.


Black color preview on #BFCDD5 background

This text has black color on #BFCDD5 background.


White color preview on #BFCDD5 background

This text has white color on #BFCDD5 background.


Related colors

Complementary color

Complementary color for #hex is #40322A.


I love getcolorcode.com

Triadic colors

1 #D5BFCD and #CDD5BF with #BFCDD5 are triadic colors.

2 #D5CDBF and #CDBFD5 with #BFCDD5 are triadic colors.