COLOR #B0ADCB

HEX: #B0ADCB
RGB: (176,173,203)

Renk bilgisi

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

RGB renk modeli

#B0ADCB color RGB value is (176,173,203).

  • kırmız ton 176;
  • yeşil ton 173;
  • mavi ton 203.
RGB:
(176,173,203)
(69%,68%,80%)

RGB bağlantıları ve doygunluk

R 176 of 255 = 69%
G 173 of 255 = 68%
B 203 of 255 = 80%

176
173
203

R + G + B ~ 72%. #B0ADCB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
176 + 173 + 203 = 552 (100%)
R 176 of 552 ~ 31.88%
G 173 of 552 ~ 31.34%
B 203 of 552 ~ 36.78%

%31.88
%31.34
%36.78

CMYK RENK MODELİ

#B0ADCB rengi CMYK tonu (13,15,0,20).

  • camgöbeği tonu 13.30%
  • eflatun tonu 14.78%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(13,15,0,20)
C13M15Y0K20 
(13%,15%,0%,20%)
(0.13/0.15/0.00/0.20)	

CMYK yüzdeleri

%13.3
%14.78
%0
%20.39

Codes

Color #B0ADCB in popluar color models

B0ADCB
RGB176173203
HSL246°22.39%73.73%
HSB/HSV246°14.78%79.61%
CMYK13.30%14.78%0.00%
20.39%

Color #B0ADCB in popluar number systems.

HEXB0ADCB
Decimal176173203
Binary101100001010110111001011
Octal260255313

Shades and tints

Shades of #B0ADCB

#B0ADCB
(176,173,203)
#A09EB9
(160,158,185)
#908FA7
(144,143,167)
#808095
(128,128,149)
#707183
(112,113,131)
#606271
(96,98,113)
#50535F
(80,83,95)
#40444D
(64,68,77)
#30353B
(48,53,59)
#202629
(32,38,41)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #B0ADCB

#B0ADCB
(176,173,203)
#B7B4CF
(183,180,207)
#BEBBD3
(190,187,211)
#C5C2D7
(197,194,215)
#CCC9DB
(204,201,219)
#D3D0DF
(211,208,223)
#DAD7E3
(218,215,227)
#E1DEE7
(225,222,231)
#E8E5EB
(232,229,235)
#EFECEF
(239,236,239)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0ADCB color. Also use rgb(176,173,203) instead hex code.

Text Font Color

.myTextColor { color: #B0ADCB; }

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

This text font color is #B0ADCB.


Background Color

.myBgColor { background-color: #B0ADCB; }

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

This div background color is #B0ADCB.


Border color

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

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

This div border color is #B0ADCB.


Opacity

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

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

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

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

This text has shadow with #B0ADCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ADCB on black background.


Color preview on white background

This text has color #B0ADCB on white background.



Black color preview on #B0ADCB background

This text has black color on #B0ADCB background.


White color preview on #B0ADCB background

This text has white color on #B0ADCB background.