COLOR #C8998D

HEX: #C8998D
RGB: (200,153,141)

Color info

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

RGB color model

#C8998D color RGB value is (200,153,141).

  • red value is 200;
  • green value is 153;
  • blue value is 141.
RGB:
(200,153,141)
(78%,60%,55%)

RGB channels and saturation

R 200 of 255 = 78%
G 153 of 255 = 60%
B 141 of 255 = 55%

200
153
141

R + G + B ~ 64%. #C8998D is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 153 + 141 = 494 (100%)
R 200 of 494 ~ 40.49%
G 153 of 494 ~ 30.97%
B 141 of 494 ~ 28.54%

%40.49
%30.97
%28.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.50%
  • yellow value is 29.50%
  • key color value is 21.57%
CMYK:
(0,24,30,22)
C0M24Y30K22 
(0%,24%,30%,22%)
(0.00/0.24/0.30/0.22)	

CMYK percentages

%0
%23.5
%29.5
%21.57

Codes

Color #C8998D in popluar color models

C8998D
RGB200153141
HSL12°34.91%66.86%
HSB/HSV12°29.50%78.43%
CMYK0.00%23.50%29.50%
21.57%

Color #C8998D in popluar number systems.

HEXC8998D
Decimal200153141
Binary110010001001100110001101
Octal310231215

Shades and tints

Shades of #C8998D

#C8998D
(200,153,141)
#B68C81
(182,140,129)
#A47F75
(164,127,117)
#927269
(146,114,105)
#80655D
(128,101,93)
#6E5851
(110,88,81)
#5C4B45
(92,75,69)
#4A3E39
(74,62,57)
#38312D
(56,49,45)
#262421
(38,36,33)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #C8998D

#C8998D
(200,153,141)
#CDA297
(205,162,151)
#D2ABA1
(210,171,161)
#D7B4AB
(215,180,171)
#DCBDB5
(220,189,181)
#E1C6BF
(225,198,191)
#E6CFC9
(230,207,201)
#EBD8D3
(235,216,211)
#F0E1DD
(240,225,221)
#F5EAE7
(245,234,231)
#FAF3F1
(250,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8998D color. Also use rgb(200,153,141) instead hex code.

Text Font Color

.myTextColor { color: #C8998D; }

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

This text font color is #C8998D.


Background Color

.myBgColor { background-color: #C8998D; }

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

This div background color is #C8998D.


Border color

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

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

This div border color is #C8998D.


Opacity

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

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

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

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

This text has shadow with #C8998D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8998D on black background.


Color preview on white background

This text has color #C8998D on white background.



Black color preview on #C8998D background

This text has black color on #C8998D background.


White color preview on #C8998D background

This text has white color on #C8998D background.