COLOR #B4BDDD

HEX: #B4BDDD
RGB: (180,189,221)

Renk bilgisi

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

RGB renk modeli

#B4BDDD color RGB value is (180,189,221).

  • kırmız ton 180;
  • yeşil ton 189;
  • mavi ton 221.
RGB:
(180,189,221)
(71%,74%,87%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 189 of 255 = 74%
B 221 of 255 = 87%

180
189
221

R + G + B ~ 77%. #B4BDDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 189 + 221 = 590 (100%)
R 180 of 590 ~ 30.51%
G 189 of 590 ~ 32.03%
B 221 of 590 ~ 37.46%

%30.51
%32.03
%37.46

CMYK RENK MODELİ

#B4BDDD rengi CMYK tonu (19,14,0,13).

  • camgöbeği tonu 18.55%
  • eflatun tonu 14.48%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(19,14,0,13)
C19M14Y0K13 
(19%,14%,0%,13%)
(0.19/0.14/0.00/0.13)	

CMYK yüzdeleri

%18.55
%14.48
%0
%13.33

Codes

Color #B4BDDD in popluar color models

B4BDDD
RGB180189221
HSL227°37.61%78.63%
HSB/HSV227°18.55%86.67%
CMYK18.55%14.48%0.00%
13.33%

Color #B4BDDD in popluar number systems.

HEXB4BDDD
Decimal180189221
Binary101101001011110111011101
Octal264275335

Shades and tints

Shades of #B4BDDD

#B4BDDD
(180,189,221)
#A4ACC9
(164,172,201)
#949BB5
(148,155,181)
#848AA1
(132,138,161)
#74798D
(116,121,141)
#646879
(100,104,121)
#545765
(84,87,101)
#444651
(68,70,81)
#34353D
(52,53,61)
#242429
(36,36,41)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #B4BDDD

#B4BDDD
(180,189,221)
#BAC3E0
(186,195,224)
#C0C9E3
(192,201,227)
#C6CFE6
(198,207,230)
#CCD5E9
(204,213,233)
#D2DBEC
(210,219,236)
#D8E1EF
(216,225,239)
#DEE7F2
(222,231,242)
#E4EDF5
(228,237,245)
#EAF3F8
(234,243,248)
#F0F9FB
(240,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BDDD color. Also use rgb(180,189,221) instead hex code.

Text Font Color

.myTextColor { color: #B4BDDD; }

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

This text font color is #B4BDDD.


Background Color

.myBgColor { background-color: #B4BDDD; }

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

This div background color is #B4BDDD.


Border color

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

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

This div border color is #B4BDDD.


Opacity

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

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

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

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

This text has shadow with #B4BDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BDDD on black background.


Color preview on white background

This text has color #B4BDDD on white background.



Black color preview on #B4BDDD background

This text has black color on #B4BDDD background.


White color preview on #B4BDDD background

This text has white color on #B4BDDD background.