COLOR #BED3DB

HEX: #BED3DB
RGB: (190,211,219)

Color info

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

RGB color model

#BED3DB color RGB value is (190,211,219).

  • red value is 190;
  • green value is 211;
  • blue value is 219.
RGB:
(190,211,219)
(75%,83%,86%)

RGB channels and saturation

R 190 of 255 = 75%
G 211 of 255 = 83%
B 219 of 255 = 86%

190
211
219

R + G + B ~ 81%. #BED3DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 211 + 219 = 620 (100%)
R 190 of 620 ~ 30.65%
G 211 of 620 ~ 34.03%
B 219 of 620 ~ 35.32%

%30.65
%34.03
%35.32

CMYK color model

#BED3DB color CMYK value is (13,4,0,14).

  • cyan value is 13.24%
  • magenta value is 3.65%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(13,4,0,14)
C13M4Y0K14 
(13%,4%,0%,14%)
(0.13/0.04/0.00/0.14)	

CMYK percentages

%13.24
%3.65
%0
%14.12

Codes

Color #BED3DB in popluar color models

BED3DB
RGB190211219
HSL197°28.71%80.20%
HSB/HSV197°13.24%85.88%
CMYK13.24%3.65%0.00%
14.12%

Color #BED3DB in popluar number systems.

HEXBED3DB
Decimal190211219
Binary101111101101001111011011
Octal276323333

Shades and tints

Shades of #BED3DB

#BED3DB
(190,211,219)
#ADC0C8
(173,192,200)
#9CADB5
(156,173,181)
#8B9AA2
(139,154,162)
#7A878F
(122,135,143)
#69747C
(105,116,124)
#586169
(88,97,105)
#474E56
(71,78,86)
#363B43
(54,59,67)
#252830
(37,40,48)
#14151D
(20,21,29)
#000000
(0,0,0)

Tints of #BED3DB

#BED3DB
(190,211,219)
#C3D7DE
(195,215,222)
#C8DBE1
(200,219,225)
#CDDFE4
(205,223,228)
#D2E3E7
(210,227,231)
#D7E7EA
(215,231,234)
#DCEBED
(220,235,237)
#E1EFF0
(225,239,240)
#E6F3F3
(230,243,243)
#EBF7F6
(235,247,246)
#F0FBF9
(240,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED3DB; }

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

This text font color is #BED3DB.


Background Color

.myBgColor { background-color: #BED3DB; }

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

This div background color is #BED3DB.


Border color

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

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

This div border color is #BED3DB.


Opacity

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

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

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

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

This text has shadow with #BED3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED3DB on black background.


Color preview on white background

This text has color #BED3DB on white background.



Black color preview on #BED3DB background

This text has black color on #BED3DB background.


White color preview on #BED3DB background

This text has white color on #BED3DB background.