COLOR #C7B3EB

HEX: #C7B3EB
RGB: (199,179,235)

Color info

#C7B3EB contains red, green and blue colors in about the same proportion. Web safe color of #C7B3EB is #CC99FF (or #C9F).

RGB color model

#C7B3EB color RGB value is (199,179,235).

  • red value is 199;
  • green value is 179;
  • blue value is 235.
RGB:
(199,179,235)
(78%,70%,92%)

RGB channels and saturation

R 199 of 255 = 78%
G 179 of 255 = 70%
B 235 of 255 = 92%

199
179
235

R + G + B ~ 80%. #C7B3EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 179 + 235 = 613 (100%)
R 199 of 613 ~ 32.46%
G 179 of 613 ~ 29.2%
B 235 of 613 ~ 38.34%

%32.46
%29.2
%38.34

CMYK color model

#C7B3EB color CMYK value is (15,24,0,8).

  • cyan value is 15.32%
  • magenta value is 23.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(15,24,0,8)
C15M24Y0K8 
(15%,24%,0%,8%)
(0.15/0.24/0.00/0.08)	

CMYK percentages

%15.32
%23.83
%0
%7.84

Codes

Color #C7B3EB in popluar color models

C7B3EB
RGB199179235
HSL261°58.33%81.18%
HSB/HSV261°23.83%92.16%
CMYK15.32%23.83%0.00%
7.84%

Color #C7B3EB in popluar number systems.

HEXC7B3EB
Decimal199179235
Binary110001111011001111101011
Octal307263353

Shades and tints

Shades of #C7B3EB

#C7B3EB
(199,179,235)
#B5A3D6
(181,163,214)
#A393C1
(163,147,193)
#9183AC
(145,131,172)
#7F7397
(127,115,151)
#6D6382
(109,99,130)
#5B536D
(91,83,109)
#494358
(73,67,88)
#373343
(55,51,67)
#25232E
(37,35,46)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #C7B3EB

#C7B3EB
(199,179,235)
#CCB9EC
(204,185,236)
#D1BFED
(209,191,237)
#D6C5EE
(214,197,238)
#DBCBEF
(219,203,239)
#E0D1F0
(224,209,240)
#E5D7F1
(229,215,241)
#EADDF2
(234,221,242)
#EFE3F3
(239,227,243)
#F4E9F4
(244,233,244)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B3EB color. Also use rgb(199,179,235) instead hex code.

Text Font Color

.myTextColor { color: #C7B3EB; }

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

This text font color is #C7B3EB.


Background Color

.myBgColor { background-color: #C7B3EB; }

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

This div background color is #C7B3EB.


Border color

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

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

This div border color is #C7B3EB.


Opacity

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

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

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

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

This text has shadow with #C7B3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B3EB on black background.


Color preview on white background

This text has color #C7B3EB on white background.



Black color preview on #C7B3EB background

This text has black color on #C7B3EB background.


White color preview on #C7B3EB background

This text has white color on #C7B3EB background.