COLOR #CCB3EB

HEX: #CCB3EB
RGB: (204,179,235)

Color info

#CCB3EB contains red, green and blue colors in about the same proportion. Web safe color of #CCB3EB is #CC99FF (or #C9F).

RGB color model

#CCB3EB color RGB value is (204,179,235).

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

RGB channels and saturation

R 204 of 255 = 80%
G 179 of 255 = 70%
B 235 of 255 = 92%

204
179
235

R + G + B ~ 81%. #CCB3EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 179 + 235 = 618 (100%)
R 204 of 618 ~ 33.01%
G 179 of 618 ~ 28.96%
B 235 of 618 ~ 38.03%

%33.01
%28.96
%38.03

CMYK color model

#CCB3EB color CMYK value is (13,24,0,8).

  • cyan value is 13.19%
  • magenta value is 23.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(13,24,0,8)
C13M24Y0K8 
(13%,24%,0%,8%)
(0.13/0.24/0.00/0.08)	

CMYK percentages

%13.19
%23.83
%0
%7.84

Codes

Color #CCB3EB in popluar color models

CCB3EB
RGB204179235
HSL267°58.33%81.18%
HSB/HSV267°23.83%92.16%
CMYK13.19%23.83%0.00%
7.84%

Color #CCB3EB in popluar number systems.

HEXCCB3EB
Decimal204179235
Binary110011001011001111101011
Octal314263353

Shades and tints

Shades of #CCB3EB

#CCB3EB
(204,179,235)
#BAA3D6
(186,163,214)
#A893C1
(168,147,193)
#9683AC
(150,131,172)
#847397
(132,115,151)
#726382
(114,99,130)
#60536D
(96,83,109)
#4E4358
(78,67,88)
#3C3343
(60,51,67)
#2A232E
(42,35,46)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #CCB3EB

#CCB3EB
(204,179,235)
#D0B9EC
(208,185,236)
#D4BFED
(212,191,237)
#D8C5EE
(216,197,238)
#DCCBEF
(220,203,239)
#E0D1F0
(224,209,240)
#E4D7F1
(228,215,241)
#E8DDF2
(232,221,242)
#ECE3F3
(236,227,243)
#F0E9F4
(240,233,244)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB3EB; }

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

This text font color is #CCB3EB.


Background Color

.myBgColor { background-color: #CCB3EB; }

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

This div background color is #CCB3EB.


Border color

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

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

This div border color is #CCB3EB.


Opacity

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

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

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

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

This text has shadow with #CCB3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB3EB on black background.


Color preview on white background

This text has color #CCB3EB on white background.



Black color preview on #CCB3EB background

This text has black color on #CCB3EB background.


White color preview on #CCB3EB background

This text has white color on #CCB3EB background.