COLOR #B2ADE1

HEX: #B2ADE1
RGB: (178,173,225)

Renk bilgisi

#B2ADE1 contains red, green and blue colors in about the same proportion. #B2ADE1 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#B2ADE1 color RGB value is (178,173,225).

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

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 173 of 255 = 68%
B 225 of 255 = 88%

178
173
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 173 + 225 = 576 (100%)
R 178 of 576 ~ 30.9%
G 173 of 576 ~ 30.03%
B 225 of 576 ~ 39.06%

%30.9
%30.03
%39.06

CMYK RENK MODELİ

#B2ADE1 rengi CMYK tonu (21,23,0,12).

  • camgöbeği tonu 20.89%
  • eflatun tonu 23.11%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(21,23,0,12)
C21M23Y0K12 
(21%,23%,0%,12%)
(0.21/0.23/0.00/0.12)	

CMYK yüzdeleri

%20.89
%23.11
%0
%11.76

Codes

Color #B2ADE1 in popluar color models

B2ADE1
RGB178173225
HSL246°46.43%78.04%
HSB/HSV246°23.11%88.24%
CMYK20.89%23.11%0.00%
11.76%

Color #B2ADE1 in popluar number systems.

HEXB2ADE1
Decimal178173225
Binary101100101010110111100001
Octal262255341

Shades and tints

Shades of #B2ADE1

#B2ADE1
(178,173,225)
#A29ECD
(162,158,205)
#928FB9
(146,143,185)
#8280A5
(130,128,165)
#727191
(114,113,145)
#62627D
(98,98,125)
#525369
(82,83,105)
#424455
(66,68,85)
#323541
(50,53,65)
#22262D
(34,38,45)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #B2ADE1

#B2ADE1
(178,173,225)
#B9B4E3
(185,180,227)
#C0BBE5
(192,187,229)
#C7C2E7
(199,194,231)
#CEC9E9
(206,201,233)
#D5D0EB
(213,208,235)
#DCD7ED
(220,215,237)
#E3DEEF
(227,222,239)
#EAE5F1
(234,229,241)
#F1ECF3
(241,236,243)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ADE1; }

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

This text font color is #B2ADE1.


Background Color

.myBgColor { background-color: #B2ADE1; }

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

This div background color is #B2ADE1.


Border color

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

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

This div border color is #B2ADE1.


Opacity

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

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

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

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

This text has shadow with #B2ADE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ADE1 on black background.


Color preview on white background

This text has color #B2ADE1 on white background.



Black color preview on #B2ADE1 background

This text has black color on #B2ADE1 background.


White color preview on #B2ADE1 background

This text has white color on #B2ADE1 background.