COLOR #BFDEDB

HEX: #BFDEDB
RGB: (191,222,219)

Color info

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

RGB color model

#BFDEDB color RGB value is (191,222,219).

  • red value is 191;
  • green value is 222;
  • blue value is 219.
RGB:
(191,222,219)
(75%,87%,86%)

RGB channels and saturation

R 191 of 255 = 75%
G 222 of 255 = 87%
B 219 of 255 = 86%

191
222
219

R + G + B ~ 83%. #BFDEDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 222 + 219 = 632 (100%)
R 191 of 632 ~ 30.22%
G 222 of 632 ~ 35.13%
B 219 of 632 ~ 34.65%

%30.22
%35.13
%34.65

CMYK color model

#BFDEDB color CMYK value is (14,0,1,13).

  • cyan value is 13.96%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.94%
CMYK:
(14,0,1,13)
C14M0Y1K13 
(14%,0%,1%,13%)
(0.14/0.00/0.01/0.13)	

CMYK percentages

%13.96
%0
%1.35
%12.94

Codes

Color #BFDEDB in popluar color models

BFDEDB
RGB191222219
HSL174°31.96%80.98%
HSB/HSV174°13.96%87.06%
CMYK13.96%0.00%1.35%
12.94%

Color #BFDEDB in popluar number systems.

HEXBFDEDB
Decimal191222219
Binary101111111101111011011011
Octal277336333

Shades and tints

Shades of #BFDEDB

#BFDEDB
(191,222,219)
#AECAC8
(174,202,200)
#9DB6B5
(157,182,181)
#8CA2A2
(140,162,162)
#7B8E8F
(123,142,143)
#6A7A7C
(106,122,124)
#596669
(89,102,105)
#485256
(72,82,86)
#373E43
(55,62,67)
#262A30
(38,42,48)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #BFDEDB

#BFDEDB
(191,222,219)
#C4E1DE
(196,225,222)
#C9E4E1
(201,228,225)
#CEE7E4
(206,231,228)
#D3EAE7
(211,234,231)
#D8EDEA
(216,237,234)
#DDF0ED
(221,240,237)
#E2F3F0
(226,243,240)
#E7F6F3
(231,246,243)
#ECF9F6
(236,249,246)
#F1FCF9
(241,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFDEDB color. Also use rgb(191,222,219) instead hex code.

Text Font Color

.myTextColor { color: #BFDEDB; }

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

This text font color is #BFDEDB.


Background Color

.myBgColor { background-color: #BFDEDB; }

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

This div background color is #BFDEDB.


Border color

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

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

This div border color is #BFDEDB.


Opacity

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

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

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

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

This text has shadow with #BFDEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDEDB on black background.


Color preview on white background

This text has color #BFDEDB on white background.



Black color preview on #BFDEDB background

This text has black color on #BFDEDB background.


White color preview on #BFDEDB background

This text has white color on #BFDEDB background.