COLOR #C7B0CA

HEX: #C7B0CA
RGB: (199,176,202)

Color info

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

RGB color model

#C7B0CA color RGB value is (199,176,202).

  • red value is 199;
  • green value is 176;
  • blue value is 202.
RGB:
(199,176,202)
(78%,69%,79%)

RGB channels and saturation

R 199 of 255 = 78%
G 176 of 255 = 69%
B 202 of 255 = 79%

199
176
202

R + G + B ~ 75%. #C7B0CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 176 + 202 = 577 (100%)
R 199 of 577 ~ 34.49%
G 176 of 577 ~ 30.5%
B 202 of 577 ~ 35.01%

%34.49
%30.5
%35.01

CMYK color model

#C7B0CA color CMYK value is (1,13,0,21).

  • cyan value is 1.49%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(1,13,0,21)
C1M13Y0K21 
(1%,13%,0%,21%)
(0.01/0.13/0.00/0.21)	

CMYK percentages

%1.49
%12.87
%0
%20.78

Codes

Color #C7B0CA in popluar color models

C7B0CA
RGB199176202
HSL293°19.70%74.12%
HSB/HSV293°12.87%79.22%
CMYK1.49%12.87%0.00%
20.78%

Color #C7B0CA in popluar number systems.

HEXC7B0CA
Decimal199176202
Binary110001111011000011001010
Octal307260312

Shades and tints

Shades of #C7B0CA

#C7B0CA
(199,176,202)
#B5A0B8
(181,160,184)
#A390A6
(163,144,166)
#918094
(145,128,148)
#7F7082
(127,112,130)
#6D6070
(109,96,112)
#5B505E
(91,80,94)
#49404C
(73,64,76)
#37303A
(55,48,58)
#252028
(37,32,40)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #C7B0CA

#C7B0CA
(199,176,202)
#CCB7CE
(204,183,206)
#D1BED2
(209,190,210)
#D6C5D6
(214,197,214)
#DBCCDA
(219,204,218)
#E0D3DE
(224,211,222)
#E5DAE2
(229,218,226)
#EAE1E6
(234,225,230)
#EFE8EA
(239,232,234)
#F4EFEE
(244,239,238)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B0CA; }

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

This text font color is #C7B0CA.


Background Color

.myBgColor { background-color: #C7B0CA; }

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

This div background color is #C7B0CA.


Border color

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

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

This div border color is #C7B0CA.


Opacity

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

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

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

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

This text has shadow with #C7B0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B0CA on black background.


Color preview on white background

This text has color #C7B0CA on white background.



Black color preview on #C7B0CA background

This text has black color on #C7B0CA background.


White color preview on #C7B0CA background

This text has white color on #C7B0CA background.