COLOR #BED3DA

HEX: #BED3DA
RGB: (190,211,218)

Color info

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

RGB color model

#BED3DA color RGB value is (190,211,218).

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

RGB channels and saturation

R 190 of 255 = 75%
G 211 of 255 = 83%
B 218 of 255 = 85%

190
211
218

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

Portions of RGB colors in percentages

R + G + B =
190 + 211 + 218 = 619 (100%)
R 190 of 619 ~ 30.69%
G 211 of 619 ~ 34.09%
B 218 of 619 ~ 35.22%

%30.69
%34.09
%35.22

CMYK color model

#BED3DA color CMYK value is (13,3,0,15).

  • cyan value is 12.84%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(13,3,0,15)
C13M3Y0K15 
(13%,3%,0%,15%)
(0.13/0.03/0.00/0.15)	

CMYK percentages

%12.84
%3.21
%0
%14.51

Codes

Color #BED3DA in popluar color models

BED3DA
RGB190211218
HSL195°27.45%80.00%
HSB/HSV195°12.84%85.49%
CMYK12.84%3.21%0.00%
14.51%

Color #BED3DA in popluar number systems.

HEXBED3DA
Decimal190211218
Binary101111101101001111011010
Octal276323332

Shades and tints

Shades of #BED3DA

#BED3DA
(190,211,218)
#ADC0C7
(173,192,199)
#9CADB4
(156,173,180)
#8B9AA1
(139,154,161)
#7A878E
(122,135,142)
#69747B
(105,116,123)
#586168
(88,97,104)
#474E55
(71,78,85)
#363B42
(54,59,66)
#25282F
(37,40,47)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #BED3DA

#BED3DA
(190,211,218)
#C3D7DD
(195,215,221)
#C8DBE0
(200,219,224)
#CDDFE3
(205,223,227)
#D2E3E6
(210,227,230)
#D7E7E9
(215,231,233)
#DCEBEC
(220,235,236)
#E1EFEF
(225,239,239)
#E6F3F2
(230,243,242)
#EBF7F5
(235,247,245)
#F0FBF8
(240,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED3DA; }

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

This text font color is #BED3DA.


Background Color

.myBgColor { background-color: #BED3DA; }

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

This div background color is #BED3DA.


Border color

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

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

This div border color is #BED3DA.


Opacity

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

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

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

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

This text has shadow with #BED3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED3DA on black background.


Color preview on white background

This text has color #BED3DA on white background.



Black color preview on #BED3DA background

This text has black color on #BED3DA background.


White color preview on #BED3DA background

This text has white color on #BED3DA background.