COLOR #B596C2

HEX: #B596C2
RGB: (181,150,194)

Renk bilgisi

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

RGB renk modeli

#B596C2 color RGB value is (181,150,194).

  • kırmız ton 181;
  • yeşil ton 150;
  • mavi ton 194.
RGB:
(181,150,194)
(71%,59%,76%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 150 of 255 = 59%
B 194 of 255 = 76%

181
150
194

R + G + B ~ 69%. #B596C2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 150 + 194 = 525 (100%)
R 181 of 525 ~ 34.48%
G 150 of 525 ~ 28.57%
B 194 of 525 ~ 36.95%

%34.48
%28.57
%36.95

CMYK RENK MODELİ

#B596C2 rengi CMYK tonu (7,23,0,24).

  • camgöbeği tonu 6.70%
  • eflatun tonu 22.68%
  • sarı tonu 0.00%
  • ana renk tonu 23.92%
CMYK:
(7,23,0,24)
C7M23Y0K24 
(7%,23%,0%,24%)
(0.07/0.23/0.00/0.24)	

CMYK yüzdeleri

%6.7
%22.68
%0
%23.92

Codes

Color #B596C2 in popluar color models

B596C2
RGB181150194
HSL282°26.51%67.45%
HSB/HSV282°22.68%76.08%
CMYK6.70%22.68%0.00%
23.92%

Color #B596C2 in popluar number systems.

HEXB596C2
Decimal181150194
Binary101101011001011011000010
Octal265226302

Shades and tints

Shades of #B596C2

#B596C2
(181,150,194)
#A589B1
(165,137,177)
#957CA0
(149,124,160)
#856F8F
(133,111,143)
#75627E
(117,98,126)
#65556D
(101,85,109)
#55485C
(85,72,92)
#453B4B
(69,59,75)
#352E3A
(53,46,58)
#252129
(37,33,41)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #B596C2

#B596C2
(181,150,194)
#BB9FC7
(187,159,199)
#C1A8CC
(193,168,204)
#C7B1D1
(199,177,209)
#CDBAD6
(205,186,214)
#D3C3DB
(211,195,219)
#D9CCE0
(217,204,224)
#DFD5E5
(223,213,229)
#E5DEEA
(229,222,234)
#EBE7EF
(235,231,239)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B596C2 color. Also use rgb(181,150,194) instead hex code.

Text Font Color

.myTextColor { color: #B596C2; }

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

This text font color is #B596C2.


Background Color

.myBgColor { background-color: #B596C2; }

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

This div background color is #B596C2.


Border color

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

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

This div border color is #B596C2.


Opacity

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

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

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

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

This text has shadow with #B596C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B596C2 on black background.


Color preview on white background

This text has color #B596C2 on white background.



Black color preview on #B596C2 background

This text has black color on #B596C2 background.


White color preview on #B596C2 background

This text has white color on #B596C2 background.