COLOR #C7B9CA

HEX: #C7B9CA RGB: (199,185,202)

Color info

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

RGB color model

#C7B9CA color RGB value is (199,185,202).

RGB: (199,185,202) (78%, 73%, 79%)

RGB channels and saturation

R 199 of 255 = 78%
G 185 of 255 = 73%
B 202 of 255 = 79%

199
185
202

R + G + B ~ 77%. #C7B9CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 185 + 202 = 586 (100%)
R 199 of 586 ~ 33.96%
G 185 of 586 ~ 31.57%
B 202 of 586 ~ 34.47'%

%33.96
%31.57
%34.47

CMYK color model

#C7B9CA color CMYK value is (1,8,0,21).

  • cyan value is 1.49%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (1,8,0,21) C1M8Y0K21 (1%,8%,0%,21%) (0.01/0.08/0.00/0.21) 

CMYK percentages

%1.49
%8.42
%0
%20.78

Codes

Color #C7B9CA in popluar color models

C7 B9 CA
RGB 199 185 202
HSL 289° 13.82% 75.88%
HSB/HSV 289° 8.42% 79.22%
CMYK 1.49% 8.42% 0.00%
20.78%

Color #C7B9CA in popluar number systems.

HEX C7 B9 CA
Decimal 199 185 202
Binary 11000111 10111001 11001010
Octal 307 271 312

Shades and tints

Shades of #C7B9CA

#C7B9CA
(199,185,202)
#B5A9B8
(181,169,184)
#A399A6
(163,153,166)
#918994
(145,137,148)
#7F7982
(127,121,130)
#6D6970
(109,105,112)
#5B595E
(91,89,94)
#49494C
(73,73,76)
#37393A
(55,57,58)
#252928
(37,41,40)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #C7B9CA

#C7B9CA
(199,185,202)
#CCBFCE
(204,191,206)
#D1C5D2
(209,197,210)
#D6CBD6
(214,203,214)
#DBD1DA
(219,209,218)
#E0D7DE
(224,215,222)
#E5DDE2
(229,221,226)
#EAE3E6
(234,227,230)
#EFE9EA
(239,233,234)
#F4EFEE
(244,239,238)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B9CA; }

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

This text font color is #C7B9CA.

Background Color

.myBgColor { background-color: #C7B9CA; }

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

This div background color is #C7B9CA.

Border color

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

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

This div border color is #C7B9CA.

Opacity

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

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

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

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

This text has shadow with #C7B9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B9CA.

Preview

Color preview on black background

This text has color #C7B9CA on black background.


Color preview on white background

This text has color #C7B9CA on white background.


Black color preview on #C7B9CA background

This text has black color on #C7B9CA background.


White color preview on #C7B9CA background

This text has white color on #C7B9CA background.


Related colors

Complementary color

Complementary color for #hex is #384635.


I love getcolorcode.com

Triadic colors

1 #CAC7B9 and #B9CAC7 with #C7B9CA are triadic colors.

2 #CAB9C7 and #B9C7CA with #C7B9CA are triadic colors.