COLOR #BED6F7

HEX: #BED6F7
RGB: (190,214,247)

Color info

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

RGB color model

#BED6F7 color RGB value is (190,214,247).

  • red value is 190;
  • green value is 214;
  • blue value is 247.
RGB:
(190,214,247)
(75%,84%,97%)

RGB channels and saturation

R 190 of 255 = 75%
G 214 of 255 = 84%
B 247 of 255 = 97%

190
214
247

R + G + B ~ 85%. #BED6F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 214 + 247 = 651 (100%)
R 190 of 651 ~ 29.19%
G 214 of 651 ~ 32.87%
B 247 of 651 ~ 37.94%

%29.19
%32.87
%37.94

CMYK color model

#BED6F7 color CMYK value is (23,13,0,3).

  • cyan value is 23.08%
  • magenta value is 13.36%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(23,13,0,3)
C23M13Y0K3 
(23%,13%,0%,3%)
(0.23/0.13/0.00/0.03)	

CMYK percentages

%23.08
%13.36
%0
%3.14

Codes

Color #BED6F7 in popluar color models

BED6F7
RGB190214247
HSL215°78.08%85.69%
HSB/HSV215°23.08%96.86%
CMYK23.08%13.36%0.00%
3.14%

Color #BED6F7 in popluar number systems.

HEXBED6F7
Decimal190214247
Binary101111101101011011110111
Octal276326367

Shades and tints

Shades of #BED6F7

#BED6F7
(190,214,247)
#ADC3E1
(173,195,225)
#9CB0CB
(156,176,203)
#8B9DB5
(139,157,181)
#7A8A9F
(122,138,159)
#697789
(105,119,137)
#586473
(88,100,115)
#47515D
(71,81,93)
#363E47
(54,62,71)
#252B31
(37,43,49)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #BED6F7

#BED6F7
(190,214,247)
#C3D9F7
(195,217,247)
#C8DCF7
(200,220,247)
#CDDFF7
(205,223,247)
#D2E2F7
(210,226,247)
#D7E5F7
(215,229,247)
#DCE8F7
(220,232,247)
#E1EBF7
(225,235,247)
#E6EEF7
(230,238,247)
#EBF1F7
(235,241,247)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED6F7 color. Also use rgb(190,214,247) instead hex code.

Text Font Color

.myTextColor { color: #BED6F7; }

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

This text font color is #BED6F7.


Background Color

.myBgColor { background-color: #BED6F7; }

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

This div background color is #BED6F7.


Border color

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

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

This div border color is #BED6F7.


Opacity

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

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

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

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

This text has shadow with #BED6F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED6F7 on black background.


Color preview on white background

This text has color #BED6F7 on white background.



Black color preview on #BED6F7 background

This text has black color on #BED6F7 background.


White color preview on #BED6F7 background

This text has white color on #BED6F7 background.