COLOR #B388B4

HEX: #B388B4
RGB: (179,136,180)

Renk bilgisi

#B388B4 contains red, green and blue colors in about the same proportion. #B388B4 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#B388B4 color RGB value is (179,136,180).

  • kırmız ton 179;
  • yeşil ton 136;
  • mavi ton 180.
RGB:
(179,136,180)
(70%,53%,71%)

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 136 of 255 = 53%
B 180 of 255 = 71%

179
136
180

R + G + B ~ 65%. #B388B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 136 + 180 = 495 (100%)
R 179 of 495 ~ 36.16%
G 136 of 495 ~ 27.47%
B 180 of 495 ~ 36.36%

%36.16
%27.47
%36.36

CMYK RENK MODELİ

#B388B4 rengi CMYK tonu (1,24,0,29).

  • camgöbeği tonu 0.56%
  • eflatun tonu 24.44%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(1,24,0,29)
C1M24Y0K29 
(1%,24%,0%,29%)
(0.01/0.24/0.00/0.29)	

CMYK yüzdeleri

%0.56
%24.44
%0
%29.41

Codes

Color #B388B4 in popluar color models

B388B4
RGB179136180
HSL299°22.68%61.96%
HSB/HSV299°24.44%70.59%
CMYK0.56%24.44%0.00%
29.41%

Color #B388B4 in popluar number systems.

HEXB388B4
Decimal179136180
Binary101100111000100010110100
Octal263210264

Shades and tints

Shades of #B388B4

#B388B4
(179,136,180)
#A37CA4
(163,124,164)
#937094
(147,112,148)
#836484
(131,100,132)
#735874
(115,88,116)
#634C64
(99,76,100)
#534054
(83,64,84)
#433444
(67,52,68)
#332834
(51,40,52)
#231C24
(35,28,36)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #B388B4

#B388B4
(179,136,180)
#B992BA
(185,146,186)
#BF9CC0
(191,156,192)
#C5A6C6
(197,166,198)
#CBB0CC
(203,176,204)
#D1BAD2
(209,186,210)
#D7C4D8
(215,196,216)
#DDCEDE
(221,206,222)
#E3D8E4
(227,216,228)
#E9E2EA
(233,226,234)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B388B4 color. Also use rgb(179,136,180) instead hex code.

Text Font Color

.myTextColor { color: #B388B4; }

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

This text font color is #B388B4.


Background Color

.myBgColor { background-color: #B388B4; }

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

This div background color is #B388B4.


Border color

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

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

This div border color is #B388B4.


Opacity

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

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

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

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

This text has shadow with #B388B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B388B4 on black background.


Color preview on white background

This text has color #B388B4 on white background.



Black color preview on #B388B4 background

This text has black color on #B388B4 background.


White color preview on #B388B4 background

This text has white color on #B388B4 background.