COLOR #CCB186

HEX: #CCB186
RGB: (204,177,134)

Color info

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

RGB color model

#CCB186 color RGB value is (204,177,134).

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

RGB channels and saturation

R 204 of 255 = 80%
G 177 of 255 = 69%
B 134 of 255 = 53%

204
177
134

R + G + B ~ 67%. #CCB186 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 177 + 134 = 515 (100%)
R 204 of 515 ~ 39.61%
G 177 of 515 ~ 34.37%
B 134 of 515 ~ 26.02%

%39.61
%34.37
%26.02

CMYK color model

#CCB186 color CMYK value is (0,13,34,20).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 34.31%
  • key color value is 20.00%
CMYK:
(0,13,34,20)
C0M13Y34K20 
(0%,13%,34%,20%)
(0.00/0.13/0.34/0.20)	

CMYK percentages

%0
%13.24
%34.31
%20

Codes

Color #CCB186 in popluar color models

CCB186
RGB204177134
HSL37°40.70%66.27%
HSB/HSV37°34.31%80.00%
CMYK0.00%13.24%34.31%
20.00%

Color #CCB186 in popluar number systems.

HEXCCB186
Decimal204177134
Binary110011001011000110000110
Octal314261206

Shades and tints

Shades of #CCB186

#CCB186
(204,177,134)
#BAA17A
(186,161,122)
#A8916E
(168,145,110)
#968162
(150,129,98)
#847156
(132,113,86)
#72614A
(114,97,74)
#60513E
(96,81,62)
#4E4132
(78,65,50)
#3C3126
(60,49,38)
#2A211A
(42,33,26)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #CCB186

#CCB186
(204,177,134)
#D0B891
(208,184,145)
#D4BF9C
(212,191,156)
#D8C6A7
(216,198,167)
#DCCDB2
(220,205,178)
#E0D4BD
(224,212,189)
#E4DBC8
(228,219,200)
#E8E2D3
(232,226,211)
#ECE9DE
(236,233,222)
#F0F0E9
(240,240,233)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB186; }

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

This text font color is #CCB186.


Background Color

.myBgColor { background-color: #CCB186; }

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

This div background color is #CCB186.


Border color

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

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

This div border color is #CCB186.


Opacity

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

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

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

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

This text has shadow with #CCB186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB186 on black background.


Color preview on white background

This text has color #CCB186 on white background.



Black color preview on #CCB186 background

This text has black color on #CCB186 background.


White color preview on #CCB186 background

This text has white color on #CCB186 background.