COLOR #BED5E7

HEX: #BED5E7
RGB: (190,213,231)

Color info

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

RGB color model

#BED5E7 color RGB value is (190,213,231).

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

RGB channels and saturation

R 190 of 255 = 75%
G 213 of 255 = 84%
B 231 of 255 = 91%

190
213
231

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

Portions of RGB colors in percentages

R + G + B =
190 + 213 + 231 = 634 (100%)
R 190 of 634 ~ 29.97%
G 213 of 634 ~ 33.6%
B 231 of 634 ~ 36.44%

%29.97
%33.6
%36.44

CMYK color model

#BED5E7 color CMYK value is (18,8,0,9).

  • cyan value is 17.75%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(18,8,0,9)
C18M8Y0K9 
(18%,8%,0%,9%)
(0.18/0.08/0.00/0.09)	

CMYK percentages

%17.75
%7.79
%0
%9.41

Codes

Color #BED5E7 in popluar color models

BED5E7
RGB190213231
HSL206°46.07%82.55%
HSB/HSV206°17.75%90.59%
CMYK17.75%7.79%0.00%
9.41%

Color #BED5E7 in popluar number systems.

HEXBED5E7
Decimal190213231
Binary101111101101010111100111
Octal276325347

Shades and tints

Shades of #BED5E7

#BED5E7
(190,213,231)
#ADC2D2
(173,194,210)
#9CAFBD
(156,175,189)
#8B9CA8
(139,156,168)
#7A8993
(122,137,147)
#69767E
(105,118,126)
#586369
(88,99,105)
#475054
(71,80,84)
#363D3F
(54,61,63)
#252A2A
(37,42,42)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #BED5E7

#BED5E7
(190,213,231)
#C3D8E9
(195,216,233)
#C8DBEB
(200,219,235)
#CDDEED
(205,222,237)
#D2E1EF
(210,225,239)
#D7E4F1
(215,228,241)
#DCE7F3
(220,231,243)
#E1EAF5
(225,234,245)
#E6EDF7
(230,237,247)
#EBF0F9
(235,240,249)
#F0F3FB
(240,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED5E7; }

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

This text font color is #BED5E7.


Background Color

.myBgColor { background-color: #BED5E7; }

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

This div background color is #BED5E7.


Border color

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

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

This div border color is #BED5E7.


Opacity

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

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

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

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

This text has shadow with #BED5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED5E7 on black background.


Color preview on white background

This text has color #BED5E7 on white background.



Black color preview on #BED5E7 background

This text has black color on #BED5E7 background.


White color preview on #BED5E7 background

This text has white color on #BED5E7 background.