COLOR #BFD5ED

HEX: #BFD5ED
RGB: (191,213,237)

Color info

#BFD5ED contains red, green and blue colors in about the same proportion. Web safe color of #BFD5ED is #CCCCFF (or #CCF).

RGB color model

#BFD5ED color RGB value is (191,213,237).

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

RGB channels and saturation

R 191 of 255 = 75%
G 213 of 255 = 84%
B 237 of 255 = 93%

191
213
237

R + G + B ~ 84%. #BFD5ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 213 + 237 = 641 (100%)
R 191 of 641 ~ 29.8%
G 213 of 641 ~ 33.23%
B 237 of 641 ~ 36.97%

%29.8
%33.23
%36.97

CMYK color model

#BFD5ED color CMYK value is (19,10,0,7).

  • cyan value is 19.41%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(19,10,0,7)
C19M10Y0K7 
(19%,10%,0%,7%)
(0.19/0.10/0.00/0.07)	

CMYK percentages

%19.41
%10.13
%0
%7.06

Codes

Color #BFD5ED in popluar color models

BFD5ED
RGB191213237
HSL211°56.10%83.92%
HSB/HSV211°19.41%92.94%
CMYK19.41%10.13%0.00%
7.06%

Color #BFD5ED in popluar number systems.

HEXBFD5ED
Decimal191213237
Binary101111111101010111101101
Octal277325355

Shades and tints

Shades of #BFD5ED

#BFD5ED
(191,213,237)
#AEC2D8
(174,194,216)
#9DAFC3
(157,175,195)
#8C9CAE
(140,156,174)
#7B8999
(123,137,153)
#6A7684
(106,118,132)
#59636F
(89,99,111)
#48505A
(72,80,90)
#373D45
(55,61,69)
#262A30
(38,42,48)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #BFD5ED

#BFD5ED
(191,213,237)
#C4D8EE
(196,216,238)
#C9DBEF
(201,219,239)
#CEDEF0
(206,222,240)
#D3E1F1
(211,225,241)
#D8E4F2
(216,228,242)
#DDE7F3
(221,231,243)
#E2EAF4
(226,234,244)
#E7EDF5
(231,237,245)
#ECF0F6
(236,240,246)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD5ED; }

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

This text font color is #BFD5ED.


Background Color

.myBgColor { background-color: #BFD5ED; }

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

This div background color is #BFD5ED.


Border color

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

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

This div border color is #BFD5ED.


Opacity

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

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

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

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

This text has shadow with #BFD5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD5ED on black background.


Color preview on white background

This text has color #BFD5ED on white background.



Black color preview on #BFD5ED background

This text has black color on #BFD5ED background.


White color preview on #BFD5ED background

This text has white color on #BFD5ED background.