COLOR #B299CC

HEX: #B299CC
RGB: (178,153,204)

Color info

#B299CC contains red, green and blue colors in about the same proportion. Web safe color of #B299CC is #9999CC (or #99C).

RGB color model

#B299CC color RGB value is (178,153,204).

  • red value is 178;
  • green value is 153;
  • blue value is 204.
RGB:
(178,153,204)
(70%,60%,80%)

RGB channels and saturation

R 178 of 255 = 70%
G 153 of 255 = 60%
B 204 of 255 = 80%

178
153
204

R + G + B ~ 70%. #B299CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 153 + 204 = 535 (100%)
R 178 of 535 ~ 33.27%
G 153 of 535 ~ 28.6%
B 204 of 535 ~ 38.13%

%33.27
%28.6
%38.13

CMYK color model

#B299CC color CMYK value is (13,25,0,20).

  • cyan value is 12.75%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(13,25,0,20)
C13M25Y0K20 
(13%,25%,0%,20%)
(0.13/0.25/0.00/0.20)	

CMYK percentages

%12.75
%25
%0
%20

Codes

Color #B299CC in popluar color models

B299CC
RGB178153204
HSL269°33.33%70.00%
HSB/HSV269°25.00%80.00%
CMYK12.75%25.00%0.00%
20.00%

Color #B299CC in popluar number systems.

HEXB299CC
Decimal178153204
Binary101100101001100111001100
Octal262231314

Shades and tints

Shades of #B299CC

#B299CC
(178,153,204)
#A28CBA
(162,140,186)
#927FA8
(146,127,168)
#827296
(130,114,150)
#726584
(114,101,132)
#625872
(98,88,114)
#524B60
(82,75,96)
#423E4E
(66,62,78)
#32313C
(50,49,60)
#22242A
(34,36,42)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #B299CC

#B299CC
(178,153,204)
#B9A2D0
(185,162,208)
#C0ABD4
(192,171,212)
#C7B4D8
(199,180,216)
#CEBDDC
(206,189,220)
#D5C6E0
(213,198,224)
#DCCFE4
(220,207,228)
#E3D8E8
(227,216,232)
#EAE1EC
(234,225,236)
#F1EAF0
(241,234,240)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B299CC color. Also use rgb(178,153,204) instead hex code.

Text Font Color

.myTextColor { color: #B299CC; }

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

This text font color is #B299CC.


Background Color

.myBgColor { background-color: #B299CC; }

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

This div background color is #B299CC.


Border color

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

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

This div border color is #B299CC.


Opacity

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

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

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

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

This text has shadow with #B299CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B299CC on black background.


Color preview on white background

This text has color #B299CC on white background.



Black color preview on #B299CC background

This text has black color on #B299CC background.


White color preview on #B299CC background

This text has white color on #B299CC background.