COLOR #BEAEC6

HEX: #BEAEC6
RGB: (190,174,198)

Renk bilgisi

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

RGB renk modeli

#BEAEC6 color RGB value is (190,174,198).

  • kırmız ton 190;
  • yeşil ton 174;
  • mavi ton 198.
RGB:
(190,174,198)
(75%,68%,78%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 174 of 255 = 68%
B 198 of 255 = 78%

190
174
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 174 + 198 = 562 (100%)
R 190 of 562 ~ 33.81%
G 174 of 562 ~ 30.96%
B 198 of 562 ~ 35.23%

%33.81
%30.96
%35.23

CMYK RENK MODELİ

#BEAEC6 rengi CMYK tonu (4,12,0,22).

  • camgöbeği tonu 4.04%
  • eflatun tonu 12.12%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(4,12,0,22)
C4M12Y0K22 
(4%,12%,0%,22%)
(0.04/0.12/0.00/0.22)	

CMYK yüzdeleri

%4.04
%12.12
%0
%22.35

Codes

Color #BEAEC6 in popluar color models

BEAEC6
RGB190174198
HSL280°17.39%72.94%
HSB/HSV280°12.12%77.65%
CMYK4.04%12.12%0.00%
22.35%

Color #BEAEC6 in popluar number systems.

HEXBEAEC6
Decimal190174198
Binary101111101010111011000110
Octal276256306

Shades and tints

Shades of #BEAEC6

#BEAEC6
(190,174,198)
#AD9FB4
(173,159,180)
#9C90A2
(156,144,162)
#8B8190
(139,129,144)
#7A727E
(122,114,126)
#69636C
(105,99,108)
#58545A
(88,84,90)
#474548
(71,69,72)
#363636
(54,54,54)
#252724
(37,39,36)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #BEAEC6

#BEAEC6
(190,174,198)
#C3B5CB
(195,181,203)
#C8BCD0
(200,188,208)
#CDC3D5
(205,195,213)
#D2CADA
(210,202,218)
#D7D1DF
(215,209,223)
#DCD8E4
(220,216,228)
#E1DFE9
(225,223,233)
#E6E6EE
(230,230,238)
#EBEDF3
(235,237,243)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAEC6 color. Also use rgb(190,174,198) instead hex code.

Text Font Color

.myTextColor { color: #BEAEC6; }

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

This text font color is #BEAEC6.


Background Color

.myBgColor { background-color: #BEAEC6; }

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

This div background color is #BEAEC6.


Border color

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

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

This div border color is #BEAEC6.


Opacity

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

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

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

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

This text has shadow with #BEAEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAEC6 on black background.


Color preview on white background

This text has color #BEAEC6 on white background.



Black color preview on #BEAEC6 background

This text has black color on #BEAEC6 background.


White color preview on #BEAEC6 background

This text has white color on #BEAEC6 background.