COLOR #C7B3CF

HEX: #C7B3CF RGB: (199,179,207)

Color info

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

RGB color model

#C7B3CF color RGB value is (199,179,207).

RGB: (199,179,207) (78%, 70%, 81%)

RGB channels and saturation

R 199 of 255 = 78%
G 179 of 255 = 70%
B 207 of 255 = 81%

199
179
207

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

Portions of RGB colors in percentages

R + G + B = 199 + 179 + 207 = 585 (100%)
R 199 of 585 ~ 34.02%
G 179 of 585 ~ 30.6%
B 207 of 585 ~ 35.38'%

%34.02
%30.6
%35.38

CMYK color model

#C7B3CF color CMYK value is (4,14,0,19).

  • cyan value is 3.86%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (4,14,0,19)
C4M14Y0K19 (4%, 14%, 0%, 19%)
(0.04 / 0.14 / 0.00 / 0.19)

CMYK percentages

%3.86
%13.53
%0
%18.82

Codes

Color #C7B3CF in popluar color models

C7 B3 CF
RGB 199 179 207
HSL 283° 22.58% 75.69%
HSB/HSV 283° 13.53% 81.18%
CMYK 3.86% 13.53% 0.00%
18.82%

Color #C7B3CF in popluar number systems.

HEX C7 B3 CF
Decimal 199 179 207
Binary 11000111 10110011 11001111
Octal 307 263 317

Shades and tints

Shades of #C7B3CF

#C7B3CF
(199,179,207)
#B5A3BD
(181,163,189)
#A393AB
(163,147,171)
#918399
(145,131,153)
#7F7387
(127,115,135)
#6D6375
(109,99,117)
#5B5363
(91,83,99)
#494351
(73,67,81)
#37333F
(55,51,63)
#25232D
(37,35,45)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #C7B3CF

#C7B3CF
(199,179,207)
#CCB9D3
(204,185,211)
#D1BFD7
(209,191,215)
#D6C5DB
(214,197,219)
#DBCBDF
(219,203,223)
#E0D1E3
(224,209,227)
#E5D7E7
(229,215,231)
#EADDEB
(234,221,235)
#EFE3EF
(239,227,239)
#F4E9F3
(244,233,243)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B3CF; }

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

This text font color is #C7B3CF.

Background Color

.myBgColor { background-color: #C7B3CF; }

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

This div background color is #C7B3CF.

Border color

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

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

This div border color is #C7B3CF.

Opacity

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

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

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

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

This text has shadow with #C7B3CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B3CF.

Preview

Color preview on black background

This text has color #C7B3CF on black background.


Color preview on white background

This text has color #C7B3CF on white background.


Black color preview on #C7B3CF background

This text has black color on #C7B3CF background.


White color preview on #C7B3CF background

This text has white color on #C7B3CF background.


Related colors

Complementary color

Complementary color for #hex is #384C30.


I love getcolorcode.com

Triadic colors

1 #CFC7B3 and #B3CFC7 with #C7B3CF are triadic colors.

2 #CFB3C7 and #B3C7CF with #C7B3CF are triadic colors.