COLOR #C7B4FB

HEX: #C7B4FB
RGB: (199,180,251)

Color info

#C7B4FB contains mainly red and blue colors. Web safe color of #C7B4FB is #CCCCFF (or #CCF).

RGB color model

#C7B4FB color RGB value is (199,180,251).

  • red value is 199;
  • green value is 180;
  • blue value is 251.
RGB:
(199,180,251)
(78%,71%,98%)

RGB channels and saturation

R 199 of 255 = 78%
G 180 of 255 = 71%
B 251 of 255 = 98%

199
180
251

R + G + B ~ 82%. #C7B4FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 180 + 251 = 630 (100%)
R 199 of 630 ~ 31.59%
G 180 of 630 ~ 28.57%
B 251 of 630 ~ 39.84%

%31.59
%28.57
%39.84

CMYK color model

#C7B4FB color CMYK value is (21,28,0,2).

  • cyan value is 20.72%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(21,28,0,2)
C21M28Y0K2 
(21%,28%,0%,2%)
(0.21/0.28/0.00/0.02)	

CMYK percentages

%20.72
%28.29
%0
%1.57

Codes

Color #C7B4FB in popluar color models

C7B4FB
RGB199180251
HSL256°89.87%84.51%
HSB/HSV256°28.29%98.43%
CMYK20.72%28.29%0.00%
1.57%

Color #C7B4FB in popluar number systems.

HEXC7B4FB
Decimal199180251
Binary110001111011010011111011
Octal307264373

Shades and tints

Shades of #C7B4FB

#C7B4FB
(199,180,251)
#B5A4E5
(181,164,229)
#A394CF
(163,148,207)
#9184B9
(145,132,185)
#7F74A3
(127,116,163)
#6D648D
(109,100,141)
#5B5477
(91,84,119)
#494461
(73,68,97)
#37344B
(55,52,75)
#252435
(37,36,53)
#13141F
(19,20,31)
#000000
(0,0,0)

Tints of #C7B4FB

#C7B4FB
(199,180,251)
#CCBAFB
(204,186,251)
#D1C0FB
(209,192,251)
#D6C6FB
(214,198,251)
#DBCCFB
(219,204,251)
#E0D2FB
(224,210,251)
#E5D8FB
(229,216,251)
#EADEFB
(234,222,251)
#EFE4FB
(239,228,251)
#F4EAFB
(244,234,251)
#F9F0FB
(249,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B4FB color. Also use rgb(199,180,251) instead hex code.

Text Font Color

.myTextColor { color: #C7B4FB; }

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

This text font color is #C7B4FB.


Background Color

.myBgColor { background-color: #C7B4FB; }

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

This div background color is #C7B4FB.


Border color

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

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

This div border color is #C7B4FB.


Opacity

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

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

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

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

This text has shadow with #C7B4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B4FB on black background.


Color preview on white background

This text has color #C7B4FB on white background.



Black color preview on #C7B4FB background

This text has black color on #C7B4FB background.


White color preview on #C7B4FB background

This text has white color on #C7B4FB background.