COLOR #C7B3CB

HEX: #C7B3CB RGB: (199,179,203)

Color info

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

RGB color model

#C7B3CB color RGB value is (199,179,203).

RGB: (199,179,203) (78%, 70%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 179 of 255 = 70%
B 203 of 255 = 80%

199
179
203

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

Portions of RGB colors in percentages

R + G + B = 199 + 179 + 203 = 581 (100%)
R 199 of 581 ~ 34.25%
G 179 of 581 ~ 30.81%
B 203 of 581 ~ 34.94'%

%34.25
%30.81
%34.94

CMYK color model

#C7B3CB color CMYK value is (2,12,0,20).

  • cyan value is 1.97%
  • magenta value is 11.82%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (2,12,0,20) C2M12Y0K20 (2%,12%,0%,20%) (0.02/0.12/0.00/0.20) 

CMYK percentages

%1.97
%11.82
%0
%20.39

Codes

Color #C7B3CB in popluar color models

C7 B3 CB
RGB 199 179 203
HSL 290° 18.75% 74.90%
HSB/HSV 290° 11.82% 79.61%
CMYK 1.97% 11.82% 0.00%
20.39%

Color #C7B3CB in popluar number systems.

HEX C7 B3 CB
Decimal 199 179 203
Binary 11000111 10110011 11001011
Octal 307 263 313

Shades and tints

Shades of #C7B3CB

#C7B3CB
(199,179,203)
#B5A3B9
(181,163,185)
#A393A7
(163,147,167)
#918395
(145,131,149)
#7F7383
(127,115,131)
#6D6371
(109,99,113)
#5B535F
(91,83,95)
#49434D
(73,67,77)
#37333B
(55,51,59)
#252329
(37,35,41)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #C7B3CB

#C7B3CB
(199,179,203)
#CCB9CF
(204,185,207)
#D1BFD3
(209,191,211)
#D6C5D7
(214,197,215)
#DBCBDB
(219,203,219)
#E0D1DF
(224,209,223)
#E5D7E3
(229,215,227)
#EADDE7
(234,221,231)
#EFE3EB
(239,227,235)
#F4E9EF
(244,233,239)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B3CB; }

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

This text font color is #C7B3CB.

Background Color

.myBgColor { background-color: #C7B3CB; }

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

This div background color is #C7B3CB.

Border color

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

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

This div border color is #C7B3CB.

Opacity

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

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

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

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

This text has shadow with #C7B3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B3CB.

Preview

Color preview on black background

This text has color #C7B3CB on black background.


Color preview on white background

This text has color #C7B3CB on white background.


Black color preview on #C7B3CB background

This text has black color on #C7B3CB background.


White color preview on #C7B3CB background

This text has white color on #C7B3CB background.


Related colors

Complementary color

Complementary color for #hex is #384C34.


I love getcolorcode.com

Triadic colors

1 #CBC7B3 and #B3CBC7 with #C7B3CB are triadic colors.

2 #CBB3C7 and #B3C7CB with #C7B3CB are triadic colors.