COLOR #C7B0F7

HEX: #C7B0F7 RGB: (199,176,247)

Color info

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

RGB color model

#C7B0F7 color RGB value is (199,176,247).

RGB: (199,176,247) (78%, 69%, 97%)

RGB channels and saturation

R 199 of 255 = 78%
G 176 of 255 = 69%
B 247 of 255 = 97%

199
176
247

R + G + B ~ 81%. #C7B0F7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 176 + 247 = 622 (100%)
R 199 of 622 ~ 31.99%
G 176 of 622 ~ 28.3%
B 247 of 622 ~ 39.71'%

%31.99
%28.3
%39.71

CMYK color model

#C7B0F7 color CMYK value is (19,29,0,3).

  • cyan value is 19.43%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (19,29,0,3) C19M29Y0K3 (19%,29%,0%,3%) (0.19/0.29/0.00/0.03) 

CMYK percentages

%19.43
%28.74
%0
%3.14

Codes

Color #C7B0F7 in popluar color models

C7 B0 F7
RGB 199 176 247
HSL 259° 81.61% 82.94%
HSB/HSV 259° 28.74% 96.86%
CMYK 19.43% 28.74% 0.00%
3.14%

Color #C7B0F7 in popluar number systems.

HEX C7 B0 F7
Decimal 199 176 247
Binary 11000111 10110000 11110111
Octal 307 260 367

Shades and tints

Shades of #C7B0F7

#C7B0F7
(199,176,247)
#B5A0E1
(181,160,225)
#A390CB
(163,144,203)
#9180B5
(145,128,181)
#7F709F
(127,112,159)
#6D6089
(109,96,137)
#5B5073
(91,80,115)
#49405D
(73,64,93)
#373047
(55,48,71)
#252031
(37,32,49)
#13101B
(19,16,27)
#000000
(0,0,0)

Tints of #C7B0F7

#C7B0F7
(199,176,247)
#CCB7F7
(204,183,247)
#D1BEF7
(209,190,247)
#D6C5F7
(214,197,247)
#DBCCF7
(219,204,247)
#E0D3F7
(224,211,247)
#E5DAF7
(229,218,247)
#EAE1F7
(234,225,247)
#EFE8F7
(239,232,247)
#F4EFF7
(244,239,247)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B0F7 color. Also use rgb(199,176,247) instead hex code.

Text Font Color

.myTextColor { color: #C7B0F7; }

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

This text font color is #C7B0F7.

Background Color

.myBgColor { background-color: #C7B0F7; }

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

This div background color is #C7B0F7.

Border color

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

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

This div border color is #C7B0F7.

Opacity

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

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

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

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

This text has shadow with #C7B0F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B0F7.

Preview

Color preview on black background

This text has color #C7B0F7 on black background.


Color preview on white background

This text has color #C7B0F7 on white background.


Black color preview on #C7B0F7 background

This text has black color on #C7B0F7 background.


White color preview on #C7B0F7 background

This text has white color on #C7B0F7 background.


Related colors

Complementary color

Complementary color for #hex is #384F08.


I love getcolorcode.com

Triadic colors

1 #F7C7B0 and #B0F7C7 with #C7B0F7 are triadic colors.

2 #F7B0C7 and #B0C7F7 with #C7B0F7 are triadic colors.