COLOR #C7998F

HEX: #C7998F RGB: (199,153,143)

Color info

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

RGB color model

#C7998F color RGB value is (199,153,143).

RGB: (199,153,143) (78%, 60%, 56%)

RGB channels and saturation

R 199 of 255 = 78%
G 153 of 255 = 60%
B 143 of 255 = 56%

199
153
143

R + G + B ~ 65%. #C7998F is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 153 + 143 = 495 (100%)
R 199 of 495 ~ 40.2%
G 153 of 495 ~ 30.91%
B 143 of 495 ~ 28.89'%

%40.2
%30.91
%28.89

CMYK color model

#C7998F color CMYK value is (0,23,28,22).

  • cyan value is 0.00%
  • magenta value is 23.12%
  • yellow value is 28.14%
  • key color value is 21.96%

CMYK: (0,23,28,22)
C0M23Y28K22 (0%, 23%, 28%, 22%)
(0.00 / 0.23 / 0.28 / 0.22)

CMYK percentages

%0
%23.12
%28.14
%21.96

Codes

Color #C7998F in popluar color models

C7 99 8F
RGB 199 153 143
HSL 11° 33.33% 67.06%
HSB/HSV 11° 28.14% 78.04%
CMYK 0.00% 23.12% 28.14%
21.96%

Color #C7998F in popluar number systems.

HEX C7 99 8F
Decimal 199 153 143
Binary 11000111 10011001 10001111
Octal 307 231 217

Shades and tints

Shades of #C7998F

#C7998F
(199,153,143)
#B58C82
(181,140,130)
#A37F75
(163,127,117)
#917268
(145,114,104)
#7F655B
(127,101,91)
#6D584E
(109,88,78)
#5B4B41
(91,75,65)
#493E34
(73,62,52)
#373127
(55,49,39)
#25241A
(37,36,26)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #C7998F

#C7998F
(199,153,143)
#CCA299
(204,162,153)
#D1ABA3
(209,171,163)
#D6B4AD
(214,180,173)
#DBBDB7
(219,189,183)
#E0C6C1
(224,198,193)
#E5CFCB
(229,207,203)
#EAD8D5
(234,216,213)
#EFE1DF
(239,225,223)
#F4EAE9
(244,234,233)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7998F color. Also use rgb(199,153,143) instead hex code.

Text Font Color

.myTextColor { color: #C7998F; }

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

This text font color is #C7998F.

Background Color

.myBgColor { background-color: #C7998F; }

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

This div background color is #C7998F.

Border color

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

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

This div border color is #C7998F.

Opacity

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

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

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

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

This text has shadow with #C7998F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7998F.

Preview

Color preview on black background

This text has color #C7998F on black background.


Color preview on white background

This text has color #C7998F on white background.


Black color preview on #C7998F background

This text has black color on #C7998F background.


White color preview on #C7998F background

This text has white color on #C7998F background.


Related colors

Complementary color

Complementary color for #hex is #386670.


I love getcolorcode.com

Triadic colors

1 #8FC799 and #998FC7 with #C7998F are triadic colors.

2 #8F99C7 and #99C78F with #C7998F are triadic colors.