COLOR #BFDDEE

HEX: #BFDDEE
RGB: (191,221,238)

Color info

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

RGB color model

#BFDDEE color RGB value is (191,221,238).

  • red value is 191;
  • green value is 221;
  • blue value is 238.
RGB:
(191,221,238)
(75%,87%,93%)

RGB channels and saturation

R 191 of 255 = 75%
G 221 of 255 = 87%
B 238 of 255 = 93%

191
221
238

R + G + B ~ 85%. #BFDDEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 221 + 238 = 650 (100%)
R 191 of 650 ~ 29.38%
G 221 of 650 ~ 34%
B 238 of 650 ~ 36.62%

%29.38
%34
%36.62

CMYK color model

#BFDDEE color CMYK value is (20,7,0,7).

  • cyan value is 19.75%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(20,7,0,7)
C20M7Y0K7 
(20%,7%,0%,7%)
(0.20/0.07/0.00/0.07)	

CMYK percentages

%19.75
%7.14
%0
%6.67

Codes

Color #BFDDEE in popluar color models

BFDDEE
RGB191221238
HSL202°58.02%84.12%
HSB/HSV202°19.75%93.33%
CMYK19.75%7.14%0.00%
6.67%

Color #BFDDEE in popluar number systems.

HEXBFDDEE
Decimal191221238
Binary101111111101110111101110
Octal277335356

Shades and tints

Shades of #BFDDEE

#BFDDEE
(191,221,238)
#AEC9D9
(174,201,217)
#9DB5C4
(157,181,196)
#8CA1AF
(140,161,175)
#7B8D9A
(123,141,154)
#6A7985
(106,121,133)
#596570
(89,101,112)
#48515B
(72,81,91)
#373D46
(55,61,70)
#262931
(38,41,49)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #BFDDEE

#BFDDEE
(191,221,238)
#C4E0EF
(196,224,239)
#C9E3F0
(201,227,240)
#CEE6F1
(206,230,241)
#D3E9F2
(211,233,242)
#D8ECF3
(216,236,243)
#DDEFF4
(221,239,244)
#E2F2F5
(226,242,245)
#E7F5F6
(231,245,246)
#ECF8F7
(236,248,247)
#F1FBF8
(241,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFDDEE color. Also use rgb(191,221,238) instead hex code.

Text Font Color

.myTextColor { color: #BFDDEE; }

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

This text font color is #BFDDEE.


Background Color

.myBgColor { background-color: #BFDDEE; }

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

This div background color is #BFDDEE.


Border color

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

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

This div border color is #BFDDEE.


Opacity

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

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

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

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

This text has shadow with #BFDDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDDEE on black background.


Color preview on white background

This text has color #BFDDEE on white background.



Black color preview on #BFDDEE background

This text has black color on #BFDDEE background.


White color preview on #BFDDEE background

This text has white color on #BFDDEE background.