COLOR #CCB6EB

HEX: #CCB6EB
RGB: (204,182,235)

Color info

#CCB6EB contains red, green and blue colors in about the same proportion. Web safe color of #CCB6EB is #CCCCFF (or #CCF).

RGB color model

#CCB6EB color RGB value is (204,182,235).

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

RGB channels and saturation

R 204 of 255 = 80%
G 182 of 255 = 71%
B 235 of 255 = 92%

204
182
235

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

Portions of RGB colors in percentages

R + G + B =
204 + 182 + 235 = 621 (100%)
R 204 of 621 ~ 32.85%
G 182 of 621 ~ 29.31%
B 235 of 621 ~ 37.84%

%32.85
%29.31
%37.84

CMYK color model

#CCB6EB color CMYK value is (13,23,0,8).

  • cyan value is 13.19%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(13,23,0,8)
C13M23Y0K8 
(13%,23%,0%,8%)
(0.13/0.23/0.00/0.08)	

CMYK percentages

%13.19
%22.55
%0
%7.84

Codes

Color #CCB6EB in popluar color models

CCB6EB
RGB204182235
HSL265°56.99%81.76%
HSB/HSV265°22.55%92.16%
CMYK13.19%22.55%0.00%
7.84%

Color #CCB6EB in popluar number systems.

HEXCCB6EB
Decimal204182235
Binary110011001011011011101011
Octal314266353

Shades and tints

Shades of #CCB6EB

#CCB6EB
(204,182,235)
#BAA6D6
(186,166,214)
#A896C1
(168,150,193)
#9686AC
(150,134,172)
#847697
(132,118,151)
#726682
(114,102,130)
#60566D
(96,86,109)
#4E4658
(78,70,88)
#3C3643
(60,54,67)
#2A262E
(42,38,46)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #CCB6EB

#CCB6EB
(204,182,235)
#D0BCEC
(208,188,236)
#D4C2ED
(212,194,237)
#D8C8EE
(216,200,238)
#DCCEEF
(220,206,239)
#E0D4F0
(224,212,240)
#E4DAF1
(228,218,241)
#E8E0F2
(232,224,242)
#ECE6F3
(236,230,243)
#F0ECF4
(240,236,244)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB6EB; }

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

This text font color is #CCB6EB.


Background Color

.myBgColor { background-color: #CCB6EB; }

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

This div background color is #CCB6EB.


Border color

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

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

This div border color is #CCB6EB.


Opacity

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

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

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

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

This text has shadow with #CCB6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB6EB on black background.


Color preview on white background

This text has color #CCB6EB on white background.



Black color preview on #CCB6EB background

This text has black color on #CCB6EB background.


White color preview on #CCB6EB background

This text has white color on #CCB6EB background.