COLOR #CCB18B

HEX: #CCB18B
RGB: (204,177,139)

Color info

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

RGB color model

#CCB18B color RGB value is (204,177,139).

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

RGB channels and saturation

R 204 of 255 = 80%
G 177 of 255 = 69%
B 139 of 255 = 55%

204
177
139

R + G + B ~ 68%. #CCB18B is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 177 + 139 = 520 (100%)
R 204 of 520 ~ 39.23%
G 177 of 520 ~ 34.04%
B 139 of 520 ~ 26.73%

%39.23
%34.04
%26.73

CMYK color model

#CCB18B color CMYK value is (0,13,32,20).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 31.86%
  • key color value is 20.00%
CMYK:
(0,13,32,20)
C0M13Y32K20 
(0%,13%,32%,20%)
(0.00/0.13/0.32/0.20)	

CMYK percentages

%0
%13.24
%31.86
%20

Codes

Color #CCB18B in popluar color models

CCB18B
RGB204177139
HSL35°38.92%67.25%
HSB/HSV35°31.86%80.00%
CMYK0.00%13.24%31.86%
20.00%

Color #CCB18B in popluar number systems.

HEXCCB18B
Decimal204177139
Binary110011001011000110001011
Octal314261213

Shades and tints

Shades of #CCB18B

#CCB18B
(204,177,139)
#BAA17F
(186,161,127)
#A89173
(168,145,115)
#968167
(150,129,103)
#84715B
(132,113,91)
#72614F
(114,97,79)
#605143
(96,81,67)
#4E4137
(78,65,55)
#3C312B
(60,49,43)
#2A211F
(42,33,31)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #CCB18B

#CCB18B
(204,177,139)
#D0B895
(208,184,149)
#D4BF9F
(212,191,159)
#D8C6A9
(216,198,169)
#DCCDB3
(220,205,179)
#E0D4BD
(224,212,189)
#E4DBC7
(228,219,199)
#E8E2D1
(232,226,209)
#ECE9DB
(236,233,219)
#F0F0E5
(240,240,229)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB18B; }

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

This text font color is #CCB18B.


Background Color

.myBgColor { background-color: #CCB18B; }

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

This div background color is #CCB18B.


Border color

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

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

This div border color is #CCB18B.


Opacity

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

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

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

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

This text has shadow with #CCB18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB18B on black background.


Color preview on white background

This text has color #CCB18B on white background.



Black color preview on #CCB18B background

This text has black color on #CCB18B background.


White color preview on #CCB18B background

This text has white color on #CCB18B background.