COLOR #BEC3DF

HEX: #BEC3DF
RGB: (190,195,223)

Color info

#BEC3DF contains red, green and blue colors in about the same proportion. Web safe color of #BEC3DF is #CCCCCC (or #CCC).

RGB color model

#BEC3DF color RGB value is (190,195,223).

  • red value is 190;
  • green value is 195;
  • blue value is 223.
RGB: (190,195,223) (75%,76%,87%)

RGB channels and saturation

R 190 of 255 = 75%
G 195 of 255 = 76%
B 223 of 255 = 87%

190
195
223

R + G + B ~ 79%. #BEC3DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 195 + 223 = 608 (100%)
R 190 of 608 ~ 31.25%
G 195 of 608 ~ 32.07%
B 223 of 608 ~ 36.68%

%31.25
%32.07
%36.68

CMYK color model

#BEC3DF color CMYK value is (15,13,0,13).

  • cyan value is 14.80%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (15,13,0,13) C15M13Y0K13 (15%,13%,0%,13%) (0.15/0.13/0.00/0.13)

CMYK percentages

%14.8
%12.56
%0
%12.55

Codes

Color #BEC3DF in popluar color models

BEC3DF
RGB190195223
HSL231°34.02%80.98%
HSB/HSV231°14.80%87.45%
CMYK14.80%12.56%0.00%
12.55%

Color #BEC3DF in popluar number systems.

HEXBEC3DF
Decimal190195223
Binary101111101100001111011111
Octal276303337

Shades and tints

Shades of #BEC3DF

#BEC3DF
(190,195,223)
#ADB2CB
(173,178,203)
#9CA1B7
(156,161,183)
#8B90A3
(139,144,163)
#7A7F8F
(122,127,143)
#696E7B
(105,110,123)
#585D67
(88,93,103)
#474C53
(71,76,83)
#363B3F
(54,59,63)
#252A2B
(37,42,43)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #BEC3DF

#BEC3DF
(190,195,223)
#C3C8E1
(195,200,225)
#C8CDE3
(200,205,227)
#CDD2E5
(205,210,229)
#D2D7E7
(210,215,231)
#D7DCE9
(215,220,233)
#DCE1EB
(220,225,235)
#E1E6ED
(225,230,237)
#E6EBEF
(230,235,239)
#EBF0F1
(235,240,241)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC3DF color. Also use rgb(190,195,223) instead hex code.

Text Font Color

.myTextColor { color: #BEC3DF; }

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

This text font color is #BEC3DF.


Background Color

.myBgColor { background-color: #BEC3DF; }

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

This div background color is #BEC3DF.


Border color

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

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

This div border color is #BEC3DF.


Opacity

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

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

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

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

This text has shadow with #BEC3DF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BEC3DF on black background.


Color preview on white background

This text has color #BEC3DF on white background.



Black color preview on #BEC3DF background

This text has black color on #BEC3DF background.


White color preview on #BEC3DF background

This text has white color on #BEC3DF background.