COLOR #CCB6E4

HEX: #CCB6E4 RGB: (204,182,228)

Color info

#CCB6E4 contains red, green and blue colors in about the same proportion. Web safe color of #CCB6E4 is #CCCCCC (or #CCC).

RGB color model

#CCB6E4 color RGB value is (204,182,228).

RGB: (204,182,228) (80%, 71%, 89%)

RGB channels and saturation

R 204 of 255 = 80%
G 182 of 255 = 71%
B 228 of 255 = 89%

204
182
228

R + G + B ~ 80%. #CCB6E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 182 + 228 = 614 (100%)
R 204 of 614 ~ 33.22%
G 182 of 614 ~ 29.64%
B 228 of 614 ~ 37.13'%

%33.22
%29.64
%37.13

CMYK color model

#CCB6E4 color CMYK value is (11,20,0,11).

  • cyan value is 10.53%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (11,20,0,11)
C11M20Y0K11 (11%, 20%, 0%, 11%)
(0.11 / 0.20 / 0.00 / 0.11)

CMYK percentages

%10.53
%20.18
%0
%10.59

Codes

Color #CCB6E4 in popluar color models

CC B6 E4
RGB 204 182 228
HSL 269° 46.00% 80.39%
HSB/HSV 269° 20.18% 89.41%
CMYK 10.53% 20.18% 0.00%
10.59%

Color #CCB6E4 in popluar number systems.

HEX CC B6 E4
Decimal 204 182 228
Binary 11001100 10110110 11100100
Octal 314 266 344

Shades and tints

Shades of #CCB6E4

#CCB6E4
(204,182,228)
#BAA6D0
(186,166,208)
#A896BC
(168,150,188)
#9686A8
(150,134,168)
#847694
(132,118,148)
#726680
(114,102,128)
#60566C
(96,86,108)
#4E4658
(78,70,88)
#3C3644
(60,54,68)
#2A2630
(42,38,48)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #CCB6E4

#CCB6E4
(204,182,228)
#D0BCE6
(208,188,230)
#D4C2E8
(212,194,232)
#D8C8EA
(216,200,234)
#DCCEEC
(220,206,236)
#E0D4EE
(224,212,238)
#E4DAF0
(228,218,240)
#E8E0F2
(232,224,242)
#ECE6F4
(236,230,244)
#F0ECF6
(240,236,246)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB6E4; }

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

This text font color is #CCB6E4.

Background Color

.myBgColor { background-color: #CCB6E4; }

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

This div background color is #CCB6E4.

Border color

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

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

This div border color is #CCB6E4.

Opacity

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

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

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

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

This text has shadow with #CCB6E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB6E4.

Preview

Color preview on black background

This text has color #CCB6E4 on black background.


Color preview on white background

This text has color #CCB6E4 on white background.


Black color preview on #CCB6E4 background

This text has black color on #CCB6E4 background.


White color preview on #CCB6E4 background

This text has white color on #CCB6E4 background.


Related colors

Complementary color

Complementary color for #hex is #33491B.


I love getcolorcode.com

Triadic colors

1 #E4CCB6 and #B6E4CC with #CCB6E4 are triadic colors.

2 #E4B6CC and #B6CCE4 with #CCB6E4 are triadic colors.