COLOR #C7BFCD

HEX: #C7BFCD RGB: (199,191,205)

Color info

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

RGB color model

#C7BFCD color RGB value is (199,191,205).

RGB: (199,191,205) (78%, 75%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 191 of 255 = 75%
B 205 of 255 = 80%

199
191
205

R + G + B ~ 78%. #C7BFCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 191 + 205 = 595 (100%)
R 199 of 595 ~ 33.45%
G 191 of 595 ~ 32.1%
B 205 of 595 ~ 34.45'%

%33.45
%32.1
%34.45

CMYK color model

#C7BFCD color CMYK value is (3,7,0,20).

  • cyan value is 2.93%
  • magenta value is 6.83%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (3,7,0,20)
C3M7Y0K20 (3%, 7%, 0%, 20%)
(0.03 / 0.07 / 0.00 / 0.20)

CMYK percentages

%2.93
%6.83
%0
%19.61

Codes

Color #C7BFCD in popluar color models

C7 BF CD
RGB 199 191 205
HSL 274° 12.28% 77.65%
HSB/HSV 274° 6.83% 80.39%
CMYK 2.93% 6.83% 0.00%
19.61%

Color #C7BFCD in popluar number systems.

HEX C7 BF CD
Decimal 199 191 205
Binary 11000111 10111111 11001101
Octal 307 277 315

Shades and tints

Shades of #C7BFCD

#C7BFCD
(199,191,205)
#B5AEBB
(181,174,187)
#A39DA9
(163,157,169)
#918C97
(145,140,151)
#7F7B85
(127,123,133)
#6D6A73
(109,106,115)
#5B5961
(91,89,97)
#49484F
(73,72,79)
#37373D
(55,55,61)
#25262B
(37,38,43)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #C7BFCD

#C7BFCD
(199,191,205)
#CCC4D1
(204,196,209)
#D1C9D5
(209,201,213)
#D6CED9
(214,206,217)
#DBD3DD
(219,211,221)
#E0D8E1
(224,216,225)
#E5DDE5
(229,221,229)
#EAE2E9
(234,226,233)
#EFE7ED
(239,231,237)
#F4ECF1
(244,236,241)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BFCD color. Also use rgb(199,191,205) instead hex code.

Text Font Color

.myTextColor { color: #C7BFCD; }

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

This text font color is #C7BFCD.

Background Color

.myBgColor { background-color: #C7BFCD; }

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

This div background color is #C7BFCD.

Border color

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

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

This div border color is #C7BFCD.

Opacity

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

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

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

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

This text has shadow with #C7BFCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BFCD.

Preview

Color preview on black background

This text has color #C7BFCD on black background.


Color preview on white background

This text has color #C7BFCD on white background.


Black color preview on #C7BFCD background

This text has black color on #C7BFCD background.


White color preview on #C7BFCD background

This text has white color on #C7BFCD background.


Related colors

Complementary color

Complementary color for #hex is #384032.


I love getcolorcode.com

Triadic colors

1 #CDC7BF and #BFCDC7 with #C7BFCD are triadic colors.

2 #CDBFC7 and #BFC7CD with #C7BFCD are triadic colors.