COLOR #BED1E1

HEX: #BED1E1
RGB: (190,209,225)

Color info

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

RGB color model

#BED1E1 color RGB value is (190,209,225).

  • red value is 190;
  • green value is 209;
  • blue value is 225.
RGB:
(190,209,225)
(75%,82%,88%)

RGB channels and saturation

R 190 of 255 = 75%
G 209 of 255 = 82%
B 225 of 255 = 88%

190
209
225

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

Portions of RGB colors in percentages

R + G + B =
190 + 209 + 225 = 624 (100%)
R 190 of 624 ~ 30.45%
G 209 of 624 ~ 33.49%
B 225 of 624 ~ 36.06%

%30.45
%33.49
%36.06

CMYK color model

#BED1E1 color CMYK value is (16,7,0,12).

  • cyan value is 15.56%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(16,7,0,12)
C16M7Y0K12 
(16%,7%,0%,12%)
(0.16/0.07/0.00/0.12)	

CMYK percentages

%15.56
%7.11
%0
%11.76

Codes

Color #BED1E1 in popluar color models

BED1E1
RGB190209225
HSL207°36.84%81.37%
HSB/HSV207°15.56%88.24%
CMYK15.56%7.11%0.00%
11.76%

Color #BED1E1 in popluar number systems.

HEXBED1E1
Decimal190209225
Binary101111101101000111100001
Octal276321341

Shades and tints

Shades of #BED1E1

#BED1E1
(190,209,225)
#ADBECD
(173,190,205)
#9CABB9
(156,171,185)
#8B98A5
(139,152,165)
#7A8591
(122,133,145)
#69727D
(105,114,125)
#585F69
(88,95,105)
#474C55
(71,76,85)
#363941
(54,57,65)
#25262D
(37,38,45)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #BED1E1

#BED1E1
(190,209,225)
#C3D5E3
(195,213,227)
#C8D9E5
(200,217,229)
#CDDDE7
(205,221,231)
#D2E1E9
(210,225,233)
#D7E5EB
(215,229,235)
#DCE9ED
(220,233,237)
#E1EDEF
(225,237,239)
#E6F1F1
(230,241,241)
#EBF5F3
(235,245,243)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED1E1 color. Also use rgb(190,209,225) instead hex code.

Text Font Color

.myTextColor { color: #BED1E1; }

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

This text font color is #BED1E1.


Background Color

.myBgColor { background-color: #BED1E1; }

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

This div background color is #BED1E1.


Border color

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

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

This div border color is #BED1E1.


Opacity

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

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

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

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

This text has shadow with #BED1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED1E1 on black background.


Color preview on white background

This text has color #BED1E1 on white background.



Black color preview on #BED1E1 background

This text has black color on #BED1E1 background.


White color preview on #BED1E1 background

This text has white color on #BED1E1 background.