COLOR #B5AFDB

HEX: #B5AFDB
RGB: (181,175,219)

Renk bilgisi

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

RGB renk modeli

#B5AFDB color RGB value is (181,175,219).

  • kırmız ton 181;
  • yeşil ton 175;
  • mavi ton 219.
RGB:
(181,175,219)
(71%,69%,86%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 175 of 255 = 69%
B 219 of 255 = 86%

181
175
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 175 + 219 = 575 (100%)
R 181 of 575 ~ 31.48%
G 175 of 575 ~ 30.43%
B 219 of 575 ~ 38.09%

%31.48
%30.43
%38.09

CMYK RENK MODELİ

#B5AFDB rengi CMYK tonu (17,20,0,14).

  • camgöbeği tonu 17.35%
  • eflatun tonu 20.09%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(17,20,0,14)
C17M20Y0K14 
(17%,20%,0%,14%)
(0.17/0.20/0.00/0.14)	

CMYK yüzdeleri

%17.35
%20.09
%0
%14.12

Codes

Color #B5AFDB in popluar color models

B5AFDB
RGB181175219
HSL248°37.93%77.25%
HSB/HSV248°20.09%85.88%
CMYK17.35%20.09%0.00%
14.12%

Color #B5AFDB in popluar number systems.

HEXB5AFDB
Decimal181175219
Binary101101011010111111011011
Octal265257333

Shades and tints

Shades of #B5AFDB

#B5AFDB
(181,175,219)
#A5A0C8
(165,160,200)
#9591B5
(149,145,181)
#8582A2
(133,130,162)
#75738F
(117,115,143)
#65647C
(101,100,124)
#555569
(85,85,105)
#454656
(69,70,86)
#353743
(53,55,67)
#252830
(37,40,48)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #B5AFDB

#B5AFDB
(181,175,219)
#BBB6DE
(187,182,222)
#C1BDE1
(193,189,225)
#C7C4E4
(199,196,228)
#CDCBE7
(205,203,231)
#D3D2EA
(211,210,234)
#D9D9ED
(217,217,237)
#DFE0F0
(223,224,240)
#E5E7F3
(229,231,243)
#EBEEF6
(235,238,246)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AFDB color. Also use rgb(181,175,219) instead hex code.

Text Font Color

.myTextColor { color: #B5AFDB; }

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

This text font color is #B5AFDB.


Background Color

.myBgColor { background-color: #B5AFDB; }

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

This div background color is #B5AFDB.


Border color

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

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

This div border color is #B5AFDB.


Opacity

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

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

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

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

This text has shadow with #B5AFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AFDB on black background.


Color preview on white background

This text has color #B5AFDB on white background.



Black color preview on #B5AFDB background

This text has black color on #B5AFDB background.


White color preview on #B5AFDB background

This text has white color on #B5AFDB background.