COLOR #CCB0E0

HEX: #CCB0E0 RGB: (204,176,224)

Color info

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

RGB color model

#CCB0E0 color RGB value is (204,176,224).

RGB: (204,176,224) (80%, 69%, 88%)

RGB channels and saturation

R 204 of 255 = 80%
G 176 of 255 = 69%
B 224 of 255 = 88%

204
176
224

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

Portions of RGB colors in percentages

R + G + B = 204 + 176 + 224 = 604 (100%)
R 204 of 604 ~ 33.77%
G 176 of 604 ~ 29.14%
B 224 of 604 ~ 37.09'%

%33.77
%29.14
%37.09

CMYK color model

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

  • cyan value is 8.93%
  • magenta value is 21.43%
  • 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
%21.43
%0
%12.16

Codes

Color #CCB0E0 in popluar color models

CC B0 E0
RGB 204 176 224
HSL 275° 43.64% 78.43%
HSB/HSV 275° 21.43% 87.84%
CMYK 8.93% 21.43% 0.00%
12.16%

Color #CCB0E0 in popluar number systems.

HEX CC B0 E0
Decimal 204 176 224
Binary 11001100 10110000 11100000
Octal 314 260 340

Shades and tints

Shades of #CCB0E0

#CCB0E0
(204,176,224)
#BAA0CC
(186,160,204)
#A890B8
(168,144,184)
#9680A4
(150,128,164)
#847090
(132,112,144)
#72607C
(114,96,124)
#605068
(96,80,104)
#4E4054
(78,64,84)
#3C3040
(60,48,64)
#2A202C
(42,32,44)
#181018
(24,16,24)
#000000
(0,0,0)

Tints of #CCB0E0

#CCB0E0
(204,176,224)
#D0B7E2
(208,183,226)
#D4BEE4
(212,190,228)
#D8C5E6
(216,197,230)
#DCCCE8
(220,204,232)
#E0D3EA
(224,211,234)
#E4DAEC
(228,218,236)
#E8E1EE
(232,225,238)
#ECE8F0
(236,232,240)
#F0EFF2
(240,239,242)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB0E0; }

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

This text font color is #CCB0E0.

Background Color

.myBgColor { background-color: #CCB0E0; }

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

This div background color is #CCB0E0.

Border color

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

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

This div border color is #CCB0E0.

Opacity

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

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

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

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

This text has shadow with #CCB0E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB0E0.

Preview

Color preview on black background

This text has color #CCB0E0 on black background.


Color preview on white background

This text has color #CCB0E0 on white background.


Black color preview on #CCB0E0 background

This text has black color on #CCB0E0 background.


White color preview on #CCB0E0 background

This text has white color on #CCB0E0 background.


Related colors

Complementary color

Complementary color for #hex is #334F1F.


I love getcolorcode.com

Triadic colors

1 #E0CCB0 and #B0E0CC with #CCB0E0 are triadic colors.

2 #E0B0CC and #B0CCE0 with #CCB0E0 are triadic colors.