COLOR #BEACD7

HEX: #BEACD7
RGB: (190,172,215)

Renk bilgisi

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

RGB renk modeli

#BEACD7 color RGB value is (190,172,215).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 172 of 255 = 67%
B 215 of 255 = 84%

190
172
215

R + G + B ~ 75%. #BEACD7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 172 + 215 = 577 (100%)
R 190 of 577 ~ 32.93%
G 172 of 577 ~ 29.81%
B 215 of 577 ~ 37.26%

%32.93
%29.81
%37.26

CMYK RENK MODELİ

#BEACD7 rengi CMYK tonu (12,20,0,16).

  • camgöbeği tonu 11.63%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(12,20,0,16)
C12M20Y0K16 
(12%,20%,0%,16%)
(0.12/0.20/0.00/0.16)	

CMYK yüzdeleri

%11.63
%20
%0
%15.69

Codes

Color #BEACD7 in popluar color models

BEACD7
RGB190172215
HSL265°34.96%75.88%
HSB/HSV265°20.00%84.31%
CMYK11.63%20.00%0.00%
15.69%

Color #BEACD7 in popluar number systems.

HEXBEACD7
Decimal190172215
Binary101111101010110011010111
Octal276254327

Shades and tints

Shades of #BEACD7

#BEACD7
(190,172,215)
#AD9DC4
(173,157,196)
#9C8EB1
(156,142,177)
#8B7F9E
(139,127,158)
#7A708B
(122,112,139)
#696178
(105,97,120)
#585265
(88,82,101)
#474352
(71,67,82)
#36343F
(54,52,63)
#25252C
(37,37,44)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #BEACD7

#BEACD7
(190,172,215)
#C3B3DA
(195,179,218)
#C8BADD
(200,186,221)
#CDC1E0
(205,193,224)
#D2C8E3
(210,200,227)
#D7CFE6
(215,207,230)
#DCD6E9
(220,214,233)
#E1DDEC
(225,221,236)
#E6E4EF
(230,228,239)
#EBEBF2
(235,235,242)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEACD7; }

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

This text font color is #BEACD7.


Background Color

.myBgColor { background-color: #BEACD7; }

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

This div background color is #BEACD7.


Border color

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

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

This div border color is #BEACD7.


Opacity

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

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

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

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

This text has shadow with #BEACD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEACD7 on black background.


Color preview on white background

This text has color #BEACD7 on white background.



Black color preview on #BEACD7 background

This text has black color on #BEACD7 background.


White color preview on #BEACD7 background

This text has white color on #BEACD7 background.