COLOR #CCB098

HEX: #CCB098
RGB: (204,176,152)

Color info

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

RGB color model

#CCB098 color RGB value is (204,176,152).

  • red value is 204;
  • green value is 176;
  • blue value is 152.
RGB:
(204,176,152)
(80%,69%,60%)

RGB channels and saturation

R 204 of 255 = 80%
G 176 of 255 = 69%
B 152 of 255 = 60%

204
176
152

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

Portions of RGB colors in percentages

R + G + B =
204 + 176 + 152 = 532 (100%)
R 204 of 532 ~ 38.35%
G 176 of 532 ~ 33.08%
B 152 of 532 ~ 28.57%

%38.35
%33.08
%28.57

CMYK color model

#CCB098 color CMYK value is (0,14,25,20).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 25.49%
  • key color value is 20.00%
CMYK:
(0,14,25,20)
C0M14Y25K20 
(0%,14%,25%,20%)
(0.00/0.14/0.25/0.20)	

CMYK percentages

%0
%13.73
%25.49
%20

Codes

Color #CCB098 in popluar color models

CCB098
RGB204176152
HSL28°33.77%69.80%
HSB/HSV28°25.49%80.00%
CMYK0.00%13.73%25.49%
20.00%

Color #CCB098 in popluar number systems.

HEXCCB098
Decimal204176152
Binary110011001011000010011000
Octal314260230

Shades and tints

Shades of #CCB098

#CCB098
(204,176,152)
#BAA08B
(186,160,139)
#A8907E
(168,144,126)
#968071
(150,128,113)
#847064
(132,112,100)
#726057
(114,96,87)
#60504A
(96,80,74)
#4E403D
(78,64,61)
#3C3030
(60,48,48)
#2A2023
(42,32,35)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #CCB098

#CCB098
(204,176,152)
#D0B7A1
(208,183,161)
#D4BEAA
(212,190,170)
#D8C5B3
(216,197,179)
#DCCCBC
(220,204,188)
#E0D3C5
(224,211,197)
#E4DACE
(228,218,206)
#E8E1D7
(232,225,215)
#ECE8E0
(236,232,224)
#F0EFE9
(240,239,233)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB098; }

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

This text font color is #CCB098.


Background Color

.myBgColor { background-color: #CCB098; }

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

This div background color is #CCB098.


Border color

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

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

This div border color is #CCB098.


Opacity

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

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

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

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

This text has shadow with #CCB098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB098 on black background.


Color preview on white background

This text has color #CCB098 on white background.



Black color preview on #CCB098 background

This text has black color on #CCB098 background.


White color preview on #CCB098 background

This text has white color on #CCB098 background.