COLOR #BED7EC

HEX: #BED7EC
RGB: (190,215,236)

Color info

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

RGB color model

#BED7EC color RGB value is (190,215,236).

  • red value is 190;
  • green value is 215;
  • blue value is 236.
RGB:
(190,215,236)
(75%,84%,93%)

RGB channels and saturation

R 190 of 255 = 75%
G 215 of 255 = 84%
B 236 of 255 = 93%

190
215
236

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

Portions of RGB colors in percentages

R + G + B =
190 + 215 + 236 = 641 (100%)
R 190 of 641 ~ 29.64%
G 215 of 641 ~ 33.54%
B 236 of 641 ~ 36.82%

%29.64
%33.54
%36.82

CMYK color model

#BED7EC color CMYK value is (19,9,0,7).

  • cyan value is 19.49%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(19,9,0,7)
C19M9Y0K7 
(19%,9%,0%,7%)
(0.19/0.09/0.00/0.07)	

CMYK percentages

%19.49
%8.9
%0
%7.45

Codes

Color #BED7EC in popluar color models

BED7EC
RGB190215236
HSL207°54.76%83.53%
HSB/HSV207°19.49%92.55%
CMYK19.49%8.90%0.00%
7.45%

Color #BED7EC in popluar number systems.

HEXBED7EC
Decimal190215236
Binary101111101101011111101100
Octal276327354

Shades and tints

Shades of #BED7EC

#BED7EC
(190,215,236)
#ADC4D7
(173,196,215)
#9CB1C2
(156,177,194)
#8B9EAD
(139,158,173)
#7A8B98
(122,139,152)
#697883
(105,120,131)
#58656E
(88,101,110)
#475259
(71,82,89)
#363F44
(54,63,68)
#252C2F
(37,44,47)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #BED7EC

#BED7EC
(190,215,236)
#C3DAED
(195,218,237)
#C8DDEE
(200,221,238)
#CDE0EF
(205,224,239)
#D2E3F0
(210,227,240)
#D7E6F1
(215,230,241)
#DCE9F2
(220,233,242)
#E1ECF3
(225,236,243)
#E6EFF4
(230,239,244)
#EBF2F5
(235,242,245)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED7EC color. Also use rgb(190,215,236) instead hex code.

Text Font Color

.myTextColor { color: #BED7EC; }

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

This text font color is #BED7EC.


Background Color

.myBgColor { background-color: #BED7EC; }

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

This div background color is #BED7EC.


Border color

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

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

This div border color is #BED7EC.


Opacity

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

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

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

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

This text has shadow with #BED7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED7EC on black background.


Color preview on white background

This text has color #BED7EC on white background.



Black color preview on #BED7EC background

This text has black color on #BED7EC background.


White color preview on #BED7EC background

This text has white color on #BED7EC background.