COLOR #CCA5BE

HEX: #CCA5BE
RGB: (204,165,190)

Color info

#CCA5BE contains red, green and blue colors in about the same proportion. Web safe color of #CCA5BE is #CC99CC (or #C9C).

RGB color model

#CCA5BE color RGB value is (204,165,190).

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

RGB channels and saturation

R 204 of 255 = 80%
G 165 of 255 = 65%
B 190 of 255 = 75%

204
165
190

R + G + B ~ 73%. #CCA5BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 165 + 190 = 559 (100%)
R 204 of 559 ~ 36.49%
G 165 of 559 ~ 29.52%
B 190 of 559 ~ 33.99%

%36.49
%29.52
%33.99

CMYK color model

#CCA5BE color CMYK value is (0,19,7,20).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 6.86%
  • key color value is 20.00%
CMYK:
(0,19,7,20)
C0M19Y7K20 
(0%,19%,7%,20%)
(0.00/0.19/0.07/0.20)	

CMYK percentages

%0
%19.12
%6.86
%20

Codes

Color #CCA5BE in popluar color models

CCA5BE
RGB204165190
HSL322°27.66%72.35%
HSB/HSV322°19.12%80.00%
CMYK0.00%19.12%6.86%
20.00%

Color #CCA5BE in popluar number systems.

HEXCCA5BE
Decimal204165190
Binary110011001010010110111110
Octal314245276

Shades and tints

Shades of #CCA5BE

#CCA5BE
(204,165,190)
#BA96AD
(186,150,173)
#A8879C
(168,135,156)
#96788B
(150,120,139)
#84697A
(132,105,122)
#725A69
(114,90,105)
#604B58
(96,75,88)
#4E3C47
(78,60,71)
#3C2D36
(60,45,54)
#2A1E25
(42,30,37)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #CCA5BE

#CCA5BE
(204,165,190)
#D0ADC3
(208,173,195)
#D4B5C8
(212,181,200)
#D8BDCD
(216,189,205)
#DCC5D2
(220,197,210)
#E0CDD7
(224,205,215)
#E4D5DC
(228,213,220)
#E8DDE1
(232,221,225)
#ECE5E6
(236,229,230)
#F0EDEB
(240,237,235)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA5BE; }

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

This text font color is #CCA5BE.


Background Color

.myBgColor { background-color: #CCA5BE; }

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

This div background color is #CCA5BE.


Border color

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

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

This div border color is #CCA5BE.


Opacity

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

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

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

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

This text has shadow with #CCA5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA5BE on black background.


Color preview on white background

This text has color #CCA5BE on white background.



Black color preview on #CCA5BE background

This text has black color on #CCA5BE background.


White color preview on #CCA5BE background

This text has white color on #CCA5BE background.