COLOR #C7B6EC

HEX: #C7B6EC RGB: (199,182,236)

Color info

#C7B6EC contains red, green and blue colors in about the same proportion. Web safe color of #C7B6EC is #CCCCFF (or #CCF).

RGB color model

#C7B6EC color RGB value is (199,182,236).

RGB: (199,182,236) (78%, 71%, 93%)

RGB channels and saturation

R 199 of 255 = 78%
G 182 of 255 = 71%
B 236 of 255 = 93%

199
182
236

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

Portions of RGB colors in percentages

R + G + B = 199 + 182 + 236 = 617 (100%)
R 199 of 617 ~ 32.25%
G 182 of 617 ~ 29.5%
B 236 of 617 ~ 38.25'%

%32.25
%29.5
%38.25

CMYK color model

#C7B6EC color CMYK value is (16,23,0,7).

  • cyan value is 15.68%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (16,23,0,7) C16M23Y0K7 (16%,23%,0%,7%) (0.16/0.23/0.00/0.07) 

CMYK percentages

%15.68
%22.88
%0
%7.45

Codes

Color #C7B6EC in popluar color models

C7 B6 EC
RGB 199 182 236
HSL 259° 58.70% 81.96%
HSB/HSV 259° 22.88% 92.55%
CMYK 15.68% 22.88% 0.00%
7.45%

Color #C7B6EC in popluar number systems.

HEX C7 B6 EC
Decimal 199 182 236
Binary 11000111 10110110 11101100
Octal 307 266 354

Shades and tints

Shades of #C7B6EC

#C7B6EC
(199,182,236)
#B5A6D7
(181,166,215)
#A396C2
(163,150,194)
#9186AD
(145,134,173)
#7F7698
(127,118,152)
#6D6683
(109,102,131)
#5B566E
(91,86,110)
#494659
(73,70,89)
#373644
(55,54,68)
#25262F
(37,38,47)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #C7B6EC

#C7B6EC
(199,182,236)
#CCBCED
(204,188,237)
#D1C2EE
(209,194,238)
#D6C8EF
(214,200,239)
#DBCEF0
(219,206,240)
#E0D4F1
(224,212,241)
#E5DAF2
(229,218,242)
#EAE0F3
(234,224,243)
#EFE6F4
(239,230,244)
#F4ECF5
(244,236,245)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B6EC; }

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

This text font color is #C7B6EC.

Background Color

.myBgColor { background-color: #C7B6EC; }

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

This div background color is #C7B6EC.

Border color

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

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

This div border color is #C7B6EC.

Opacity

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

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

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

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

This text has shadow with #C7B6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B6EC.

Preview

Color preview on black background

This text has color #C7B6EC on black background.


Color preview on white background

This text has color #C7B6EC on white background.


Black color preview on #C7B6EC background

This text has black color on #C7B6EC background.


White color preview on #C7B6EC background

This text has white color on #C7B6EC background.


Related colors

Complementary color

Complementary color for #hex is #384913.


I love getcolorcode.com

Triadic colors

1 #ECC7B6 and #B6ECC7 with #C7B6EC are triadic colors.

2 #ECB6C7 and #B6C7EC with #C7B6EC are triadic colors.