COLOR #CCB699

HEX: #CCB699
RGB: (204,182,153)

Color info

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

RGB color model

#CCB699 color RGB value is (204,182,153).

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

RGB channels and saturation

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

204
182
153

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

Portions of RGB colors in percentages

R + G + B =
204 + 182 + 153 = 539 (100%)
R 204 of 539 ~ 37.85%
G 182 of 539 ~ 33.77%
B 153 of 539 ~ 28.39%

%37.85
%33.77
%28.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 25.00%
  • 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
%20

Codes

Color #CCB699 in popluar color models

CCB699
RGB204182153
HSL34°33.33%70.00%
HSB/HSV34°25.00%80.00%
CMYK0.00%10.78%25.00%
20.00%

Color #CCB699 in popluar number systems.

HEXCCB699
Decimal204182153
Binary110011001011011010011001
Octal314266231

Shades and tints

Shades of #CCB699

#CCB699
(204,182,153)
#BAA68C
(186,166,140)
#A8967F
(168,150,127)
#968672
(150,134,114)
#847665
(132,118,101)
#726658
(114,102,88)
#60564B
(96,86,75)
#4E463E
(78,70,62)
#3C3631
(60,54,49)
#2A2624
(42,38,36)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #CCB699

#CCB699
(204,182,153)
#D0BCA2
(208,188,162)
#D4C2AB
(212,194,171)
#D8C8B4
(216,200,180)
#DCCEBD
(220,206,189)
#E0D4C6
(224,212,198)
#E4DACF
(228,218,207)
#E8E0D8
(232,224,216)
#ECE6E1
(236,230,225)
#F0ECEA
(240,236,234)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB699; }

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

This text font color is #CCB699.


Background Color

.myBgColor { background-color: #CCB699; }

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

This div background color is #CCB699.


Border color

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

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

This div border color is #CCB699.


Opacity

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

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

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

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

This text has shadow with #CCB699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB699 on black background.


Color preview on white background

This text has color #CCB699 on white background.



Black color preview on #CCB699 background

This text has black color on #CCB699 background.


White color preview on #CCB699 background

This text has white color on #CCB699 background.