COLOR #CCABA5

HEX: #CCABA5
RGB: (204,171,165)

Color info

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

RGB color model

#CCABA5 color RGB value is (204,171,165).

  • red value is 204;
  • green value is 171;
  • blue value is 165.
RGB:
(204,171,165)
(80%,67%,65%)

RGB channels and saturation

R 204 of 255 = 80%
G 171 of 255 = 67%
B 165 of 255 = 65%

204
171
165

R + G + B ~ 71%. #CCABA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 171 + 165 = 540 (100%)
R 204 of 540 ~ 37.78%
G 171 of 540 ~ 31.67%
B 165 of 540 ~ 30.56%

%37.78
%31.67
%30.56

CMYK color model

#CCABA5 color CMYK value is (0,16,19,20).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 19.12%
  • key color value is 20.00%
CMYK:
(0,16,19,20)
C0M16Y19K20 
(0%,16%,19%,20%)
(0.00/0.16/0.19/0.20)	

CMYK percentages

%0
%16.18
%19.12
%20

Codes

Color #CCABA5 in popluar color models

CCABA5
RGB204171165
HSL27.66%72.35%
HSB/HSV19.12%80.00%
CMYK0.00%16.18%19.12%
20.00%

Color #CCABA5 in popluar number systems.

HEXCCABA5
Decimal204171165
Binary110011001010101110100101
Octal314253245

Shades and tints

Shades of #CCABA5

#CCABA5
(204,171,165)
#BA9C96
(186,156,150)
#A88D87
(168,141,135)
#967E78
(150,126,120)
#846F69
(132,111,105)
#72605A
(114,96,90)
#60514B
(96,81,75)
#4E423C
(78,66,60)
#3C332D
(60,51,45)
#2A241E
(42,36,30)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #CCABA5

#CCABA5
(204,171,165)
#D0B2AD
(208,178,173)
#D4B9B5
(212,185,181)
#D8C0BD
(216,192,189)
#DCC7C5
(220,199,197)
#E0CECD
(224,206,205)
#E4D5D5
(228,213,213)
#E8DCDD
(232,220,221)
#ECE3E5
(236,227,229)
#F0EAED
(240,234,237)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCABA5; }

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

This text font color is #CCABA5.


Background Color

.myBgColor { background-color: #CCABA5; }

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

This div background color is #CCABA5.


Border color

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

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

This div border color is #CCABA5.


Opacity

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

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

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

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

This text has shadow with #CCABA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCABA5 on black background.


Color preview on white background

This text has color #CCABA5 on white background.



Black color preview on #CCABA5 background

This text has black color on #CCABA5 background.


White color preview on #CCABA5 background

This text has white color on #CCABA5 background.