COLOR #B5ADCD

HEX: #B5ADCD
RGB: (181,173,205)

Renk bilgisi

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

RGB renk modeli

#B5ADCD color RGB value is (181,173,205).

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

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 173 of 255 = 68%
B 205 of 255 = 80%

181
173
205

R + G + B ~ 73%. #B5ADCD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 173 + 205 = 559 (100%)
R 181 of 559 ~ 32.38%
G 173 of 559 ~ 30.95%
B 205 of 559 ~ 36.67%

%32.38
%30.95
%36.67

CMYK RENK MODELİ

#B5ADCD rengi CMYK tonu (12,16,0,20).

  • camgöbeği tonu 11.71%
  • eflatun tonu 15.61%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(12,16,0,20)
C12M16Y0K20 
(12%,16%,0%,20%)
(0.12/0.16/0.00/0.20)	

CMYK yüzdeleri

%11.71
%15.61
%0
%19.61

Codes

Color #B5ADCD in popluar color models

B5ADCD
RGB181173205
HSL255°24.24%74.12%
HSB/HSV255°15.61%80.39%
CMYK11.71%15.61%0.00%
19.61%

Color #B5ADCD in popluar number systems.

HEXB5ADCD
Decimal181173205
Binary101101011010110111001101
Octal265255315

Shades and tints

Shades of #B5ADCD

#B5ADCD
(181,173,205)
#A59EBB
(165,158,187)
#958FA9
(149,143,169)
#858097
(133,128,151)
#757185
(117,113,133)
#656273
(101,98,115)
#555361
(85,83,97)
#45444F
(69,68,79)
#35353D
(53,53,61)
#25262B
(37,38,43)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #B5ADCD

#B5ADCD
(181,173,205)
#BBB4D1
(187,180,209)
#C1BBD5
(193,187,213)
#C7C2D9
(199,194,217)
#CDC9DD
(205,201,221)
#D3D0E1
(211,208,225)
#D9D7E5
(217,215,229)
#DFDEE9
(223,222,233)
#E5E5ED
(229,229,237)
#EBECF1
(235,236,241)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ADCD; }

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

This text font color is #B5ADCD.


Background Color

.myBgColor { background-color: #B5ADCD; }

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

This div background color is #B5ADCD.


Border color

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

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

This div border color is #B5ADCD.


Opacity

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

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

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

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

This text has shadow with #B5ADCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ADCD on black background.


Color preview on white background

This text has color #B5ADCD on white background.



Black color preview on #B5ADCD background

This text has black color on #B5ADCD background.


White color preview on #B5ADCD background

This text has white color on #B5ADCD background.