COLOR #B499D1

HEX: #B499D1
RGB: (180,153,209)

Renk bilgisi

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

RGB renk modeli

#B499D1 color RGB value is (180,153,209).

  • kırmız ton 180;
  • yeşil ton 153;
  • mavi ton 209.
RGB:
(180,153,209)
(71%,60%,82%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 153 of 255 = 60%
B 209 of 255 = 82%

180
153
209

R + G + B ~ 71%. #B499D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 153 + 209 = 542 (100%)
R 180 of 542 ~ 33.21%
G 153 of 542 ~ 28.23%
B 209 of 542 ~ 38.56%

%33.21
%28.23
%38.56

CMYK RENK MODELİ

#B499D1 rengi CMYK tonu (14,27,0,18).

  • camgöbeği tonu 13.88%
  • eflatun tonu 26.79%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(14,27,0,18)
C14M27Y0K18 
(14%,27%,0%,18%)
(0.14/0.27/0.00/0.18)	

CMYK yüzdeleri

%13.88
%26.79
%0
%18.04

Codes

Color #B499D1 in popluar color models

B499D1
RGB180153209
HSL269°37.84%70.98%
HSB/HSV269°26.79%81.96%
CMYK13.88%26.79%0.00%
18.04%

Color #B499D1 in popluar number systems.

HEXB499D1
Decimal180153209
Binary101101001001100111010001
Octal264231321

Shades and tints

Shades of #B499D1

#B499D1
(180,153,209)
#A48CBE
(164,140,190)
#947FAB
(148,127,171)
#847298
(132,114,152)
#746585
(116,101,133)
#645872
(100,88,114)
#544B5F
(84,75,95)
#443E4C
(68,62,76)
#343139
(52,49,57)
#242426
(36,36,38)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #B499D1

#B499D1
(180,153,209)
#BAA2D5
(186,162,213)
#C0ABD9
(192,171,217)
#C6B4DD
(198,180,221)
#CCBDE1
(204,189,225)
#D2C6E5
(210,198,229)
#D8CFE9
(216,207,233)
#DED8ED
(222,216,237)
#E4E1F1
(228,225,241)
#EAEAF5
(234,234,245)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B499D1 color. Also use rgb(180,153,209) instead hex code.

Text Font Color

.myTextColor { color: #B499D1; }

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

This text font color is #B499D1.


Background Color

.myBgColor { background-color: #B499D1; }

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

This div background color is #B499D1.


Border color

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

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

This div border color is #B499D1.


Opacity

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

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

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

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

This text has shadow with #B499D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B499D1 on black background.


Color preview on white background

This text has color #B499D1 on white background.



Black color preview on #B499D1 background

This text has black color on #B499D1 background.


White color preview on #B499D1 background

This text has white color on #B499D1 background.