COLOR #BEABDC

HEX: #BEABDC
RGB: (190,171,220)

Renk bilgisi

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

RGB renk modeli

#BEABDC color RGB value is (190,171,220).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 171 of 255 = 67%
B 220 of 255 = 86%

190
171
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 171 + 220 = 581 (100%)
R 190 of 581 ~ 32.7%
G 171 of 581 ~ 29.43%
B 220 of 581 ~ 37.87%

%32.7
%29.43
%37.87

CMYK RENK MODELİ

#BEABDC rengi CMYK tonu (14,22,0,14).

  • camgöbeği tonu 13.64%
  • eflatun tonu 22.27%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(14,22,0,14)
C14M22Y0K14 
(14%,22%,0%,14%)
(0.14/0.22/0.00/0.14)	

CMYK yüzdeleri

%13.64
%22.27
%0
%13.73

Codes

Color #BEABDC in popluar color models

BEABDC
RGB190171220
HSL263°41.18%76.67%
HSB/HSV263°22.27%86.27%
CMYK13.64%22.27%0.00%
13.73%

Color #BEABDC in popluar number systems.

HEXBEABDC
Decimal190171220
Binary101111101010101111011100
Octal276253334

Shades and tints

Shades of #BEABDC

#BEABDC
(190,171,220)
#AD9CC8
(173,156,200)
#9C8DB4
(156,141,180)
#8B7EA0
(139,126,160)
#7A6F8C
(122,111,140)
#696078
(105,96,120)
#585164
(88,81,100)
#474250
(71,66,80)
#36333C
(54,51,60)
#252428
(37,36,40)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #BEABDC

#BEABDC
(190,171,220)
#C3B2DF
(195,178,223)
#C8B9E2
(200,185,226)
#CDC0E5
(205,192,229)
#D2C7E8
(210,199,232)
#D7CEEB
(215,206,235)
#DCD5EE
(220,213,238)
#E1DCF1
(225,220,241)
#E6E3F4
(230,227,244)
#EBEAF7
(235,234,247)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEABDC; }

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

This text font color is #BEABDC.


Background Color

.myBgColor { background-color: #BEABDC; }

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

This div background color is #BEABDC.


Border color

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

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

This div border color is #BEABDC.


Opacity

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

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

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

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

This text has shadow with #BEABDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEABDC on black background.


Color preview on white background

This text has color #BEABDC on white background.



Black color preview on #BEABDC background

This text has black color on #BEABDC background.


White color preview on #BEABDC background

This text has white color on #BEABDC background.