COLOR #CCB2E0

HEX: #CCB2E0
RGB: (204,178,224)

Color info

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

RGB color model

#CCB2E0 color RGB value is (204,178,224).

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

RGB channels and saturation

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

204
178
224

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

Portions of RGB colors in percentages

R + G + B =
204 + 178 + 224 = 606 (100%)
R 204 of 606 ~ 33.66%
G 178 of 606 ~ 29.37%
B 224 of 606 ~ 36.96%

%33.66
%29.37
%36.96

CMYK color model

#CCB2E0 color CMYK value is (9,21,0,12).

  • cyan value is 8.93%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(9,21,0,12)
C9M21Y0K12 
(9%,21%,0%,12%)
(0.09/0.21/0.00/0.12)	

CMYK percentages

%8.93
%20.54
%0
%12.16

Codes

Color #CCB2E0 in popluar color models

CCB2E0
RGB204178224
HSL274°42.59%78.82%
HSB/HSV274°20.54%87.84%
CMYK8.93%20.54%0.00%
12.16%

Color #CCB2E0 in popluar number systems.

HEXCCB2E0
Decimal204178224
Binary110011001011001011100000
Octal314262340

Shades and tints

Shades of #CCB2E0

#CCB2E0
(204,178,224)
#BAA2CC
(186,162,204)
#A892B8
(168,146,184)
#9682A4
(150,130,164)
#847290
(132,114,144)
#72627C
(114,98,124)
#605268
(96,82,104)
#4E4254
(78,66,84)
#3C3240
(60,50,64)
#2A222C
(42,34,44)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #CCB2E0

#CCB2E0
(204,178,224)
#D0B9E2
(208,185,226)
#D4C0E4
(212,192,228)
#D8C7E6
(216,199,230)
#DCCEE8
(220,206,232)
#E0D5EA
(224,213,234)
#E4DCEC
(228,220,236)
#E8E3EE
(232,227,238)
#ECEAF0
(236,234,240)
#F0F1F2
(240,241,242)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB2E0; }

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

This text font color is #CCB2E0.


Background Color

.myBgColor { background-color: #CCB2E0; }

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

This div background color is #CCB2E0.


Border color

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

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

This div border color is #CCB2E0.


Opacity

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

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

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

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

This text has shadow with #CCB2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB2E0 on black background.


Color preview on white background

This text has color #CCB2E0 on white background.



Black color preview on #CCB2E0 background

This text has black color on #CCB2E0 background.


White color preview on #CCB2E0 background

This text has white color on #CCB2E0 background.