COLOR #C7B6FD

HEX: #C7B6FD RGB: (199,182,253)

Color info

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

RGB color model

#C7B6FD color RGB value is (199,182,253).

RGB: (199,182,253) (78%, 71%, 99%)

RGB channels and saturation

R 199 of 255 = 78%
G 182 of 255 = 71%
B 253 of 255 = 99%

199
182
253

R + G + B ~ 83%. #C7B6FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 182 + 253 = 634 (100%)
R 199 of 634 ~ 31.39%
G 182 of 634 ~ 28.71%
B 253 of 634 ~ 39.91'%

%31.39
%28.71
%39.91

CMYK color model

#C7B6FD color CMYK value is (21,28,0,1).

  • cyan value is 21.34%
  • magenta value is 28.06%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (21,28,0,1) C21M28Y0K1 (21%,28%,0%,1%) (0.21/0.28/0.00/0.01) 

CMYK percentages

%21.34
%28.06
%0
%0.78

Codes

Color #C7B6FD in popluar color models

C7 B6 FD
RGB 199 182 253
HSL 254° 94.67% 85.29%
HSB/HSV 254° 28.06% 99.22%
CMYK 21.34% 28.06% 0.00%
0.78%

Color #C7B6FD in popluar number systems.

HEX C7 B6 FD
Decimal 199 182 253
Binary 11000111 10110110 11111101
Octal 307 266 375

Shades and tints

Shades of #C7B6FD

#C7B6FD
(199,182,253)
#B5A6E6
(181,166,230)
#A396CF
(163,150,207)
#9186B8
(145,134,184)
#7F76A1
(127,118,161)
#6D668A
(109,102,138)
#5B5673
(91,86,115)
#49465C
(73,70,92)
#373645
(55,54,69)
#25262E
(37,38,46)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #C7B6FD

#C7B6FD
(199,182,253)
#CCBCFD
(204,188,253)
#D1C2FD
(209,194,253)
#D6C8FD
(214,200,253)
#DBCEFD
(219,206,253)
#E0D4FD
(224,212,253)
#E5DAFD
(229,218,253)
#EAE0FD
(234,224,253)
#EFE6FD
(239,230,253)
#F4ECFD
(244,236,253)
#F9F2FD
(249,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B6FD; }

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

This text font color is #C7B6FD.

Background Color

.myBgColor { background-color: #C7B6FD; }

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

This div background color is #C7B6FD.

Border color

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

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

This div border color is #C7B6FD.

Opacity

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

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

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

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

This text has shadow with #C7B6FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B6FD.

Preview

Color preview on black background

This text has color #C7B6FD on black background.


Color preview on white background

This text has color #C7B6FD on white background.


Black color preview on #C7B6FD background

This text has black color on #C7B6FD background.


White color preview on #C7B6FD background

This text has white color on #C7B6FD background.


Related colors

Complementary color

Complementary color for #hex is #384902.


I love getcolorcode.com

Triadic colors

1 #FDC7B6 and #B6FDC7 with #C7B6FD are triadic colors.

2 #FDB6C7 and #B6C7FD with #C7B6FD are triadic colors.