COLOR #CCB698

HEX: #CCB698
RGB: (204,182,152)

Color info

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

RGB color model

#CCB698 color RGB value is (204,182,152).

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

RGB channels and saturation

R 204 of 255 = 80%
G 182 of 255 = 71%
B 152 of 255 = 60%

204
182
152

R + G + B ~ 70%. #CCB698 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 182 + 152 = 538 (100%)
R 204 of 538 ~ 37.92%
G 182 of 538 ~ 33.83%
B 152 of 538 ~ 28.25%

%37.92
%33.83
%28.25

CMYK color model

#CCB698 color CMYK value is (0,11,25,20).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 25.49%
  • key color value is 20.00%
CMYK:
(0,11,25,20)
C0M11Y25K20 
(0%,11%,25%,20%)
(0.00/0.11/0.25/0.20)	

CMYK percentages

%0
%10.78
%25.49
%20

Codes

Color #CCB698 in popluar color models

CCB698
RGB204182152
HSL35°33.77%69.80%
HSB/HSV35°25.49%80.00%
CMYK0.00%10.78%25.49%
20.00%

Color #CCB698 in popluar number systems.

HEXCCB698
Decimal204182152
Binary110011001011011010011000
Octal314266230

Shades and tints

Shades of #CCB698

#CCB698
(204,182,152)
#BAA68B
(186,166,139)
#A8967E
(168,150,126)
#968671
(150,134,113)
#847664
(132,118,100)
#726657
(114,102,87)
#60564A
(96,86,74)
#4E463D
(78,70,61)
#3C3630
(60,54,48)
#2A2623
(42,38,35)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #CCB698

#CCB698
(204,182,152)
#D0BCA1
(208,188,161)
#D4C2AA
(212,194,170)
#D8C8B3
(216,200,179)
#DCCEBC
(220,206,188)
#E0D4C5
(224,212,197)
#E4DACE
(228,218,206)
#E8E0D7
(232,224,215)
#ECE6E0
(236,230,224)
#F0ECE9
(240,236,233)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB698; }

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

This text font color is #CCB698.


Background Color

.myBgColor { background-color: #CCB698; }

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

This div background color is #CCB698.


Border color

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

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

This div border color is #CCB698.


Opacity

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

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

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

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

This text has shadow with #CCB698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB698 on black background.


Color preview on white background

This text has color #CCB698 on white background.



Black color preview on #CCB698 background

This text has black color on #CCB698 background.


White color preview on #CCB698 background

This text has white color on #CCB698 background.