COLOR #CCB3E0

HEX: #CCB3E0
RGB: (204,179,224)

Color info

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

RGB color model

#CCB3E0 color RGB value is (204,179,224).

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

RGB channels and saturation

R 204 of 255 = 80%
G 179 of 255 = 70%
B 224 of 255 = 88%

204
179
224

R + G + B ~ 79%. #CCB3E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 179 + 224 = 607 (100%)
R 204 of 607 ~ 33.61%
G 179 of 607 ~ 29.49%
B 224 of 607 ~ 36.9%

%33.61
%29.49
%36.9

CMYK color model

#CCB3E0 color CMYK value is (9,20,0,12).

  • cyan value is 8.93%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(9,20,0,12)
C9M20Y0K12 
(9%,20%,0%,12%)
(0.09/0.20/0.00/0.12)	

CMYK percentages

%8.93
%20.09
%0
%12.16

Codes

Color #CCB3E0 in popluar color models

CCB3E0
RGB204179224
HSL273°42.06%79.02%
HSB/HSV273°20.09%87.84%
CMYK8.93%20.09%0.00%
12.16%

Color #CCB3E0 in popluar number systems.

HEXCCB3E0
Decimal204179224
Binary110011001011001111100000
Octal314263340

Shades and tints

Shades of #CCB3E0

#CCB3E0
(204,179,224)
#BAA3CC
(186,163,204)
#A893B8
(168,147,184)
#9683A4
(150,131,164)
#847390
(132,115,144)
#72637C
(114,99,124)
#605368
(96,83,104)
#4E4354
(78,67,84)
#3C3340
(60,51,64)
#2A232C
(42,35,44)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #CCB3E0

#CCB3E0
(204,179,224)
#D0B9E2
(208,185,226)
#D4BFE4
(212,191,228)
#D8C5E6
(216,197,230)
#DCCBE8
(220,203,232)
#E0D1EA
(224,209,234)
#E4D7EC
(228,215,236)
#E8DDEE
(232,221,238)
#ECE3F0
(236,227,240)
#F0E9F2
(240,233,242)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB3E0; }

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

This text font color is #CCB3E0.


Background Color

.myBgColor { background-color: #CCB3E0; }

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

This div background color is #CCB3E0.


Border color

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

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

This div border color is #CCB3E0.


Opacity

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

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

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

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

This text has shadow with #CCB3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB3E0 on black background.


Color preview on white background

This text has color #CCB3E0 on white background.



Black color preview on #CCB3E0 background

This text has black color on #CCB3E0 background.


White color preview on #CCB3E0 background

This text has white color on #CCB3E0 background.