COLOR #C7989C

HEX: #C7989C RGB: (199,152,156)

Color info

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

RGB color model

#C7989C color RGB value is (199,152,156).

RGB: (199,152,156) (78%, 60%, 61%)

RGB channels and saturation

R 199 of 255 = 78%
G 152 of 255 = 60%
B 156 of 255 = 61%

199
152
156

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

Portions of RGB colors in percentages

R + G + B = 199 + 152 + 156 = 507 (100%)
R 199 of 507 ~ 39.25%
G 152 of 507 ~ 29.98%
B 156 of 507 ~ 30.77'%

%39.25
%29.98
%30.77

CMYK color model

#C7989C color CMYK value is (0,24,22,22).

  • cyan value is 0.00%
  • magenta value is 23.62%
  • yellow value is 21.61%
  • key color value is 21.96%
CMYK: (0,24,22,22) C0M24Y22K22 (0%,24%,22%,22%) (0.00/0.24/0.22/0.22) 

CMYK percentages

%0
%23.62
%21.61
%21.96

Codes

Color #C7989C in popluar color models

C7 98 9C
RGB 199 152 156
HSL 355° 29.56% 68.82%
HSB/HSV 355° 23.62% 78.04%
CMYK 0.00% 23.62% 21.61%
21.96%

Color #C7989C in popluar number systems.

HEX C7 98 9C
Decimal 199 152 156
Binary 11000111 10011000 10011100
Octal 307 230 234

Shades and tints

Shades of #C7989C

#C7989C
(199,152,156)
#B58B8E
(181,139,142)
#A37E80
(163,126,128)
#917172
(145,113,114)
#7F6464
(127,100,100)
#6D5756
(109,87,86)
#5B4A48
(91,74,72)
#493D3A
(73,61,58)
#37302C
(55,48,44)
#25231E
(37,35,30)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #C7989C

#C7989C
(199,152,156)
#CCA1A5
(204,161,165)
#D1AAAE
(209,170,174)
#D6B3B7
(214,179,183)
#DBBCC0
(219,188,192)
#E0C5C9
(224,197,201)
#E5CED2
(229,206,210)
#EAD7DB
(234,215,219)
#EFE0E4
(239,224,228)
#F4E9ED
(244,233,237)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7989C color. Also use rgb(199,152,156) instead hex code.

Text Font Color

.myTextColor { color: #C7989C; }

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

This text font color is #C7989C.

Background Color

.myBgColor { background-color: #C7989C; }

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

This div background color is #C7989C.

Border color

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

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

This div border color is #C7989C.

Opacity

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

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

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

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

This text has shadow with #C7989C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7989C.

Preview

Color preview on black background

This text has color #C7989C on black background.


Color preview on white background

This text has color #C7989C on white background.


Black color preview on #C7989C background

This text has black color on #C7989C background.


White color preview on #C7989C background

This text has white color on #C7989C background.


Related colors

Complementary color

Complementary color for #hex is #386763.


I love getcolorcode.com

Triadic colors

1 #9CC798 and #989CC7 with #C7989C are triadic colors.

2 #9C98C7 and #98C79C with #C7989C are triadic colors.