COLOR #B2ADBC

HEX: #B2ADBC
RGB: (178,173,188)

Renk bilgisi

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

RGB renk modeli

#B2ADBC color RGB value is (178,173,188).

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

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 173 of 255 = 68%
B 188 of 255 = 74%

178
173
188

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

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 173 + 188 = 539 (100%)
R 178 of 539 ~ 33.02%
G 173 of 539 ~ 32.1%
B 188 of 539 ~ 34.88%

%33.02
%32.1
%34.88

CMYK RENK MODELİ

#B2ADBC rengi CMYK tonu (5,8,0,26).

  • camgöbeği tonu 5.32%
  • eflatun tonu 7.98%
  • sarı tonu 0.00%
  • ana renk tonu 26.27%
CMYK:
(5,8,0,26)
C5M8Y0K26 
(5%,8%,0%,26%)
(0.05/0.08/0.00/0.26)	

CMYK yüzdeleri

%5.32
%7.98
%0
%26.27

Codes

Color #B2ADBC in popluar color models

B2ADBC
RGB178173188
HSL260°10.07%70.78%
HSB/HSV260°7.98%73.73%
CMYK5.32%7.98%0.00%
26.27%

Color #B2ADBC in popluar number systems.

HEXB2ADBC
Decimal178173188
Binary101100101010110110111100
Octal262255274

Shades and tints

Shades of #B2ADBC

#B2ADBC
(178,173,188)
#A29EAB
(162,158,171)
#928F9A
(146,143,154)
#828089
(130,128,137)
#727178
(114,113,120)
#626267
(98,98,103)
#525356
(82,83,86)
#424445
(66,68,69)
#323534
(50,53,52)
#222623
(34,38,35)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #B2ADBC

#B2ADBC
(178,173,188)
#B9B4C2
(185,180,194)
#C0BBC8
(192,187,200)
#C7C2CE
(199,194,206)
#CEC9D4
(206,201,212)
#D5D0DA
(213,208,218)
#DCD7E0
(220,215,224)
#E3DEE6
(227,222,230)
#EAE5EC
(234,229,236)
#F1ECF2
(241,236,242)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ADBC; }

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

This text font color is #B2ADBC.


Background Color

.myBgColor { background-color: #B2ADBC; }

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

This div background color is #B2ADBC.


Border color

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

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

This div border color is #B2ADBC.


Opacity

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

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

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

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

This text has shadow with #B2ADBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ADBC on black background.


Color preview on white background

This text has color #B2ADBC on white background.



Black color preview on #B2ADBC background

This text has black color on #B2ADBC background.


White color preview on #B2ADBC background

This text has white color on #B2ADBC background.