COLOR #CCB3CE

HEX: #CCB3CE
RGB: (204,179,206)

Color info

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

RGB color model

#CCB3CE color RGB value is (204,179,206).

  • red value is 204;
  • green value is 179;
  • blue value is 206.
RGB:
(204,179,206)
(80%,70%,81%)

RGB channels and saturation

R 204 of 255 = 80%
G 179 of 255 = 70%
B 206 of 255 = 81%

204
179
206

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

Portions of RGB colors in percentages

R + G + B =
204 + 179 + 206 = 589 (100%)
R 204 of 589 ~ 34.63%
G 179 of 589 ~ 30.39%
B 206 of 589 ~ 34.97%

%34.63
%30.39
%34.97

CMYK color model

#CCB3CE color CMYK value is (1,13,0,19).

  • cyan value is 0.97%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(1,13,0,19)
C1M13Y0K19 
(1%,13%,0%,19%)
(0.01/0.13/0.00/0.19)	

CMYK percentages

%0.97
%13.11
%0
%19.22

Codes

Color #CCB3CE in popluar color models

CCB3CE
RGB204179206
HSL296°21.60%75.49%
HSB/HSV296°13.11%80.78%
CMYK0.97%13.11%0.00%
19.22%

Color #CCB3CE in popluar number systems.

HEXCCB3CE
Decimal204179206
Binary110011001011001111001110
Octal314263316

Shades and tints

Shades of #CCB3CE

#CCB3CE
(204,179,206)
#BAA3BC
(186,163,188)
#A893AA
(168,147,170)
#968398
(150,131,152)
#847386
(132,115,134)
#726374
(114,99,116)
#605362
(96,83,98)
#4E4350
(78,67,80)
#3C333E
(60,51,62)
#2A232C
(42,35,44)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #CCB3CE

#CCB3CE
(204,179,206)
#D0B9D2
(208,185,210)
#D4BFD6
(212,191,214)
#D8C5DA
(216,197,218)
#DCCBDE
(220,203,222)
#E0D1E2
(224,209,226)
#E4D7E6
(228,215,230)
#E8DDEA
(232,221,234)
#ECE3EE
(236,227,238)
#F0E9F2
(240,233,242)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB3CE color. Also use rgb(204,179,206) instead hex code.

Text Font Color

.myTextColor { color: #CCB3CE; }

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

This text font color is #CCB3CE.


Background Color

.myBgColor { background-color: #CCB3CE; }

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

This div background color is #CCB3CE.


Border color

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

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

This div border color is #CCB3CE.


Opacity

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

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

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

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

This text has shadow with #CCB3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB3CE on black background.


Color preview on white background

This text has color #CCB3CE on white background.



Black color preview on #CCB3CE background

This text has black color on #CCB3CE background.


White color preview on #CCB3CE background

This text has white color on #CCB3CE background.