COLOR #B093C4

HEX: #B093C4
RGB: (176,147,196)

Renk bilgisi

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

RGB renk modeli

#B093C4 color RGB value is (176,147,196).

  • kırmız ton 176;
  • yeşil ton 147;
  • mavi ton 196.
RGB:
(176,147,196)
(69%,58%,77%)

RGB bağlantıları ve doygunluk

R 176 of 255 = 69%
G 147 of 255 = 58%
B 196 of 255 = 77%

176
147
196

R + G + B ~ 68%. #B093C4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
176 + 147 + 196 = 519 (100%)
R 176 of 519 ~ 33.91%
G 147 of 519 ~ 28.32%
B 196 of 519 ~ 37.76%

%33.91
%28.32
%37.76

CMYK RENK MODELİ

#B093C4 rengi CMYK tonu (10,25,0,23).

  • camgöbeği tonu 10.20%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(10,25,0,23)
C10M25Y0K23 
(10%,25%,0%,23%)
(0.10/0.25/0.00/0.23)	

CMYK yüzdeleri

%10.2
%25
%0
%23.14

Codes

Color #B093C4 in popluar color models

B093C4
RGB176147196
HSL276°29.34%67.25%
HSB/HSV276°25.00%76.86%
CMYK10.20%25.00%0.00%
23.14%

Color #B093C4 in popluar number systems.

HEXB093C4
Decimal176147196
Binary101100001001001111000100
Octal260223304

Shades and tints

Shades of #B093C4

#B093C4
(176,147,196)
#A086B3
(160,134,179)
#9079A2
(144,121,162)
#806C91
(128,108,145)
#705F80
(112,95,128)
#60526F
(96,82,111)
#50455E
(80,69,94)
#40384D
(64,56,77)
#302B3C
(48,43,60)
#201E2B
(32,30,43)
#10111A
(16,17,26)
#000000
(0,0,0)

Tints of #B093C4

#B093C4
(176,147,196)
#B79CC9
(183,156,201)
#BEA5CE
(190,165,206)
#C5AED3
(197,174,211)
#CCB7D8
(204,183,216)
#D3C0DD
(211,192,221)
#DAC9E2
(218,201,226)
#E1D2E7
(225,210,231)
#E8DBEC
(232,219,236)
#EFE4F1
(239,228,241)
#F6EDF6
(246,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B093C4 color. Also use rgb(176,147,196) instead hex code.

Text Font Color

.myTextColor { color: #B093C4; }

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

This text font color is #B093C4.


Background Color

.myBgColor { background-color: #B093C4; }

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

This div background color is #B093C4.


Border color

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

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

This div border color is #B093C4.


Opacity

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

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

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

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

This text has shadow with #B093C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B093C4 on black background.


Color preview on white background

This text has color #B093C4 on white background.



Black color preview on #B093C4 background

This text has black color on #B093C4 background.


White color preview on #B093C4 background

This text has white color on #B093C4 background.