COLOR #C7989A

HEX: #C7989A RGB: (199,152,154)

Color info

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

RGB color model

#C7989A color RGB value is (199,152,154).

RGB: (199,152,154) (78%, 60%, 60%)

RGB channels and saturation

R 199 of 255 = 78%
G 152 of 255 = 60%
B 154 of 255 = 60%

199
152
154

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

Portions of RGB colors in percentages

R + G + B = 199 + 152 + 154 = 505 (100%)
R 199 of 505 ~ 39.41%
G 152 of 505 ~ 30.1%
B 154 of 505 ~ 30.5'%

%39.41
%30.1
%30.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.62%
  • yellow value is 22.61%
  • key color value is 21.96%

CMYK: (0,24,23,22)
C0M24Y23K22 (0%, 24%, 23%, 22%)
(0.00 / 0.24 / 0.23 / 0.22)

CMYK percentages

%0
%23.62
%22.61
%21.96

Codes

Color #C7989A in popluar color models

C7 98 9A
RGB 199 152 154
HSL 357° 29.56% 68.82%
HSB/HSV 357° 23.62% 78.04%
CMYK 0.00% 23.62% 22.61%
21.96%

Color #C7989A in popluar number systems.

HEX C7 98 9A
Decimal 199 152 154
Binary 11000111 10011000 10011010
Octal 307 230 232

Shades and tints

Shades of #C7989A

#C7989A
(199,152,154)
#B58B8C
(181,139,140)
#A37E7E
(163,126,126)
#917170
(145,113,112)
#7F6462
(127,100,98)
#6D5754
(109,87,84)
#5B4A46
(91,74,70)
#493D38
(73,61,56)
#37302A
(55,48,42)
#25231C
(37,35,28)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #C7989A

#C7989A
(199,152,154)
#CCA1A3
(204,161,163)
#D1AAAC
(209,170,172)
#D6B3B5
(214,179,181)
#DBBCBE
(219,188,190)
#E0C5C7
(224,197,199)
#E5CED0
(229,206,208)
#EAD7D9
(234,215,217)
#EFE0E2
(239,224,226)
#F4E9EB
(244,233,235)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7989A; }

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

This text font color is #C7989A.

Background Color

.myBgColor { background-color: #C7989A; }

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

This div background color is #C7989A.

Border color

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

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

This div border color is #C7989A.

Opacity

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

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

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

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

This text has shadow with #C7989A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7989A.

Preview

Color preview on black background

This text has color #C7989A on black background.


Color preview on white background

This text has color #C7989A on white background.


Black color preview on #C7989A background

This text has black color on #C7989A background.


White color preview on #C7989A background

This text has white color on #C7989A background.


Related colors

Complementary color

Complementary color for #hex is #386765.


I love getcolorcode.com

Triadic colors

1 #9AC798 and #989AC7 with #C7989A are triadic colors.

2 #9A98C7 and #98C79A with #C7989A are triadic colors.