COLOR #B5ADBE

HEX: #B5ADBE
RGB: (181,173,190)

Renk bilgisi

#B5ADBE contains red, green and blue colors in about the same proportion. #B5ADBE ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#B5ADBE color RGB value is (181,173,190).

  • kırmız ton 181;
  • yeşil ton 173;
  • mavi ton 190.
RGB:
(181,173,190)
(71%,68%,75%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 173 of 255 = 68%
B 190 of 255 = 75%

181
173
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 173 + 190 = 544 (100%)
R 181 of 544 ~ 33.27%
G 173 of 544 ~ 31.8%
B 190 of 544 ~ 34.93%

%33.27
%31.8
%34.93

CMYK RENK MODELİ

#B5ADBE rengi CMYK tonu (5,9,0,25).

  • camgöbeği tonu 4.74%
  • eflatun tonu 8.95%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(5,9,0,25)
C5M9Y0K25 
(5%,9%,0%,25%)
(0.05/0.09/0.00/0.25)	

CMYK yüzdeleri

%4.74
%8.95
%0
%25.49

Codes

Color #B5ADBE in popluar color models

B5ADBE
RGB181173190
HSL268°11.56%71.18%
HSB/HSV268°8.95%74.51%
CMYK4.74%8.95%0.00%
25.49%

Color #B5ADBE in popluar number systems.

HEXB5ADBE
Decimal181173190
Binary101101011010110110111110
Octal265255276

Shades and tints

Shades of #B5ADBE

#B5ADBE
(181,173,190)
#A59EAD
(165,158,173)
#958F9C
(149,143,156)
#85808B
(133,128,139)
#75717A
(117,113,122)
#656269
(101,98,105)
#555358
(85,83,88)
#454447
(69,68,71)
#353536
(53,53,54)
#252625
(37,38,37)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #B5ADBE

#B5ADBE
(181,173,190)
#BBB4C3
(187,180,195)
#C1BBC8
(193,187,200)
#C7C2CD
(199,194,205)
#CDC9D2
(205,201,210)
#D3D0D7
(211,208,215)
#D9D7DC
(217,215,220)
#DFDEE1
(223,222,225)
#E5E5E6
(229,229,230)
#EBECEB
(235,236,235)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5ADBE color. Also use rgb(181,173,190) instead hex code.

Text Font Color

.myTextColor { color: #B5ADBE; }

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

This text font color is #B5ADBE.


Background Color

.myBgColor { background-color: #B5ADBE; }

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

This div background color is #B5ADBE.


Border color

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

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

This div border color is #B5ADBE.


Opacity

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

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

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

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

This text has shadow with #B5ADBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ADBE on black background.


Color preview on white background

This text has color #B5ADBE on white background.



Black color preview on #B5ADBE background

This text has black color on #B5ADBE background.


White color preview on #B5ADBE background

This text has white color on #B5ADBE background.