COLOR #CCC198

HEX: #CCC198
RGB: (204,193,152)

Color info

#CCC198 contains red, green and blue colors in about the same proportion. Web safe color of #CCC198 is #CCCC99 (or #CC9).

RGB color model

#CCC198 color RGB value is (204,193,152).

  • red value is 204;
  • green value is 193;
  • blue value is 152.
RGB:
(204,193,152)
(80%,76%,60%)

RGB channels and saturation

R 204 of 255 = 80%
G 193 of 255 = 76%
B 152 of 255 = 60%

204
193
152

R + G + B ~ 72%. #CCC198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 193 + 152 = 549 (100%)
R 204 of 549 ~ 37.16%
G 193 of 549 ~ 35.15%
B 152 of 549 ~ 27.69%

%37.16
%35.15
%27.69

CMYK color model

#CCC198 color CMYK value is (0,5,25,20).

  • cyan value is 0.00%
  • magenta value is 5.39%
  • yellow value is 25.49%
  • key color value is 20.00%
CMYK:
(0,5,25,20)
C0M5Y25K20 
(0%,5%,25%,20%)
(0.00/0.05/0.25/0.20)	

CMYK percentages

%0
%5.39
%25.49
%20

Codes

Color #CCC198 in popluar color models

CCC198
RGB204193152
HSL47°33.77%69.80%
HSB/HSV47°25.49%80.00%
CMYK0.00%5.39%25.49%
20.00%

Color #CCC198 in popluar number systems.

HEXCCC198
Decimal204193152
Binary110011001100000110011000
Octal314301230

Shades and tints

Shades of #CCC198

#CCC198
(204,193,152)
#BAB08B
(186,176,139)
#A89F7E
(168,159,126)
#968E71
(150,142,113)
#847D64
(132,125,100)
#726C57
(114,108,87)
#605B4A
(96,91,74)
#4E4A3D
(78,74,61)
#3C3930
(60,57,48)
#2A2823
(42,40,35)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #CCC198

#CCC198
(204,193,152)
#D0C6A1
(208,198,161)
#D4CBAA
(212,203,170)
#D8D0B3
(216,208,179)
#DCD5BC
(220,213,188)
#E0DAC5
(224,218,197)
#E4DFCE
(228,223,206)
#E8E4D7
(232,228,215)
#ECE9E0
(236,233,224)
#F0EEE9
(240,238,233)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC198 color. Also use rgb(204,193,152) instead hex code.

Text Font Color

.myTextColor { color: #CCC198; }

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

This text font color is #CCC198.


Background Color

.myBgColor { background-color: #CCC198; }

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

This div background color is #CCC198.


Border color

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

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

This div border color is #CCC198.


Opacity

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

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

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

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

This text has shadow with #CCC198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC198 on black background.


Color preview on white background

This text has color #CCC198 on white background.



Black color preview on #CCC198 background

This text has black color on #CCC198 background.


White color preview on #CCC198 background

This text has white color on #CCC198 background.