COLOR #BED1E7

HEX: #BED1E7
RGB: (190,209,231)

Color info

#BED1E7 contains red, green and blue colors in about the same proportion. Web safe color of #BED1E7 is #CCCCFF (or #CCF).

RGB color model

#BED1E7 color RGB value is (190,209,231).

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

RGB channels and saturation

R 190 of 255 = 75%
G 209 of 255 = 82%
B 231 of 255 = 91%

190
209
231

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

Portions of RGB colors in percentages

R + G + B =
190 + 209 + 231 = 630 (100%)
R 190 of 630 ~ 30.16%
G 209 of 630 ~ 33.17%
B 231 of 630 ~ 36.67%

%30.16
%33.17
%36.67

CMYK color model

#BED1E7 color CMYK value is (18,10,0,9).

  • cyan value is 17.75%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(18,10,0,9)
C18M10Y0K9 
(18%,10%,0%,9%)
(0.18/0.10/0.00/0.09)	

CMYK percentages

%17.75
%9.52
%0
%9.41

Codes

Color #BED1E7 in popluar color models

BED1E7
RGB190209231
HSL212°46.07%82.55%
HSB/HSV212°17.75%90.59%
CMYK17.75%9.52%0.00%
9.41%

Color #BED1E7 in popluar number systems.

HEXBED1E7
Decimal190209231
Binary101111101101000111100111
Octal276321347

Shades and tints

Shades of #BED1E7

#BED1E7
(190,209,231)
#ADBED2
(173,190,210)
#9CABBD
(156,171,189)
#8B98A8
(139,152,168)
#7A8593
(122,133,147)
#69727E
(105,114,126)
#585F69
(88,95,105)
#474C54
(71,76,84)
#36393F
(54,57,63)
#25262A
(37,38,42)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #BED1E7

#BED1E7
(190,209,231)
#C3D5E9
(195,213,233)
#C8D9EB
(200,217,235)
#CDDDED
(205,221,237)
#D2E1EF
(210,225,239)
#D7E5F1
(215,229,241)
#DCE9F3
(220,233,243)
#E1EDF5
(225,237,245)
#E6F1F7
(230,241,247)
#EBF5F9
(235,245,249)
#F0F9FB
(240,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED1E7; }

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

This text font color is #BED1E7.


Background Color

.myBgColor { background-color: #BED1E7; }

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

This div background color is #BED1E7.


Border color

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

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

This div border color is #BED1E7.


Opacity

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

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

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

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

This text has shadow with #BED1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED1E7 on black background.


Color preview on white background

This text has color #BED1E7 on white background.



Black color preview on #BED1E7 background

This text has black color on #BED1E7 background.


White color preview on #BED1E7 background

This text has white color on #BED1E7 background.