COLOR #B996DA

HEX: #B996DA
RGB: (185,150,218)

Renk bilgisi

#B996DA contains mainly red and blue colors. #B996DA ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#B996DA color RGB value is (185,150,218).

  • kırmız ton 185;
  • yeşil ton 150;
  • mavi ton 218.
RGB:
(185,150,218)
(73%,59%,85%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 150 of 255 = 59%
B 218 of 255 = 85%

185
150
218

R + G + B ~ 72%. #B996DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 150 + 218 = 553 (100%)
R 185 of 553 ~ 33.45%
G 150 of 553 ~ 27.12%
B 218 of 553 ~ 39.42%

%33.45
%27.12
%39.42

CMYK RENK MODELİ

#B996DA rengi CMYK tonu (15,31,0,15).

  • camgöbeği tonu 15.14%
  • eflatun tonu 31.19%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(15,31,0,15)
C15M31Y0K15 
(15%,31%,0%,15%)
(0.15/0.31/0.00/0.15)	

CMYK yüzdeleri

%15.14
%31.19
%0
%14.51

Codes

Color #B996DA in popluar color models

B996DA
RGB185150218
HSL271°47.89%72.16%
HSB/HSV271°31.19%85.49%
CMYK15.14%31.19%0.00%
14.51%

Color #B996DA in popluar number systems.

HEXB996DA
Decimal185150218
Binary101110011001011011011010
Octal271226332

Shades and tints

Shades of #B996DA

#B996DA
(185,150,218)
#A989C7
(169,137,199)
#997CB4
(153,124,180)
#896FA1
(137,111,161)
#79628E
(121,98,142)
#69557B
(105,85,123)
#594868
(89,72,104)
#493B55
(73,59,85)
#392E42
(57,46,66)
#29212F
(41,33,47)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #B996DA

#B996DA
(185,150,218)
#BF9FDD
(191,159,221)
#C5A8E0
(197,168,224)
#CBB1E3
(203,177,227)
#D1BAE6
(209,186,230)
#D7C3E9
(215,195,233)
#DDCCEC
(221,204,236)
#E3D5EF
(227,213,239)
#E9DEF2
(233,222,242)
#EFE7F5
(239,231,245)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B996DA color. Also use rgb(185,150,218) instead hex code.

Text Font Color

.myTextColor { color: #B996DA; }

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

This text font color is #B996DA.


Background Color

.myBgColor { background-color: #B996DA; }

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

This div background color is #B996DA.


Border color

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

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

This div border color is #B996DA.


Opacity

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

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

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

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

This text has shadow with #B996DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B996DA on black background.


Color preview on white background

This text has color #B996DA on white background.



Black color preview on #B996DA background

This text has black color on #B996DA background.


White color preview on #B996DA background

This text has white color on #B996DA background.