COLOR #BEA6CE

HEX: #BEA6CE
RGB: (190,166,206)

Renk bilgisi

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

RGB renk modeli

#BEA6CE color RGB value is (190,166,206).

  • kırmız ton 190;
  • yeşil ton 166;
  • mavi ton 206.
RGB:
(190,166,206)
(75%,65%,81%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 166 of 255 = 65%
B 206 of 255 = 81%

190
166
206

R + G + B ~ 74%. #BEA6CE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 166 + 206 = 562 (100%)
R 190 of 562 ~ 33.81%
G 166 of 562 ~ 29.54%
B 206 of 562 ~ 36.65%

%33.81
%29.54
%36.65

CMYK RENK MODELİ

#BEA6CE rengi CMYK tonu (8,19,0,19).

  • camgöbeği tonu 7.77%
  • eflatun tonu 19.42%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(8,19,0,19)
C8M19Y0K19 
(8%,19%,0%,19%)
(0.08/0.19/0.00/0.19)	

CMYK yüzdeleri

%7.77
%19.42
%0
%19.22

Codes

Color #BEA6CE in popluar color models

BEA6CE
RGB190166206
HSL276°28.99%72.94%
HSB/HSV276°19.42%80.78%
CMYK7.77%19.42%0.00%
19.22%

Color #BEA6CE in popluar number systems.

HEXBEA6CE
Decimal190166206
Binary101111101010011011001110
Octal276246316

Shades and tints

Shades of #BEA6CE

#BEA6CE
(190,166,206)
#AD97BC
(173,151,188)
#9C88AA
(156,136,170)
#8B7998
(139,121,152)
#7A6A86
(122,106,134)
#695B74
(105,91,116)
#584C62
(88,76,98)
#473D50
(71,61,80)
#362E3E
(54,46,62)
#251F2C
(37,31,44)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #BEA6CE

#BEA6CE
(190,166,206)
#C3AED2
(195,174,210)
#C8B6D6
(200,182,214)
#CDBEDA
(205,190,218)
#D2C6DE
(210,198,222)
#D7CEE2
(215,206,226)
#DCD6E6
(220,214,230)
#E1DEEA
(225,222,234)
#E6E6EE
(230,230,238)
#EBEEF2
(235,238,242)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA6CE color. Also use rgb(190,166,206) instead hex code.

Text Font Color

.myTextColor { color: #BEA6CE; }

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

This text font color is #BEA6CE.


Background Color

.myBgColor { background-color: #BEA6CE; }

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

This div background color is #BEA6CE.


Border color

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

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

This div border color is #BEA6CE.


Opacity

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

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

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

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

This text has shadow with #BEA6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA6CE on black background.


Color preview on white background

This text has color #BEA6CE on white background.



Black color preview on #BEA6CE background

This text has black color on #BEA6CE background.


White color preview on #BEA6CE background

This text has white color on #BEA6CE background.