COLOR #CCB19D

HEX: #CCB19D
RGB: (204,177,157)

Color info

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

RGB color model

#CCB19D color RGB value is (204,177,157).

  • red value is 204;
  • green value is 177;
  • blue value is 157.
RGB:
(204,177,157)
(80%,69%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 177 of 255 = 69%
B 157 of 255 = 62%

204
177
157

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

Portions of RGB colors in percentages

R + G + B =
204 + 177 + 157 = 538 (100%)
R 204 of 538 ~ 37.92%
G 177 of 538 ~ 32.9%
B 157 of 538 ~ 29.18%

%37.92
%32.9
%29.18

CMYK color model

#CCB19D color CMYK value is (0,13,23,20).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 23.04%
  • key color value is 20.00%
CMYK:
(0,13,23,20)
C0M13Y23K20 
(0%,13%,23%,20%)
(0.00/0.13/0.23/0.20)	

CMYK percentages

%0
%13.24
%23.04
%20

Codes

Color #CCB19D in popluar color models

CCB19D
RGB204177157
HSL26°31.54%70.78%
HSB/HSV26°23.04%80.00%
CMYK0.00%13.24%23.04%
20.00%

Color #CCB19D in popluar number systems.

HEXCCB19D
Decimal204177157
Binary110011001011000110011101
Octal314261235

Shades and tints

Shades of #CCB19D

#CCB19D
(204,177,157)
#BAA18F
(186,161,143)
#A89181
(168,145,129)
#968173
(150,129,115)
#847165
(132,113,101)
#726157
(114,97,87)
#605149
(96,81,73)
#4E413B
(78,65,59)
#3C312D
(60,49,45)
#2A211F
(42,33,31)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #CCB19D

#CCB19D
(204,177,157)
#D0B8A5
(208,184,165)
#D4BFAD
(212,191,173)
#D8C6B5
(216,198,181)
#DCCDBD
(220,205,189)
#E0D4C5
(224,212,197)
#E4DBCD
(228,219,205)
#E8E2D5
(232,226,213)
#ECE9DD
(236,233,221)
#F0F0E5
(240,240,229)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB19D color. Also use rgb(204,177,157) instead hex code.

Text Font Color

.myTextColor { color: #CCB19D; }

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

This text font color is #CCB19D.


Background Color

.myBgColor { background-color: #CCB19D; }

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

This div background color is #CCB19D.


Border color

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

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

This div border color is #CCB19D.


Opacity

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

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

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

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

This text has shadow with #CCB19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB19D on black background.


Color preview on white background

This text has color #CCB19D on white background.



Black color preview on #CCB19D background

This text has black color on #CCB19D background.


White color preview on #CCB19D background

This text has white color on #CCB19D background.