COLOR #B2ADF9

HEX: #B2ADF9
RGB: (178,173,249)

Renk bilgisi

#B2ADF9 contains mainly blue color. #B2ADF9 ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#B2ADF9 color RGB value is (178,173,249).

  • kırmız ton 178;
  • yeşil ton 173;
  • mavi ton 249.
RGB:
(178,173,249)
(70%,68%,98%)

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 173 of 255 = 68%
B 249 of 255 = 98%

178
173
249

R + G + B ~ 79%. #B2ADF9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 173 + 249 = 600 (100%)
R 178 of 600 ~ 29.67%
G 173 of 600 ~ 28.83%
B 249 of 600 ~ 41.5%

%29.67
%28.83
%41.5

CMYK RENK MODELİ

#B2ADF9 rengi CMYK tonu (29,31,0,2).

  • camgöbeği tonu 28.51%
  • eflatun tonu 30.52%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(29,31,0,2)
C29M31Y0K2 
(29%,31%,0%,2%)
(0.29/0.31/0.00/0.02)	

CMYK yüzdeleri

%28.51
%30.52
%0
%2.35

Codes

Color #B2ADF9 in popluar color models

B2ADF9
RGB178173249
HSL244°86.36%82.75%
HSB/HSV244°30.52%97.65%
CMYK28.51%30.52%0.00%
2.35%

Color #B2ADF9 in popluar number systems.

HEXB2ADF9
Decimal178173249
Binary101100101010110111111001
Octal262255371

Shades and tints

Shades of #B2ADF9

#B2ADF9
(178,173,249)
#A29EE3
(162,158,227)
#928FCD
(146,143,205)
#8280B7
(130,128,183)
#7271A1
(114,113,161)
#62628B
(98,98,139)
#525375
(82,83,117)
#42445F
(66,68,95)
#323549
(50,53,73)
#222633
(34,38,51)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #B2ADF9

#B2ADF9
(178,173,249)
#B9B4F9
(185,180,249)
#C0BBF9
(192,187,249)
#C7C2F9
(199,194,249)
#CEC9F9
(206,201,249)
#D5D0F9
(213,208,249)
#DCD7F9
(220,215,249)
#E3DEF9
(227,222,249)
#EAE5F9
(234,229,249)
#F1ECF9
(241,236,249)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2ADF9 color. Also use rgb(178,173,249) instead hex code.

Text Font Color

.myTextColor { color: #B2ADF9; }

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

This text font color is #B2ADF9.


Background Color

.myBgColor { background-color: #B2ADF9; }

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

This div background color is #B2ADF9.


Border color

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

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

This div border color is #B2ADF9.


Opacity

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

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

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

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

This text has shadow with #B2ADF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ADF9 on black background.


Color preview on white background

This text has color #B2ADF9 on white background.



Black color preview on #B2ADF9 background

This text has black color on #B2ADF9 background.


White color preview on #B2ADF9 background

This text has white color on #B2ADF9 background.