COLOR #C7B1FD

HEX: #C7B1FD
RGB: (199,177,253)

Color info

#C7B1FD contains mainly red and blue colors. Web safe color of #C7B1FD is #CC99FF (or #C9F).

RGB color model

#C7B1FD color RGB value is (199,177,253).

  • red value is 199;
  • green value is 177;
  • blue value is 253.
RGB:
(199,177,253)
(78%,69%,99%)

RGB channels and saturation

R 199 of 255 = 78%
G 177 of 255 = 69%
B 253 of 255 = 99%

199
177
253

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

Portions of RGB colors in percentages

R + G + B =
199 + 177 + 253 = 629 (100%)
R 199 of 629 ~ 31.64%
G 177 of 629 ~ 28.14%
B 253 of 629 ~ 40.22%

%31.64
%28.14
%40.22

CMYK color model

#C7B1FD color CMYK value is (21,30,0,1).

  • cyan value is 21.34%
  • magenta value is 30.04%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(21,30,0,1)
C21M30Y0K1 
(21%,30%,0%,1%)
(0.21/0.30/0.00/0.01)	

CMYK percentages

%21.34
%30.04
%0
%0.78

Codes

Color #C7B1FD in popluar color models

C7B1FD
RGB199177253
HSL257°95.00%84.31%
HSB/HSV257°30.04%99.22%
CMYK21.34%30.04%0.00%
0.78%

Color #C7B1FD in popluar number systems.

HEXC7B1FD
Decimal199177253
Binary110001111011000111111101
Octal307261375

Shades and tints

Shades of #C7B1FD

#C7B1FD
(199,177,253)
#B5A1E6
(181,161,230)
#A391CF
(163,145,207)
#9181B8
(145,129,184)
#7F71A1
(127,113,161)
#6D618A
(109,97,138)
#5B5173
(91,81,115)
#49415C
(73,65,92)
#373145
(55,49,69)
#25212E
(37,33,46)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #C7B1FD

#C7B1FD
(199,177,253)
#CCB8FD
(204,184,253)
#D1BFFD
(209,191,253)
#D6C6FD
(214,198,253)
#DBCDFD
(219,205,253)
#E0D4FD
(224,212,253)
#E5DBFD
(229,219,253)
#EAE2FD
(234,226,253)
#EFE9FD
(239,233,253)
#F4F0FD
(244,240,253)
#F9F7FD
(249,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B1FD color. Also use rgb(199,177,253) instead hex code.

Text Font Color

.myTextColor { color: #C7B1FD; }

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

This text font color is #C7B1FD.


Background Color

.myBgColor { background-color: #C7B1FD; }

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

This div background color is #C7B1FD.


Border color

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

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

This div border color is #C7B1FD.


Opacity

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

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

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

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

This text has shadow with #C7B1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B1FD on black background.


Color preview on white background

This text has color #C7B1FD on white background.



Black color preview on #C7B1FD background

This text has black color on #C7B1FD background.


White color preview on #C7B1FD background

This text has white color on #C7B1FD background.