COLOR #BEAED7

HEX: #BEAED7
RGB: (190,174,215)

Renk bilgisi

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

RGB renk modeli

#BEAED7 color RGB value is (190,174,215).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 174 of 255 = 68%
B 215 of 255 = 84%

190
174
215

R + G + B ~ 76%. #BEAED7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 174 + 215 = 579 (100%)
R 190 of 579 ~ 32.82%
G 174 of 579 ~ 30.05%
B 215 of 579 ~ 37.13%

%32.82
%30.05
%37.13

CMYK RENK MODELİ

#BEAED7 rengi CMYK tonu (12,19,0,16).

  • camgöbeği tonu 11.63%
  • eflatun tonu 19.07%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(12,19,0,16)
C12M19Y0K16 
(12%,19%,0%,16%)
(0.12/0.19/0.00/0.16)	

CMYK yüzdeleri

%11.63
%19.07
%0
%15.69

Codes

Color #BEAED7 in popluar color models

BEAED7
RGB190174215
HSL263°33.88%76.27%
HSB/HSV263°19.07%84.31%
CMYK11.63%19.07%0.00%
15.69%

Color #BEAED7 in popluar number systems.

HEXBEAED7
Decimal190174215
Binary101111101010111011010111
Octal276256327

Shades and tints

Shades of #BEAED7

#BEAED7
(190,174,215)
#AD9FC4
(173,159,196)
#9C90B1
(156,144,177)
#8B819E
(139,129,158)
#7A728B
(122,114,139)
#696378
(105,99,120)
#585465
(88,84,101)
#474552
(71,69,82)
#36363F
(54,54,63)
#25272C
(37,39,44)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #BEAED7

#BEAED7
(190,174,215)
#C3B5DA
(195,181,218)
#C8BCDD
(200,188,221)
#CDC3E0
(205,195,224)
#D2CAE3
(210,202,227)
#D7D1E6
(215,209,230)
#DCD8E9
(220,216,233)
#E1DFEC
(225,223,236)
#E6E6EF
(230,230,239)
#EBEDF2
(235,237,242)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAED7; }

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

This text font color is #BEAED7.


Background Color

.myBgColor { background-color: #BEAED7; }

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

This div background color is #BEAED7.


Border color

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

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

This div border color is #BEAED7.


Opacity

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

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

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

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

This text has shadow with #BEAED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAED7 on black background.


Color preview on white background

This text has color #BEAED7 on white background.



Black color preview on #BEAED7 background

This text has black color on #BEAED7 background.


White color preview on #BEAED7 background

This text has white color on #BEAED7 background.