COLOR #CC998F

HEX: #CC998F
RGB: (204,153,143)

Color info

#CC998F contains mainly red and green colors. Web safe color of #CC998F is #CC9999 (or #C99).

RGB color model

#CC998F color RGB value is (204,153,143).

  • red value is 204;
  • green value is 153;
  • blue value is 143.
RGB:
(204,153,143)
(80%,60%,56%)

RGB channels and saturation

R 204 of 255 = 80%
G 153 of 255 = 60%
B 143 of 255 = 56%

204
153
143

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

Portions of RGB colors in percentages

R + G + B =
204 + 153 + 143 = 500 (100%)
R 204 of 500 ~ 40.8%
G 153 of 500 ~ 30.6%
B 143 of 500 ~ 28.6%

%40.8
%30.6
%28.6

CMYK color model

#CC998F color CMYK value is (0,25,30,20).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 29.90%
  • key color value is 20.00%
CMYK:
(0,25,30,20)
C0M25Y30K20 
(0%,25%,30%,20%)
(0.00/0.25/0.30/0.20)	

CMYK percentages

%0
%25
%29.9
%20

Codes

Color #CC998F in popluar color models

CC998F
RGB204153143
HSL10°37.42%68.04%
HSB/HSV10°29.90%80.00%
CMYK0.00%25.00%29.90%
20.00%

Color #CC998F in popluar number systems.

HEXCC998F
Decimal204153143
Binary110011001001100110001111
Octal314231217

Shades and tints

Shades of #CC998F

#CC998F
(204,153,143)
#BA8C82
(186,140,130)
#A87F75
(168,127,117)
#967268
(150,114,104)
#84655B
(132,101,91)
#72584E
(114,88,78)
#604B41
(96,75,65)
#4E3E34
(78,62,52)
#3C3127
(60,49,39)
#2A241A
(42,36,26)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #CC998F

#CC998F
(204,153,143)
#D0A299
(208,162,153)
#D4ABA3
(212,171,163)
#D8B4AD
(216,180,173)
#DCBDB7
(220,189,183)
#E0C6C1
(224,198,193)
#E4CFCB
(228,207,203)
#E8D8D5
(232,216,213)
#ECE1DF
(236,225,223)
#F0EAE9
(240,234,233)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC998F; }

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

This text font color is #CC998F.


Background Color

.myBgColor { background-color: #CC998F; }

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

This div background color is #CC998F.


Border color

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

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

This div border color is #CC998F.


Opacity

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

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

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

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

This text has shadow with #CC998F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC998F on black background.


Color preview on white background

This text has color #CC998F on white background.



Black color preview on #CC998F background

This text has black color on #CC998F background.


White color preview on #CC998F background

This text has white color on #CC998F background.