COLOR #BED8E7

HEX: #BED8E7
RGB: (190,216,231)

Color info

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

RGB color model

#BED8E7 color RGB value is (190,216,231).

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

RGB channels and saturation

R 190 of 255 = 75%
G 216 of 255 = 85%
B 231 of 255 = 91%

190
216
231

R + G + B ~ 84%. #BED8E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 216 + 231 = 637 (100%)
R 190 of 637 ~ 29.83%
G 216 of 637 ~ 33.91%
B 231 of 637 ~ 36.26%

%29.83
%33.91
%36.26

CMYK color model

#BED8E7 color CMYK value is (18,6,0,9).

  • cyan value is 17.75%
  • magenta value is 6.49%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(18,6,0,9)
C18M6Y0K9 
(18%,6%,0%,9%)
(0.18/0.06/0.00/0.09)	

CMYK percentages

%17.75
%6.49
%0
%9.41

Codes

Color #BED8E7 in popluar color models

BED8E7
RGB190216231
HSL202°46.07%82.55%
HSB/HSV202°17.75%90.59%
CMYK17.75%6.49%0.00%
9.41%

Color #BED8E7 in popluar number systems.

HEXBED8E7
Decimal190216231
Binary101111101101100011100111
Octal276330347

Shades and tints

Shades of #BED8E7

#BED8E7
(190,216,231)
#ADC5D2
(173,197,210)
#9CB2BD
(156,178,189)
#8B9FA8
(139,159,168)
#7A8C93
(122,140,147)
#69797E
(105,121,126)
#586669
(88,102,105)
#475354
(71,83,84)
#36403F
(54,64,63)
#252D2A
(37,45,42)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #BED8E7

#BED8E7
(190,216,231)
#C3DBE9
(195,219,233)
#C8DEEB
(200,222,235)
#CDE1ED
(205,225,237)
#D2E4EF
(210,228,239)
#D7E7F1
(215,231,241)
#DCEAF3
(220,234,243)
#E1EDF5
(225,237,245)
#E6F0F7
(230,240,247)
#EBF3F9
(235,243,249)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED8E7; }

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

This text font color is #BED8E7.


Background Color

.myBgColor { background-color: #BED8E7; }

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

This div background color is #BED8E7.


Border color

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

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

This div border color is #BED8E7.


Opacity

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

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

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

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

This text has shadow with #BED8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED8E7 on black background.


Color preview on white background

This text has color #BED8E7 on white background.



Black color preview on #BED8E7 background

This text has black color on #BED8E7 background.


White color preview on #BED8E7 background

This text has white color on #BED8E7 background.