COLOR #C7968C

HEX: #C7968C RGB: (199,150,140)

Color info

#C7968C contains red, green and blue colors in about the same proportion. Web safe color of #C7968C is #CC9999 (or #C99).

RGB color model

#C7968C color RGB value is (199,150,140).

RGB: (199,150,140) (78%, 59%, 55%)

RGB channels and saturation

R 199 of 255 = 78%
G 150 of 255 = 59%
B 140 of 255 = 55%

199
150
140

R + G + B ~ 64%. #C7968C is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 150 + 140 = 489 (100%)
R 199 of 489 ~ 40.7%
G 150 of 489 ~ 30.67%
B 140 of 489 ~ 28.63'%

%40.7
%30.67
%28.63

CMYK color model

#C7968C color CMYK value is (0,25,30,22).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 29.65%
  • key color value is 21.96%

CMYK: (0,25,30,22)
C0M25Y30K22 (0%, 25%, 30%, 22%)
(0.00 / 0.25 / 0.30 / 0.22)

CMYK percentages

%0
%24.62
%29.65
%21.96

Codes

Color #C7968C in popluar color models

C7 96 8C
RGB 199 150 140
HSL 10° 34.50% 66.47%
HSB/HSV 10° 29.65% 78.04%
CMYK 0.00% 24.62% 29.65%
21.96%

Color #C7968C in popluar number systems.

HEX C7 96 8C
Decimal 199 150 140
Binary 11000111 10010110 10001100
Octal 307 226 214

Shades and tints

Shades of #C7968C

#C7968C
(199,150,140)
#B58980
(181,137,128)
#A37C74
(163,124,116)
#916F68
(145,111,104)
#7F625C
(127,98,92)
#6D5550
(109,85,80)
#5B4844
(91,72,68)
#493B38
(73,59,56)
#372E2C
(55,46,44)
#252120
(37,33,32)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #C7968C

#C7968C
(199,150,140)
#CC9F96
(204,159,150)
#D1A8A0
(209,168,160)
#D6B1AA
(214,177,170)
#DBBAB4
(219,186,180)
#E0C3BE
(224,195,190)
#E5CCC8
(229,204,200)
#EAD5D2
(234,213,210)
#EFDEDC
(239,222,220)
#F4E7E6
(244,231,230)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7968C color. Also use rgb(199,150,140) instead hex code.

Text Font Color

.myTextColor { color: #C7968C; }

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

This text font color is #C7968C.

Background Color

.myBgColor { background-color: #C7968C; }

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

This div background color is #C7968C.

Border color

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

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

This div border color is #C7968C.

Opacity

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

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

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

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

This text has shadow with #C7968C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7968C.

Preview

Color preview on black background

This text has color #C7968C on black background.


Color preview on white background

This text has color #C7968C on white background.


Black color preview on #C7968C background

This text has black color on #C7968C background.


White color preview on #C7968C background

This text has white color on #C7968C background.


Related colors

Complementary color

Complementary color for #hex is #386973.


I love getcolorcode.com

Triadic colors

1 #8CC796 and #968CC7 with #C7968C are triadic colors.

2 #8C96C7 and #96C78C with #C7968C are triadic colors.