COLOR #C7B3CA

HEX: #C7B3CA RGB: (199,179,202)

Color info

#C7B3CA contains red, green and blue colors in about the same proportion. Web safe color of #C7B3CA is #CC99CC (or #C9C).

RGB color model

#C7B3CA color RGB value is (199,179,202).

RGB: (199,179,202) (78%, 70%, 79%)

RGB channels and saturation

R 199 of 255 = 78%
G 179 of 255 = 70%
B 202 of 255 = 79%

199
179
202

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

Portions of RGB colors in percentages

R + G + B = 199 + 179 + 202 = 580 (100%)
R 199 of 580 ~ 34.31%
G 179 of 580 ~ 30.86%
B 202 of 580 ~ 34.83'%

%34.31
%30.86
%34.83

CMYK color model

#C7B3CA color CMYK value is (1,11,0,21).

  • cyan value is 1.49%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (1,11,0,21)
C1M11Y0K21 (1%, 11%, 0%, 21%)
(0.01 / 0.11 / 0.00 / 0.21)

CMYK percentages

%1.49
%11.39
%0
%20.78

Codes

Color #C7B3CA in popluar color models

C7 B3 CA
RGB 199 179 202
HSL 292° 17.83% 74.71%
HSB/HSV 292° 11.39% 79.22%
CMYK 1.49% 11.39% 0.00%
20.78%

Color #C7B3CA in popluar number systems.

HEX C7 B3 CA
Decimal 199 179 202
Binary 11000111 10110011 11001010
Octal 307 263 312

Shades and tints

Shades of #C7B3CA

#C7B3CA
(199,179,202)
#B5A3B8
(181,163,184)
#A393A6
(163,147,166)
#918394
(145,131,148)
#7F7382
(127,115,130)
#6D6370
(109,99,112)
#5B535E
(91,83,94)
#49434C
(73,67,76)
#37333A
(55,51,58)
#252328
(37,35,40)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #C7B3CA

#C7B3CA
(199,179,202)
#CCB9CE
(204,185,206)
#D1BFD2
(209,191,210)
#D6C5D6
(214,197,214)
#DBCBDA
(219,203,218)
#E0D1DE
(224,209,222)
#E5D7E2
(229,215,226)
#EADDE6
(234,221,230)
#EFE3EA
(239,227,234)
#F4E9EE
(244,233,238)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B3CA color. Also use rgb(199,179,202) instead hex code.

Text Font Color

.myTextColor { color: #C7B3CA; }

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

This text font color is #C7B3CA.

Background Color

.myBgColor { background-color: #C7B3CA; }

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

This div background color is #C7B3CA.

Border color

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

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

This div border color is #C7B3CA.

Opacity

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

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

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

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

This text has shadow with #C7B3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B3CA.

Preview

Color preview on black background

This text has color #C7B3CA on black background.


Color preview on white background

This text has color #C7B3CA on white background.


Black color preview on #C7B3CA background

This text has black color on #C7B3CA background.


White color preview on #C7B3CA background

This text has white color on #C7B3CA background.


Related colors

Complementary color

Complementary color for #hex is #384C35.


I love getcolorcode.com

Triadic colors

1 #CAC7B3 and #B3CAC7 with #C7B3CA are triadic colors.

2 #CAB3C7 and #B3C7CA with #C7B3CA are triadic colors.