COLOR #B4B9D5

HEX: #B4B9D5
RGB: (180,185,213)

Renk bilgisi

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

RGB renk modeli

#B4B9D5 color RGB value is (180,185,213).

  • kırmız ton 180;
  • yeşil ton 185;
  • mavi ton 213.
RGB:
(180,185,213)
(71%,73%,84%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 185 of 255 = 73%
B 213 of 255 = 84%

180
185
213

R + G + B ~ 76%. #B4B9D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 185 + 213 = 578 (100%)
R 180 of 578 ~ 31.14%
G 185 of 578 ~ 32.01%
B 213 of 578 ~ 36.85%

%31.14
%32.01
%36.85

CMYK RENK MODELİ

#B4B9D5 rengi CMYK tonu (15,13,0,16).

  • camgöbeği tonu 15.49%
  • eflatun tonu 13.15%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(15,13,0,16)
C15M13Y0K16 
(15%,13%,0%,16%)
(0.15/0.13/0.00/0.16)	

CMYK yüzdeleri

%15.49
%13.15
%0
%16.47

Codes

Color #B4B9D5 in popluar color models

B4B9D5
RGB180185213
HSL231°28.21%77.06%
HSB/HSV231°15.49%83.53%
CMYK15.49%13.15%0.00%
16.47%

Color #B4B9D5 in popluar number systems.

HEXB4B9D5
Decimal180185213
Binary101101001011100111010101
Octal264271325

Shades and tints

Shades of #B4B9D5

#B4B9D5
(180,185,213)
#A4A9C2
(164,169,194)
#9499AF
(148,153,175)
#84899C
(132,137,156)
#747989
(116,121,137)
#646976
(100,105,118)
#545963
(84,89,99)
#444950
(68,73,80)
#34393D
(52,57,61)
#24292A
(36,41,42)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #B4B9D5

#B4B9D5
(180,185,213)
#BABFD8
(186,191,216)
#C0C5DB
(192,197,219)
#C6CBDE
(198,203,222)
#CCD1E1
(204,209,225)
#D2D7E4
(210,215,228)
#D8DDE7
(216,221,231)
#DEE3EA
(222,227,234)
#E4E9ED
(228,233,237)
#EAEFF0
(234,239,240)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B9D5 color. Also use rgb(180,185,213) instead hex code.

Text Font Color

.myTextColor { color: #B4B9D5; }

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

This text font color is #B4B9D5.


Background Color

.myBgColor { background-color: #B4B9D5; }

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

This div background color is #B4B9D5.


Border color

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

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

This div border color is #B4B9D5.


Opacity

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

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

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

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

This text has shadow with #B4B9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B9D5 on black background.


Color preview on white background

This text has color #B4B9D5 on white background.



Black color preview on #B4B9D5 background

This text has black color on #B4B9D5 background.


White color preview on #B4B9D5 background

This text has white color on #B4B9D5 background.