COLOR #BED3E6

HEX: #BED3E6
RGB: (190,211,230)

Color info

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

RGB color model

#BED3E6 color RGB value is (190,211,230).

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

RGB channels and saturation

R 190 of 255 = 75%
G 211 of 255 = 83%
B 230 of 255 = 90%

190
211
230

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

Portions of RGB colors in percentages

R + G + B =
190 + 211 + 230 = 631 (100%)
R 190 of 631 ~ 30.11%
G 211 of 631 ~ 33.44%
B 230 of 631 ~ 36.45%

%30.11
%33.44
%36.45

CMYK color model

#BED3E6 color CMYK value is (17,8,0,10).

  • cyan value is 17.39%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(17,8,0,10)
C17M8Y0K10 
(17%,8%,0%,10%)
(0.17/0.08/0.00/0.10)	

CMYK percentages

%17.39
%8.26
%0
%9.8

Codes

Color #BED3E6 in popluar color models

BED3E6
RGB190211230
HSL209°44.44%82.35%
HSB/HSV209°17.39%90.20%
CMYK17.39%8.26%0.00%
9.80%

Color #BED3E6 in popluar number systems.

HEXBED3E6
Decimal190211230
Binary101111101101001111100110
Octal276323346

Shades and tints

Shades of #BED3E6

#BED3E6
(190,211,230)
#ADC0D2
(173,192,210)
#9CADBE
(156,173,190)
#8B9AAA
(139,154,170)
#7A8796
(122,135,150)
#697482
(105,116,130)
#58616E
(88,97,110)
#474E5A
(71,78,90)
#363B46
(54,59,70)
#252832
(37,40,50)
#14151E
(20,21,30)
#000000
(0,0,0)

Tints of #BED3E6

#BED3E6
(190,211,230)
#C3D7E8
(195,215,232)
#C8DBEA
(200,219,234)
#CDDFEC
(205,223,236)
#D2E3EE
(210,227,238)
#D7E7F0
(215,231,240)
#DCEBF2
(220,235,242)
#E1EFF4
(225,239,244)
#E6F3F6
(230,243,246)
#EBF7F8
(235,247,248)
#F0FBFA
(240,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED3E6; }

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

This text font color is #BED3E6.


Background Color

.myBgColor { background-color: #BED3E6; }

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

This div background color is #BED3E6.


Border color

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

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

This div border color is #BED3E6.


Opacity

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

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

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

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

This text has shadow with #BED3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED3E6 on black background.


Color preview on white background

This text has color #BED3E6 on white background.



Black color preview on #BED3E6 background

This text has black color on #BED3E6 background.


White color preview on #BED3E6 background

This text has white color on #BED3E6 background.