COLOR #BEACC8

HEX: #BEACC8
RGB: (190,172,200)

Renk bilgisi

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

RGB renk modeli

#BEACC8 color RGB value is (190,172,200).

  • kırmız ton 190;
  • yeşil ton 172;
  • mavi ton 200.
RGB:
(190,172,200)
(75%,67%,78%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 172 of 255 = 67%
B 200 of 255 = 78%

190
172
200

R + G + B ~ 73%. #BEACC8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 172 + 200 = 562 (100%)
R 190 of 562 ~ 33.81%
G 172 of 562 ~ 30.6%
B 200 of 562 ~ 35.59%

%33.81
%30.6
%35.59

CMYK RENK MODELİ

#BEACC8 rengi CMYK tonu (5,14,0,22).

  • camgöbeği tonu 5.00%
  • eflatun tonu 14.00%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(5,14,0,22)
C5M14Y0K22 
(5%,14%,0%,22%)
(0.05/0.14/0.00/0.22)	

CMYK yüzdeleri

%5
%14
%0
%21.57

Codes

Color #BEACC8 in popluar color models

BEACC8
RGB190172200
HSL279°20.29%72.94%
HSB/HSV279°14.00%78.43%
CMYK5.00%14.00%0.00%
21.57%

Color #BEACC8 in popluar number systems.

HEXBEACC8
Decimal190172200
Binary101111101010110011001000
Octal276254310

Shades and tints

Shades of #BEACC8

#BEACC8
(190,172,200)
#AD9DB6
(173,157,182)
#9C8EA4
(156,142,164)
#8B7F92
(139,127,146)
#7A7080
(122,112,128)
#69616E
(105,97,110)
#58525C
(88,82,92)
#47434A
(71,67,74)
#363438
(54,52,56)
#252526
(37,37,38)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #BEACC8

#BEACC8
(190,172,200)
#C3B3CD
(195,179,205)
#C8BAD2
(200,186,210)
#CDC1D7
(205,193,215)
#D2C8DC
(210,200,220)
#D7CFE1
(215,207,225)
#DCD6E6
(220,214,230)
#E1DDEB
(225,221,235)
#E6E4F0
(230,228,240)
#EBEBF5
(235,235,245)
#F0F2FA
(240,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEACC8 color. Also use rgb(190,172,200) instead hex code.

Text Font Color

.myTextColor { color: #BEACC8; }

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

This text font color is #BEACC8.


Background Color

.myBgColor { background-color: #BEACC8; }

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

This div background color is #BEACC8.


Border color

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

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

This div border color is #BEACC8.


Opacity

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

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

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

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

This text has shadow with #BEACC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEACC8 on black background.


Color preview on white background

This text has color #BEACC8 on white background.



Black color preview on #BEACC8 background

This text has black color on #BEACC8 background.


White color preview on #BEACC8 background

This text has white color on #BEACC8 background.