COLOR #CCB9CA

HEX: #CCB9CA RGB: (204,185,202)

Color info

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

RGB color model

#CCB9CA color RGB value is (204,185,202).

RGB: (204,185,202) (80%, 73%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 185 of 255 = 73%
B 202 of 255 = 79%

204
185
202

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

Portions of RGB colors in percentages

R + G + B = 204 + 185 + 202 = 591 (100%)
R 204 of 591 ~ 34.52%
G 185 of 591 ~ 31.3%
B 202 of 591 ~ 34.18'%

%34.52
%31.3
%34.18

CMYK color model

#CCB9CA color CMYK value is (0,9,1,20).

  • cyan value is 0.00%
  • magenta value is 9.31%
  • yellow value is 0.98%
  • key color value is 20.00%

CMYK: (0,9,1,20)
C0M9Y1K20 (0%, 9%, 1%, 20%)
(0.00 / 0.09 / 0.01 / 0.20)

CMYK percentages

%0
%9.31
%0.98
%20

Codes

Color #CCB9CA in popluar color models

CC B9 CA
RGB 204 185 202
HSL 306° 15.70% 76.27%
HSB/HSV 306° 9.31% 80.00%
CMYK 0.00% 9.31% 0.98%
20.00%

Color #CCB9CA in popluar number systems.

HEX CC B9 CA
Decimal 204 185 202
Binary 11001100 10111001 11001010
Octal 314 271 312

Shades and tints

Shades of #CCB9CA

#CCB9CA
(204,185,202)
#BAA9B8
(186,169,184)
#A899A6
(168,153,166)
#968994
(150,137,148)
#847982
(132,121,130)
#726970
(114,105,112)
#60595E
(96,89,94)
#4E494C
(78,73,76)
#3C393A
(60,57,58)
#2A2928
(42,41,40)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #CCB9CA

#CCB9CA
(204,185,202)
#D0BFCE
(208,191,206)
#D4C5D2
(212,197,210)
#D8CBD6
(216,203,214)
#DCD1DA
(220,209,218)
#E0D7DE
(224,215,222)
#E4DDE2
(228,221,226)
#E8E3E6
(232,227,230)
#ECE9EA
(236,233,234)
#F0EFEE
(240,239,238)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB9CA; }

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

This text font color is #CCB9CA.

Background Color

.myBgColor { background-color: #CCB9CA; }

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

This div background color is #CCB9CA.

Border color

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

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

This div border color is #CCB9CA.

Opacity

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

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

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

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

This text has shadow with #CCB9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB9CA.

Preview

Color preview on black background

This text has color #CCB9CA on black background.


Color preview on white background

This text has color #CCB9CA on white background.


Black color preview on #CCB9CA background

This text has black color on #CCB9CA background.


White color preview on #CCB9CA background

This text has white color on #CCB9CA background.


Related colors

Complementary color

Complementary color for #hex is #334635.


I love getcolorcode.com

Triadic colors

1 #CACCB9 and #B9CACC with #CCB9CA are triadic colors.

2 #CAB9CC and #B9CCCA with #CCB9CA are triadic colors.