COLOR #C7B6CC

HEX: #C7B6CC RGB: (199,182,204)

Color info

#C7B6CC contains red, green and blue colors in about the same proportion. Web safe color of #C7B6CC is #CCCCCC (or #CCC).

RGB color model

#C7B6CC color RGB value is (199,182,204).

RGB: (199,182,204) (78%, 71%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 182 of 255 = 71%
B 204 of 255 = 80%

199
182
204

R + G + B ~ 76%. #C7B6CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 182 + 204 = 585 (100%)
R 199 of 585 ~ 34.02%
G 182 of 585 ~ 31.11%
B 204 of 585 ~ 34.87'%

%34.02
%31.11
%34.87

CMYK color model

#C7B6CC color CMYK value is (2,11,0,20).

  • cyan value is 2.45%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (2,11,0,20)
C2M11Y0K20 (2%, 11%, 0%, 20%)
(0.02 / 0.11 / 0.00 / 0.20)

CMYK percentages

%2.45
%10.78
%0
%20

Codes

Color #C7B6CC in popluar color models

C7 B6 CC
RGB 199 182 204
HSL 286° 17.74% 75.69%
HSB/HSV 286° 10.78% 80.00%
CMYK 2.45% 10.78% 0.00%
20.00%

Color #C7B6CC in popluar number systems.

HEX C7 B6 CC
Decimal 199 182 204
Binary 11000111 10110110 11001100
Octal 307 266 314

Shades and tints

Shades of #C7B6CC

#C7B6CC
(199,182,204)
#B5A6BA
(181,166,186)
#A396A8
(163,150,168)
#918696
(145,134,150)
#7F7684
(127,118,132)
#6D6672
(109,102,114)
#5B5660
(91,86,96)
#49464E
(73,70,78)
#37363C
(55,54,60)
#25262A
(37,38,42)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #C7B6CC

#C7B6CC
(199,182,204)
#CCBCD0
(204,188,208)
#D1C2D4
(209,194,212)
#D6C8D8
(214,200,216)
#DBCEDC
(219,206,220)
#E0D4E0
(224,212,224)
#E5DAE4
(229,218,228)
#EAE0E8
(234,224,232)
#EFE6EC
(239,230,236)
#F4ECF0
(244,236,240)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B6CC; }

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

This text font color is #C7B6CC.

Background Color

.myBgColor { background-color: #C7B6CC; }

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

This div background color is #C7B6CC.

Border color

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

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

This div border color is #C7B6CC.

Opacity

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

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

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

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

This text has shadow with #C7B6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B6CC.

Preview

Color preview on black background

This text has color #C7B6CC on black background.


Color preview on white background

This text has color #C7B6CC on white background.


Black color preview on #C7B6CC background

This text has black color on #C7B6CC background.


White color preview on #C7B6CC background

This text has white color on #C7B6CC background.


Related colors

Complementary color

Complementary color for #hex is #384933.


I love getcolorcode.com

Triadic colors

1 #CCC7B6 and #B6CCC7 with #C7B6CC are triadic colors.

2 #CCB6C7 and #B6C7CC with #C7B6CC are triadic colors.