COLOR #C7B3E2

HEX: #C7B3E2
RGB: (199,179,226)

Color info

#C7B3E2 contains red, green and blue colors in about the same proportion. Web safe color of #C7B3E2 is #CC99CC (or #C9C).

RGB color model

#C7B3E2 color RGB value is (199,179,226).

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

RGB channels and saturation

R 199 of 255 = 78%
G 179 of 255 = 70%
B 226 of 255 = 89%

199
179
226

R + G + B ~ 79%. #C7B3E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 179 + 226 = 604 (100%)
R 199 of 604 ~ 32.95%
G 179 of 604 ~ 29.64%
B 226 of 604 ~ 37.42%

%32.95
%29.64
%37.42

CMYK color model

#C7B3E2 color CMYK value is (12,21,0,11).

  • cyan value is 11.95%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(12,21,0,11)
C12M21Y0K11 
(12%,21%,0%,11%)
(0.12/0.21/0.00/0.11)	

CMYK percentages

%11.95
%20.8
%0
%11.37

Codes

Color #C7B3E2 in popluar color models

C7B3E2
RGB199179226
HSL266°44.76%79.41%
HSB/HSV266°20.80%88.63%
CMYK11.95%20.80%0.00%
11.37%

Color #C7B3E2 in popluar number systems.

HEXC7B3E2
Decimal199179226
Binary110001111011001111100010
Octal307263342

Shades and tints

Shades of #C7B3E2

#C7B3E2
(199,179,226)
#B5A3CE
(181,163,206)
#A393BA
(163,147,186)
#9183A6
(145,131,166)
#7F7392
(127,115,146)
#6D637E
(109,99,126)
#5B536A
(91,83,106)
#494356
(73,67,86)
#373342
(55,51,66)
#25232E
(37,35,46)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #C7B3E2

#C7B3E2
(199,179,226)
#CCB9E4
(204,185,228)
#D1BFE6
(209,191,230)
#D6C5E8
(214,197,232)
#DBCBEA
(219,203,234)
#E0D1EC
(224,209,236)
#E5D7EE
(229,215,238)
#EADDF0
(234,221,240)
#EFE3F2
(239,227,242)
#F4E9F4
(244,233,244)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B3E2; }

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

This text font color is #C7B3E2.


Background Color

.myBgColor { background-color: #C7B3E2; }

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

This div background color is #C7B3E2.


Border color

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

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

This div border color is #C7B3E2.


Opacity

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

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

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

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

This text has shadow with #C7B3E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B3E2 on black background.


Color preview on white background

This text has color #C7B3E2 on white background.



Black color preview on #C7B3E2 background

This text has black color on #C7B3E2 background.


White color preview on #C7B3E2 background

This text has white color on #C7B3E2 background.