COLOR #CCB7CA

HEX: #CCB7CA
RGB: (204,183,202)

Color info

#CCB7CA contains red, green and blue colors in about the same proportion. Web safe color of #CCB7CA is #CCCCCC (or #CCC).

RGB color model

#CCB7CA color RGB value is (204,183,202).

  • red value is 204;
  • green value is 183;
  • blue value is 202.
RGB:
(204,183,202)
(80%,72%,79%)

RGB channels and saturation

R 204 of 255 = 80%
G 183 of 255 = 72%
B 202 of 255 = 79%

204
183
202

R + G + B ~ 77%. #CCB7CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 183 + 202 = 589 (100%)
R 204 of 589 ~ 34.63%
G 183 of 589 ~ 31.07%
B 202 of 589 ~ 34.3%

%34.63
%31.07
%34.3

CMYK color model

#CCB7CA color CMYK value is (0,10,1,20).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 0.98%
  • key color value is 20.00%
CMYK:
(0,10,1,20)
C0M10Y1K20 
(0%,10%,1%,20%)
(0.00/0.10/0.01/0.20)	

CMYK percentages

%0
%10.29
%0.98
%20

Codes

Color #CCB7CA in popluar color models

CCB7CA
RGB204183202
HSL306°17.07%75.88%
HSB/HSV306°10.29%80.00%
CMYK0.00%10.29%0.98%
20.00%

Color #CCB7CA in popluar number systems.

HEXCCB7CA
Decimal204183202
Binary110011001011011111001010
Octal314267312

Shades and tints

Shades of #CCB7CA

#CCB7CA
(204,183,202)
#BAA7B8
(186,167,184)
#A897A6
(168,151,166)
#968794
(150,135,148)
#847782
(132,119,130)
#726770
(114,103,112)
#60575E
(96,87,94)
#4E474C
(78,71,76)
#3C373A
(60,55,58)
#2A2728
(42,39,40)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #CCB7CA

#CCB7CA
(204,183,202)
#D0BDCE
(208,189,206)
#D4C3D2
(212,195,210)
#D8C9D6
(216,201,214)
#DCCFDA
(220,207,218)
#E0D5DE
(224,213,222)
#E4DBE2
(228,219,226)
#E8E1E6
(232,225,230)
#ECE7EA
(236,231,234)
#F0EDEE
(240,237,238)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB7CA color. Also use rgb(204,183,202) instead hex code.

Text Font Color

.myTextColor { color: #CCB7CA; }

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

This text font color is #CCB7CA.


Background Color

.myBgColor { background-color: #CCB7CA; }

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

This div background color is #CCB7CA.


Border color

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

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

This div border color is #CCB7CA.


Opacity

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

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

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

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

This text has shadow with #CCB7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB7CA on black background.


Color preview on white background

This text has color #CCB7CA on white background.



Black color preview on #CCB7CA background

This text has black color on #CCB7CA background.


White color preview on #CCB7CA background

This text has white color on #CCB7CA background.