COLOR #BEC7F7

HEX: #BEC7F7
RGB: (190,199,247)

Color info

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

RGB color model

#BEC7F7 color RGB value is (190,199,247).

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

RGB channels and saturation

R 190 of 255 = 75%
G 199 of 255 = 78%
B 247 of 255 = 97%

190
199
247

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

Portions of RGB colors in percentages

R + G + B =
190 + 199 + 247 = 636 (100%)
R 190 of 636 ~ 29.87%
G 199 of 636 ~ 31.29%
B 247 of 636 ~ 38.84%

%29.87
%31.29
%38.84

CMYK color model

#BEC7F7 color CMYK value is (23,19,0,3).

  • cyan value is 23.08%
  • magenta value is 19.43%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(23,19,0,3)
C23M19Y0K3 
(23%,19%,0%,3%)
(0.23/0.19/0.00/0.03)	

CMYK percentages

%23.08
%19.43
%0
%3.14

Codes

Color #BEC7F7 in popluar color models

BEC7F7
RGB190199247
HSL231°78.08%85.69%
HSB/HSV231°23.08%96.86%
CMYK23.08%19.43%0.00%
3.14%

Color #BEC7F7 in popluar number systems.

HEXBEC7F7
Decimal190199247
Binary101111101100011111110111
Octal276307367

Shades and tints

Shades of #BEC7F7

#BEC7F7
(190,199,247)
#ADB5E1
(173,181,225)
#9CA3CB
(156,163,203)
#8B91B5
(139,145,181)
#7A7F9F
(122,127,159)
#696D89
(105,109,137)
#585B73
(88,91,115)
#47495D
(71,73,93)
#363747
(54,55,71)
#252531
(37,37,49)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #BEC7F7

#BEC7F7
(190,199,247)
#C3CCF7
(195,204,247)
#C8D1F7
(200,209,247)
#CDD6F7
(205,214,247)
#D2DBF7
(210,219,247)
#D7E0F7
(215,224,247)
#DCE5F7
(220,229,247)
#E1EAF7
(225,234,247)
#E6EFF7
(230,239,247)
#EBF4F7
(235,244,247)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC7F7; }

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

This text font color is #BEC7F7.


Background Color

.myBgColor { background-color: #BEC7F7; }

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

This div background color is #BEC7F7.


Border color

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

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

This div border color is #BEC7F7.


Opacity

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

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

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

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

This text has shadow with #BEC7F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC7F7 on black background.


Color preview on white background

This text has color #BEC7F7 on white background.



Black color preview on #BEC7F7 background

This text has black color on #BEC7F7 background.


White color preview on #BEC7F7 background

This text has white color on #BEC7F7 background.