COLOR #CCB896

HEX: #CCB896 RGB: (204,184,150)

Color info

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

RGB color model

#CCB896 color RGB value is (204,184,150).

RGB: (204,184,150) (80%, 72%, 59%)

RGB channels and saturation

R 204 of 255 = 80%
G 184 of 255 = 72%
B 150 of 255 = 59%

204
184
150

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

Portions of RGB colors in percentages

R + G + B = 204 + 184 + 150 = 538 (100%)
R 204 of 538 ~ 37.92%
G 184 of 538 ~ 34.2%
B 150 of 538 ~ 27.88'%

%37.92
%34.2
%27.88

CMYK color model

#CCB896 color CMYK value is (0,10,26,20).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 26.47%
  • key color value is 20.00%

CMYK: (0,10,26,20)
C0M10Y26K20 (0%, 10%, 26%, 20%)
(0.00 / 0.10 / 0.26 / 0.20)

CMYK percentages

%0
%9.8
%26.47
%20

Codes

Color #CCB896 in popluar color models

CC B8 96
RGB 204 184 150
HSL 38° 34.62% 69.41%
HSB/HSV 38° 26.47% 80.00%
CMYK 0.00% 9.80% 26.47%
20.00%

Color #CCB896 in popluar number systems.

HEX CC B8 96
Decimal 204 184 150
Binary 11001100 10111000 10010110
Octal 314 270 226

Shades and tints

Shades of #CCB896

#CCB896
(204,184,150)
#BAA889
(186,168,137)
#A8987C
(168,152,124)
#96886F
(150,136,111)
#847862
(132,120,98)
#726855
(114,104,85)
#605848
(96,88,72)
#4E483B
(78,72,59)
#3C382E
(60,56,46)
#2A2821
(42,40,33)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #CCB896

#CCB896
(204,184,150)
#D0BE9F
(208,190,159)
#D4C4A8
(212,196,168)
#D8CAB1
(216,202,177)
#DCD0BA
(220,208,186)
#E0D6C3
(224,214,195)
#E4DCCC
(228,220,204)
#E8E2D5
(232,226,213)
#ECE8DE
(236,232,222)
#F0EEE7
(240,238,231)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB896 color. Also use rgb(204,184,150) instead hex code.

Text Font Color

.myTextColor { color: #CCB896; }

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

This text font color is #CCB896.

Background Color

.myBgColor { background-color: #CCB896; }

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

This div background color is #CCB896.

Border color

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

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

This div border color is #CCB896.

Opacity

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

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

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

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

This text has shadow with #CCB896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB896.

Preview

Color preview on black background

This text has color #CCB896 on black background.


Color preview on white background

This text has color #CCB896 on white background.


Black color preview on #CCB896 background

This text has black color on #CCB896 background.


White color preview on #CCB896 background

This text has white color on #CCB896 background.


Related colors

Complementary color

Complementary color for #hex is #334769.


I love getcolorcode.com

Triadic colors

1 #96CCB8 and #B896CC with #CCB896 are triadic colors.

2 #96B8CC and #B8CC96 with #CCB896 are triadic colors.