COLOR #CCAB98

HEX: #CCAB98 RGB: (204,171,152)

Color info

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

RGB color model

#CCAB98 color RGB value is (204,171,152).

RGB: (204,171,152) (80%, 67%, 60%)

RGB channels and saturation

R 204 of 255 = 80%
G 171 of 255 = 67%
B 152 of 255 = 60%

204
171
152

R + G + B ~ 69%. #CCAB98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 171 + 152 = 527 (100%)
R 204 of 527 ~ 38.71%
G 171 of 527 ~ 32.45%
B 152 of 527 ~ 28.84'%

%38.71
%32.45
%28.84

CMYK color model

#CCAB98 color CMYK value is (0,16,25,20).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 25.49%
  • key color value is 20.00%

CMYK: (0,16,25,20)
C0M16Y25K20 (0%, 16%, 25%, 20%)
(0.00 / 0.16 / 0.25 / 0.20)

CMYK percentages

%0
%16.18
%25.49
%20

Codes

Color #CCAB98 in popluar color models

CC AB 98
RGB 204 171 152
HSL 22° 33.77% 69.80%
HSB/HSV 22° 25.49% 80.00%
CMYK 0.00% 16.18% 25.49%
20.00%

Color #CCAB98 in popluar number systems.

HEX CC AB 98
Decimal 204 171 152
Binary 11001100 10101011 10011000
Octal 314 253 230

Shades and tints

Shades of #CCAB98

#CCAB98
(204,171,152)
#BA9C8B
(186,156,139)
#A88D7E
(168,141,126)
#967E71
(150,126,113)
#846F64
(132,111,100)
#726057
(114,96,87)
#60514A
(96,81,74)
#4E423D
(78,66,61)
#3C3330
(60,51,48)
#2A2423
(42,36,35)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #CCAB98

#CCAB98
(204,171,152)
#D0B2A1
(208,178,161)
#D4B9AA
(212,185,170)
#D8C0B3
(216,192,179)
#DCC7BC
(220,199,188)
#E0CEC5
(224,206,197)
#E4D5CE
(228,213,206)
#E8DCD7
(232,220,215)
#ECE3E0
(236,227,224)
#F0EAE9
(240,234,233)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAB98; }

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

This text font color is #CCAB98.

Background Color

.myBgColor { background-color: #CCAB98; }

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

This div background color is #CCAB98.

Border color

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

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

This div border color is #CCAB98.

Opacity

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

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

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

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

This text has shadow with #CCAB98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAB98.

Preview

Color preview on black background

This text has color #CCAB98 on black background.


Color preview on white background

This text has color #CCAB98 on white background.


Black color preview on #CCAB98 background

This text has black color on #CCAB98 background.


White color preview on #CCAB98 background

This text has white color on #CCAB98 background.


Related colors

Complementary color

Complementary color for #hex is #335467.


I love getcolorcode.com

Triadic colors

1 #98CCAB and #AB98CC with #CCAB98 are triadic colors.

2 #98ABCC and #ABCC98 with #CCAB98 are triadic colors.