COLOR #B4ADD8

HEX: #B4ADD8
RGB: (180,173,216)

Renk bilgisi

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

RGB renk modeli

#B4ADD8 color RGB value is (180,173,216).

  • kırmız ton 180;
  • yeşil ton 173;
  • mavi ton 216.
RGB:
(180,173,216)
(71%,68%,85%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 173 of 255 = 68%
B 216 of 255 = 85%

180
173
216

R + G + B ~ 75%. #B4ADD8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 173 + 216 = 569 (100%)
R 180 of 569 ~ 31.63%
G 173 of 569 ~ 30.4%
B 216 of 569 ~ 37.96%

%31.63
%30.4
%37.96

CMYK RENK MODELİ

#B4ADD8 rengi CMYK tonu (17,20,0,15).

  • camgöbeği tonu 16.67%
  • eflatun tonu 19.91%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(17,20,0,15)
C17M20Y0K15 
(17%,20%,0%,15%)
(0.17/0.20/0.00/0.15)	

CMYK yüzdeleri

%16.67
%19.91
%0
%15.29

Codes

Color #B4ADD8 in popluar color models

B4ADD8
RGB180173216
HSL250°35.54%76.27%
HSB/HSV250°19.91%84.71%
CMYK16.67%19.91%0.00%
15.29%

Color #B4ADD8 in popluar number systems.

HEXB4ADD8
Decimal180173216
Binary101101001010110111011000
Octal264255330

Shades and tints

Shades of #B4ADD8

#B4ADD8
(180,173,216)
#A49EC5
(164,158,197)
#948FB2
(148,143,178)
#84809F
(132,128,159)
#74718C
(116,113,140)
#646279
(100,98,121)
#545366
(84,83,102)
#444453
(68,68,83)
#343540
(52,53,64)
#24262D
(36,38,45)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #B4ADD8

#B4ADD8
(180,173,216)
#BAB4DB
(186,180,219)
#C0BBDE
(192,187,222)
#C6C2E1
(198,194,225)
#CCC9E4
(204,201,228)
#D2D0E7
(210,208,231)
#D8D7EA
(216,215,234)
#DEDEED
(222,222,237)
#E4E5F0
(228,229,240)
#EAECF3
(234,236,243)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4ADD8 color. Also use rgb(180,173,216) instead hex code.

Text Font Color

.myTextColor { color: #B4ADD8; }

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

This text font color is #B4ADD8.


Background Color

.myBgColor { background-color: #B4ADD8; }

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

This div background color is #B4ADD8.


Border color

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

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

This div border color is #B4ADD8.


Opacity

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

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

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

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

This text has shadow with #B4ADD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ADD8 on black background.


Color preview on white background

This text has color #B4ADD8 on white background.



Black color preview on #B4ADD8 background

This text has black color on #B4ADD8 background.


White color preview on #B4ADD8 background

This text has white color on #B4ADD8 background.