COLOR #C2998A

HEX: #C2998A
RGB: (194,153,138)

Color info

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

RGB color model

#C2998A color RGB value is (194,153,138).

  • red value is 194;
  • green value is 153;
  • blue value is 138.
RGB:
(194,153,138)
(76%,60%,54%)

RGB channels and saturation

R 194 of 255 = 76%
G 153 of 255 = 60%
B 138 of 255 = 54%

194
153
138

R + G + B ~ 63%. #C2998A is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 153 + 138 = 485 (100%)
R 194 of 485 ~ 40%
G 153 of 485 ~ 31.55%
B 138 of 485 ~ 28.45%

%40
%31.55
%28.45

CMYK color model

#C2998A color CMYK value is (0,21,29,24).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 28.87%
  • key color value is 23.92%
CMYK:
(0,21,29,24)
C0M21Y29K24 
(0%,21%,29%,24%)
(0.00/0.21/0.29/0.24)	

CMYK percentages

%0
%21.13
%28.87
%23.92

Codes

Color #C2998A in popluar color models

C2998A
RGB194153138
HSL16°31.46%65.10%
HSB/HSV16°28.87%76.08%
CMYK0.00%21.13%28.87%
23.92%

Color #C2998A in popluar number systems.

HEXC2998A
Decimal194153138
Binary110000101001100110001010
Octal302231212

Shades and tints

Shades of #C2998A

#C2998A
(194,153,138)
#B18C7E
(177,140,126)
#A07F72
(160,127,114)
#8F7266
(143,114,102)
#7E655A
(126,101,90)
#6D584E
(109,88,78)
#5C4B42
(92,75,66)
#4B3E36
(75,62,54)
#3A312A
(58,49,42)
#29241E
(41,36,30)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #C2998A

#C2998A
(194,153,138)
#C7A294
(199,162,148)
#CCAB9E
(204,171,158)
#D1B4A8
(209,180,168)
#D6BDB2
(214,189,178)
#DBC6BC
(219,198,188)
#E0CFC6
(224,207,198)
#E5D8D0
(229,216,208)
#EAE1DA
(234,225,218)
#EFEAE4
(239,234,228)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2998A color. Also use rgb(194,153,138) instead hex code.

Text Font Color

.myTextColor { color: #C2998A; }

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

This text font color is #C2998A.


Background Color

.myBgColor { background-color: #C2998A; }

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

This div background color is #C2998A.


Border color

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

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

This div border color is #C2998A.


Opacity

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

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

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

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

This text has shadow with #C2998A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2998A on black background.


Color preview on white background

This text has color #C2998A on white background.



Black color preview on #C2998A background

This text has black color on #C2998A background.


White color preview on #C2998A background

This text has white color on #C2998A background.