COLOR #CCB08A

HEX: #CCB08A RGB: (204,176,138)

Color info

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

RGB color model

#CCB08A color RGB value is (204,176,138).

RGB: (204,176,138) (80%, 69%, 54%)

RGB channels and saturation

R 204 of 255 = 80%
G 176 of 255 = 69%
B 138 of 255 = 54%

204
176
138

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

Portions of RGB colors in percentages

R + G + B = 204 + 176 + 138 = 518 (100%)
R 204 of 518 ~ 39.38%
G 176 of 518 ~ 33.98%
B 138 of 518 ~ 26.64'%

%39.38
%33.98
%26.64

CMYK color model

#CCB08A color CMYK value is (0,14,32,20).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 32.35%
  • key color value is 20.00%

CMYK: (0,14,32,20)
C0M14Y32K20 (0%, 14%, 32%, 20%)
(0.00 / 0.14 / 0.32 / 0.20)

CMYK percentages

%0
%13.73
%32.35
%20

Codes

Color #CCB08A in popluar color models

CC B0 8A
RGB 204 176 138
HSL 35° 39.29% 67.06%
HSB/HSV 35° 32.35% 80.00%
CMYK 0.00% 13.73% 32.35%
20.00%

Color #CCB08A in popluar number systems.

HEX CC B0 8A
Decimal 204 176 138
Binary 11001100 10110000 10001010
Octal 314 260 212

Shades and tints

Shades of #CCB08A

#CCB08A
(204,176,138)
#BAA07E
(186,160,126)
#A89072
(168,144,114)
#968066
(150,128,102)
#84705A
(132,112,90)
#72604E
(114,96,78)
#605042
(96,80,66)
#4E4036
(78,64,54)
#3C302A
(60,48,42)
#2A201E
(42,32,30)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #CCB08A

#CCB08A
(204,176,138)
#D0B794
(208,183,148)
#D4BE9E
(212,190,158)
#D8C5A8
(216,197,168)
#DCCCB2
(220,204,178)
#E0D3BC
(224,211,188)
#E4DAC6
(228,218,198)
#E8E1D0
(232,225,208)
#ECE8DA
(236,232,218)
#F0EFE4
(240,239,228)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB08A color. Also use rgb(204,176,138) instead hex code.

Text Font Color

.myTextColor { color: #CCB08A; }

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

This text font color is #CCB08A.

Background Color

.myBgColor { background-color: #CCB08A; }

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

This div background color is #CCB08A.

Border color

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

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

This div border color is #CCB08A.

Opacity

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

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

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

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

This text has shadow with #CCB08A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB08A.

Preview

Color preview on black background

This text has color #CCB08A on black background.


Color preview on white background

This text has color #CCB08A on white background.


Black color preview on #CCB08A background

This text has black color on #CCB08A background.


White color preview on #CCB08A background

This text has white color on #CCB08A background.


Related colors

Complementary color

Complementary color for #hex is #334F75.


I love getcolorcode.com

Triadic colors

1 #8ACCB0 and #B08ACC with #CCB08A are triadic colors.

2 #8AB0CC and #B0CC8A with #CCB08A are triadic colors.