COLOR #C7AFBF

HEX: #C7AFBF RGB: (199,175,191)

Color info

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

RGB color model

#C7AFBF color RGB value is (199,175,191).

RGB: (199,175,191) (78%, 69%, 75%)

RGB channels and saturation

R 199 of 255 = 78%
G 175 of 255 = 69%
B 191 of 255 = 75%

199
175
191

R + G + B ~ 74%. #C7AFBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 175 + 191 = 565 (100%)
R 199 of 565 ~ 35.22%
G 175 of 565 ~ 30.97%
B 191 of 565 ~ 33.81'%

%35.22
%30.97
%33.81

CMYK color model

#C7AFBF color CMYK value is (0,12,4,22).

  • cyan value is 0.00%
  • magenta value is 12.06%
  • yellow value is 4.02%
  • key color value is 21.96%

CMYK: (0,12,4,22)
C0M12Y4K22 (0%, 12%, 4%, 22%)
(0.00 / 0.12 / 0.04 / 0.22)

CMYK percentages

%0
%12.06
%4.02
%21.96

Codes

Color #C7AFBF in popluar color models

C7 AF BF
RGB 199 175 191
HSL 320° 17.65% 73.33%
HSB/HSV 320° 12.06% 78.04%
CMYK 0.00% 12.06% 4.02%
21.96%

Color #C7AFBF in popluar number systems.

HEX C7 AF BF
Decimal 199 175 191
Binary 11000111 10101111 10111111
Octal 307 257 277

Shades and tints

Shades of #C7AFBF

#C7AFBF
(199,175,191)
#B5A0AE
(181,160,174)
#A3919D
(163,145,157)
#91828C
(145,130,140)
#7F737B
(127,115,123)
#6D646A
(109,100,106)
#5B5559
(91,85,89)
#494648
(73,70,72)
#373737
(55,55,55)
#252826
(37,40,38)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #C7AFBF

#C7AFBF
(199,175,191)
#CCB6C4
(204,182,196)
#D1BDC9
(209,189,201)
#D6C4CE
(214,196,206)
#DBCBD3
(219,203,211)
#E0D2D8
(224,210,216)
#E5D9DD
(229,217,221)
#EAE0E2
(234,224,226)
#EFE7E7
(239,231,231)
#F4EEEC
(244,238,236)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AFBF; }

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

This text font color is #C7AFBF.

Background Color

.myBgColor { background-color: #C7AFBF; }

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

This div background color is #C7AFBF.

Border color

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

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

This div border color is #C7AFBF.

Opacity

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

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

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

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

This text has shadow with #C7AFBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AFBF.

Preview

Color preview on black background

This text has color #C7AFBF on black background.


Color preview on white background

This text has color #C7AFBF on white background.


Black color preview on #C7AFBF background

This text has black color on #C7AFBF background.


White color preview on #C7AFBF background

This text has white color on #C7AFBF background.


Related colors

Complementary color

Complementary color for #hex is #385040.


I love getcolorcode.com

Triadic colors

1 #BFC7AF and #AFBFC7 with #C7AFBF are triadic colors.

2 #BFAFC7 and #AFC7BF with #C7AFBF are triadic colors.