COLOR #BFD1E4

HEX: #BFD1E4 RGB: (191,209,228)

Color info

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

RGB color model

#BFD1E4 color RGB value is (191,209,228).

RGB: (191,209,228) (75%, 82%, 89%)

RGB channels and saturation

R 191 of 255 = 75%
G 209 of 255 = 82%
B 228 of 255 = 89%

191
209
228

R + G + B ~ 82%. #BFD1E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 209 + 228 = 628 (100%)
R 191 of 628 ~ 30.41%
G 209 of 628 ~ 33.28%
B 228 of 628 ~ 36.31'%

%30.41
%33.28
%36.31

CMYK color model

#BFD1E4 color CMYK value is (16,8,0,11).

  • cyan value is 16.23%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (16,8,0,11) C16M8Y0K11 (16%,8%,0%,11%) (0.16/0.08/0.00/0.11) 

CMYK percentages

%16.23
%8.33
%0
%10.59

Codes

Color #BFD1E4 in popluar color models

BF D1 E4
RGB 191 209 228
HSL 211° 40.66% 82.16%
HSB/HSV 211° 16.23% 89.41%
CMYK 16.23% 8.33% 0.00%
10.59%

Color #BFD1E4 in popluar number systems.

HEX BF D1 E4
Decimal 191 209 228
Binary 10111111 11010001 11100100
Octal 277 321 344

Shades and tints

Shades of #BFD1E4

#BFD1E4
(191,209,228)
#AEBED0
(174,190,208)
#9DABBC
(157,171,188)
#8C98A8
(140,152,168)
#7B8594
(123,133,148)
#6A7280
(106,114,128)
#595F6C
(89,95,108)
#484C58
(72,76,88)
#373944
(55,57,68)
#262630
(38,38,48)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #BFD1E4

#BFD1E4
(191,209,228)
#C4D5E6
(196,213,230)
#C9D9E8
(201,217,232)
#CEDDEA
(206,221,234)
#D3E1EC
(211,225,236)
#D8E5EE
(216,229,238)
#DDE9F0
(221,233,240)
#E2EDF2
(226,237,242)
#E7F1F4
(231,241,244)
#ECF5F6
(236,245,246)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD1E4 color. Also use rgb(191,209,228) instead hex code.

Text Font Color

.myTextColor { color: #BFD1E4; }

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

This text font color is #BFD1E4.

Background Color

.myBgColor { background-color: #BFD1E4; }

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

This div background color is #BFD1E4.

Border color

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

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

This div border color is #BFD1E4.

Opacity

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

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

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

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

This text has shadow with #BFD1E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD1E4.

Preview

Color preview on black background

This text has color #BFD1E4 on black background.


Color preview on white background

This text has color #BFD1E4 on white background.


Black color preview on #BFD1E4 background

This text has black color on #BFD1E4 background.


White color preview on #BFD1E4 background

This text has white color on #BFD1E4 background.


Related colors

Complementary color

Complementary color for #hex is #402E1B.


I love getcolorcode.com

Triadic colors

1 #E4BFD1 and #D1E4BF with #BFD1E4 are triadic colors.

2 #E4D1BF and #D1BFE4 with #BFD1E4 are triadic colors.