COLOR #BED9DB

HEX: #BED9DB RGB: (190,217,219)

Color info

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

RGB color model

#BED9DB color RGB value is (190,217,219).

RGB: (190,217,219) (75%, 85%, 86%)

RGB channels and saturation

R 190 of 255 = 75%
G 217 of 255 = 85%
B 219 of 255 = 86%

190
217
219

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

Portions of RGB colors in percentages

R + G + B = 190 + 217 + 219 = 626 (100%)
R 190 of 626 ~ 30.35%
G 217 of 626 ~ 34.66%
B 219 of 626 ~ 34.98'%

%30.35
%34.66
%34.98

CMYK color model

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

  • cyan value is 13.24%
  • magenta value is 0.91%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (13,1,0,14) C13M1Y0K14 (13%,1%,0%,14%) (0.13/0.01/0.00/0.14) 

CMYK percentages

%13.24
%0.91
%0
%14.12

Codes

Color #BED9DB in popluar color models

BE D9 DB
RGB 190 217 219
HSL 184° 28.71% 80.20%
HSB/HSV 184° 13.24% 85.88%
CMYK 13.24% 0.91% 0.00%
14.12%

Color #BED9DB in popluar number systems.

HEX BE D9 DB
Decimal 190 217 219
Binary 10111110 11011001 11011011
Octal 276 331 333

Shades and tints

Shades of #BED9DB

#BED9DB
(190,217,219)
#ADC6C8
(173,198,200)
#9CB3B5
(156,179,181)
#8BA0A2
(139,160,162)
#7A8D8F
(122,141,143)
#697A7C
(105,122,124)
#586769
(88,103,105)
#475456
(71,84,86)
#364143
(54,65,67)
#252E30
(37,46,48)
#141B1D
(20,27,29)
#000000
(0,0,0)

Tints of #BED9DB

#BED9DB
(190,217,219)
#C3DCDE
(195,220,222)
#C8DFE1
(200,223,225)
#CDE2E4
(205,226,228)
#D2E5E7
(210,229,231)
#D7E8EA
(215,232,234)
#DCEBED
(220,235,237)
#E1EEF0
(225,238,240)
#E6F1F3
(230,241,243)
#EBF4F6
(235,244,246)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED9DB color. Also use rgb(190,217,219) instead hex code.

Text Font Color

.myTextColor { color: #BED9DB; }

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

This text font color is #BED9DB.

Background Color

.myBgColor { background-color: #BED9DB; }

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

This div background color is #BED9DB.

Border color

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

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

This div border color is #BED9DB.

Opacity

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

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

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

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

This text has shadow with #BED9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED9DB.

Preview

Color preview on black background

This text has color #BED9DB on black background.


Color preview on white background

This text has color #BED9DB on white background.


Black color preview on #BED9DB background

This text has black color on #BED9DB background.


White color preview on #BED9DB background

This text has white color on #BED9DB background.


Related colors

Complementary color

Complementary color for #hex is #412624.


I love getcolorcode.com

Triadic colors

1 #DBBED9 and #D9DBBE with #BED9DB are triadic colors.

2 #DBD9BE and #D9BEDB with #BED9DB are triadic colors.