COLOR #C7998E

HEX: #C7998E
RGB: (199,153,142)

Color info

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

RGB color model

#C7998E color RGB value is (199,153,142).

  • red value is 199;
  • green value is 153;
  • blue value is 142.
RGB:
(199,153,142)
(78%,60%,56%)

RGB channels and saturation

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

199
153
142

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

Portions of RGB colors in percentages

R + G + B =
199 + 153 + 142 = 494 (100%)
R 199 of 494 ~ 40.28%
G 153 of 494 ~ 30.97%
B 142 of 494 ~ 28.74%

%40.28
%30.97
%28.74

CMYK color model

#C7998E color CMYK value is (0,23,29,22).

  • cyan value is 0.00%
  • magenta value is 23.12%
  • yellow value is 28.64%
  • key color value is 21.96%
CMYK:
(0,23,29,22)
C0M23Y29K22 
(0%,23%,29%,22%)
(0.00/0.23/0.29/0.22)	

CMYK percentages

%0
%23.12
%28.64
%21.96

Codes

Color #C7998E in popluar color models

C7998E
RGB199153142
HSL12°33.73%66.86%
HSB/HSV12°28.64%78.04%
CMYK0.00%23.12%28.64%
21.96%

Color #C7998E in popluar number systems.

HEXC7998E
Decimal199153142
Binary110001111001100110001110
Octal307231216

Shades and tints

Shades of #C7998E

#C7998E
(199,153,142)
#B58C82
(181,140,130)
#A37F76
(163,127,118)
#91726A
(145,114,106)
#7F655E
(127,101,94)
#6D5852
(109,88,82)
#5B4B46
(91,75,70)
#493E3A
(73,62,58)
#37312E
(55,49,46)
#252422
(37,36,34)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #C7998E

#C7998E
(199,153,142)
#CCA298
(204,162,152)
#D1ABA2
(209,171,162)
#D6B4AC
(214,180,172)
#DBBDB6
(219,189,182)
#E0C6C0
(224,198,192)
#E5CFCA
(229,207,202)
#EAD8D4
(234,216,212)
#EFE1DE
(239,225,222)
#F4EAE8
(244,234,232)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7998E; }

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

This text font color is #C7998E.


Background Color

.myBgColor { background-color: #C7998E; }

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

This div background color is #C7998E.


Border color

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

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

This div border color is #C7998E.


Opacity

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

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

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

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

This text has shadow with #C7998E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7998E on black background.


Color preview on white background

This text has color #C7998E on white background.



Black color preview on #C7998E background

This text has black color on #C7998E background.


White color preview on #C7998E background

This text has white color on #C7998E background.