COLOR #C7B2CA

HEX: #C7B2CA RGB: (199,178,202)

Color info

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

RGB color model

#C7B2CA color RGB value is (199,178,202).

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

RGB channels and saturation

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

199
178
202

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

Portions of RGB colors in percentages

R + G + B = 199 + 178 + 202 = 579 (100%)
R 199 of 579 ~ 34.37%
G 178 of 579 ~ 30.74%
B 202 of 579 ~ 34.89'%

%34.37
%30.74
%34.89

CMYK color model

#C7B2CA color CMYK value is (1,12,0,21).

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

CMYK: (1,12,0,21)
C1M12Y0K21 (1%, 12%, 0%, 21%)
(0.01 / 0.12 / 0.00 / 0.21)

CMYK percentages

%1.49
%11.88
%0
%20.78

Codes

Color #C7B2CA in popluar color models

C7 B2 CA
RGB 199 178 202
HSL 293° 18.46% 74.51%
HSB/HSV 293° 11.88% 79.22%
CMYK 1.49% 11.88% 0.00%
20.78%

Color #C7B2CA in popluar number systems.

HEX C7 B2 CA
Decimal 199 178 202
Binary 11000111 10110010 11001010
Octal 307 262 312

Shades and tints

Shades of #C7B2CA

#C7B2CA
(199,178,202)
#B5A2B8
(181,162,184)
#A392A6
(163,146,166)
#918294
(145,130,148)
#7F7282
(127,114,130)
#6D6270
(109,98,112)
#5B525E
(91,82,94)
#49424C
(73,66,76)
#37323A
(55,50,58)
#252228
(37,34,40)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #C7B2CA

#C7B2CA
(199,178,202)
#CCB9CE
(204,185,206)
#D1C0D2
(209,192,210)
#D6C7D6
(214,199,214)
#DBCEDA
(219,206,218)
#E0D5DE
(224,213,222)
#E5DCE2
(229,220,226)
#EAE3E6
(234,227,230)
#EFEAEA
(239,234,234)
#F4F1EE
(244,241,238)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B2CA; }

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

This text font color is #C7B2CA.

Background Color

.myBgColor { background-color: #C7B2CA; }

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

This div background color is #C7B2CA.

Border color

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

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

This div border color is #C7B2CA.

Opacity

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

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

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

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

This text has shadow with #C7B2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B2CA.

Preview

Color preview on black background

This text has color #C7B2CA on black background.


Color preview on white background

This text has color #C7B2CA on white background.


Black color preview on #C7B2CA background

This text has black color on #C7B2CA background.


White color preview on #C7B2CA background

This text has white color on #C7B2CA background.


Related colors

Complementary color

Complementary color for #hex is #384D35.


I love getcolorcode.com

Triadic colors

1 #CAC7B2 and #B2CAC7 with #C7B2CA are triadic colors.

2 #CAB2C7 and #B2C7CA with #C7B2CA are triadic colors.