COLOR #BEC9DC

HEX: #BEC9DC
RGB: (190,201,220)

Renk bilgisi

#BEC9DC contains red, green and blue colors in about the same proportion. #BEC9DC ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#BEC9DC color RGB value is (190,201,220).

  • kırmız ton 190;
  • yeşil ton 201;
  • mavi ton 220.
RGB:
(190,201,220)
(75%,79%,86%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 201 of 255 = 79%
B 220 of 255 = 86%

190
201
220

R + G + B ~ 80%. #BEC9DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 201 + 220 = 611 (100%)
R 190 of 611 ~ 31.1%
G 201 of 611 ~ 32.9%
B 220 of 611 ~ 36.01%

%31.1
%32.9
%36.01

CMYK RENK MODELİ

#BEC9DC rengi CMYK tonu (14,9,0,14).

  • camgöbeği tonu 13.64%
  • eflatun tonu 8.64%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(14,9,0,14)
C14M9Y0K14 
(14%,9%,0%,14%)
(0.14/0.09/0.00/0.14)	

CMYK yüzdeleri

%13.64
%8.64
%0
%13.73

Codes

Color #BEC9DC in popluar color models

BEC9DC
RGB190201220
HSL218°30.00%80.39%
HSB/HSV218°13.64%86.27%
CMYK13.64%8.64%0.00%
13.73%

Color #BEC9DC in popluar number systems.

HEXBEC9DC
Decimal190201220
Binary101111101100100111011100
Octal276311334

Shades and tints

Shades of #BEC9DC

#BEC9DC
(190,201,220)
#ADB7C8
(173,183,200)
#9CA5B4
(156,165,180)
#8B93A0
(139,147,160)
#7A818C
(122,129,140)
#696F78
(105,111,120)
#585D64
(88,93,100)
#474B50
(71,75,80)
#36393C
(54,57,60)
#252728
(37,39,40)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #BEC9DC

#BEC9DC
(190,201,220)
#C3CDDF
(195,205,223)
#C8D1E2
(200,209,226)
#CDD5E5
(205,213,229)
#D2D9E8
(210,217,232)
#D7DDEB
(215,221,235)
#DCE1EE
(220,225,238)
#E1E5F1
(225,229,241)
#E6E9F4
(230,233,244)
#EBEDF7
(235,237,247)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC9DC color. Also use rgb(190,201,220) instead hex code.

Text Font Color

.myTextColor { color: #BEC9DC; }

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

This text font color is #BEC9DC.


Background Color

.myBgColor { background-color: #BEC9DC; }

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

This div background color is #BEC9DC.


Border color

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

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

This div border color is #BEC9DC.


Opacity

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

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

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

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

This text has shadow with #BEC9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC9DC on black background.


Color preview on white background

This text has color #BEC9DC on white background.



Black color preview on #BEC9DC background

This text has black color on #BEC9DC background.


White color preview on #BEC9DC background

This text has white color on #BEC9DC background.