COLOR #B2ADBB

HEX: #B2ADBB
RGB: (178,173,187)

Renk bilgisi

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

RGB renk modeli

#B2ADBB color RGB value is (178,173,187).

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

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 173 of 255 = 68%
B 187 of 255 = 73%

178
173
187

R + G + B ~ 70%. #B2ADBB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 173 + 187 = 538 (100%)
R 178 of 538 ~ 33.09%
G 173 of 538 ~ 32.16%
B 187 of 538 ~ 34.76%

%33.09
%32.16
%34.76

CMYK RENK MODELİ

#B2ADBB rengi CMYK tonu (5,7,0,27).

  • camgöbeği tonu 4.81%
  • eflatun tonu 7.49%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(5,7,0,27)
C5M7Y0K27 
(5%,7%,0%,27%)
(0.05/0.07/0.00/0.27)	

CMYK yüzdeleri

%4.81
%7.49
%0
%26.67

Codes

Color #B2ADBB in popluar color models

B2ADBB
RGB178173187
HSL261°9.33%70.59%
HSB/HSV261°7.49%73.33%
CMYK4.81%7.49%0.00%
26.67%

Color #B2ADBB in popluar number systems.

HEXB2ADBB
Decimal178173187
Binary101100101010110110111011
Octal262255273

Shades and tints

Shades of #B2ADBB

#B2ADBB
(178,173,187)
#A29EAA
(162,158,170)
#928F99
(146,143,153)
#828088
(130,128,136)
#727177
(114,113,119)
#626266
(98,98,102)
#525355
(82,83,85)
#424444
(66,68,68)
#323533
(50,53,51)
#222622
(34,38,34)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #B2ADBB

#B2ADBB
(178,173,187)
#B9B4C1
(185,180,193)
#C0BBC7
(192,187,199)
#C7C2CD
(199,194,205)
#CEC9D3
(206,201,211)
#D5D0D9
(213,208,217)
#DCD7DF
(220,215,223)
#E3DEE5
(227,222,229)
#EAE5EB
(234,229,235)
#F1ECF1
(241,236,241)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ADBB; }

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

This text font color is #B2ADBB.


Background Color

.myBgColor { background-color: #B2ADBB; }

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

This div background color is #B2ADBB.


Border color

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

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

This div border color is #B2ADBB.


Opacity

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

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

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

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

This text has shadow with #B2ADBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ADBB on black background.


Color preview on white background

This text has color #B2ADBB on white background.



Black color preview on #B2ADBB background

This text has black color on #B2ADBB background.


White color preview on #B2ADBB background

This text has white color on #B2ADBB background.