COLOR #C7969F

HEX: #C7969F RGB: (199,150,159)

Color info

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

RGB color model

#C7969F color RGB value is (199,150,159).

RGB: (199,150,159) (78%, 59%, 62%)

RGB channels and saturation

R 199 of 255 = 78%
G 150 of 255 = 59%
B 159 of 255 = 62%

199
150
159

R + G + B ~ 66%. #C7969F is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 150 + 159 = 508 (100%)
R 199 of 508 ~ 39.17%
G 150 of 508 ~ 29.53%
B 159 of 508 ~ 31.3'%

%39.17
%29.53
%31.3

CMYK color model

#C7969F color CMYK value is (0,25,20,22).

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

CMYK: (0,25,20,22)
C0M25Y20K22 (0%, 25%, 20%, 22%)
(0.00 / 0.25 / 0.20 / 0.22)

CMYK percentages

%0
%24.62
%20.1
%21.96

Codes

Color #C7969F in popluar color models

C7 96 9F
RGB 199 150 159
HSL 349° 30.43% 68.43%
HSB/HSV 349° 24.62% 78.04%
CMYK 0.00% 24.62% 20.10%
21.96%

Color #C7969F in popluar number systems.

HEX C7 96 9F
Decimal 199 150 159
Binary 11000111 10010110 10011111
Octal 307 226 237

Shades and tints

Shades of #C7969F

#C7969F
(199,150,159)
#B58991
(181,137,145)
#A37C83
(163,124,131)
#916F75
(145,111,117)
#7F6267
(127,98,103)
#6D5559
(109,85,89)
#5B484B
(91,72,75)
#493B3D
(73,59,61)
#372E2F
(55,46,47)
#252121
(37,33,33)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #C7969F

#C7969F
(199,150,159)
#CC9FA7
(204,159,167)
#D1A8AF
(209,168,175)
#D6B1B7
(214,177,183)
#DBBABF
(219,186,191)
#E0C3C7
(224,195,199)
#E5CCCF
(229,204,207)
#EAD5D7
(234,213,215)
#EFDEDF
(239,222,223)
#F4E7E7
(244,231,231)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7969F; }

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

This text font color is #C7969F.

Background Color

.myBgColor { background-color: #C7969F; }

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

This div background color is #C7969F.

Border color

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

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

This div border color is #C7969F.

Opacity

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

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

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

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

This text has shadow with #C7969F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7969F.

Preview

Color preview on black background

This text has color #C7969F on black background.


Color preview on white background

This text has color #C7969F on white background.


Black color preview on #C7969F background

This text has black color on #C7969F background.


White color preview on #C7969F background

This text has white color on #C7969F background.


Related colors

Complementary color

Complementary color for #hex is #386960.


I love getcolorcode.com

Triadic colors

1 #9FC796 and #969FC7 with #C7969F are triadic colors.

2 #9F96C7 and #96C79F with #C7969F are triadic colors.