COLOR #CCB5E1

HEX: #CCB5E1 RGB: (204,181,225)

Color info

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

RGB color model

#CCB5E1 color RGB value is (204,181,225).

RGB: (204,181,225) (80%, 71%, 88%)

RGB channels and saturation

R 204 of 255 = 80%
G 181 of 255 = 71%
B 225 of 255 = 88%

204
181
225

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

Portions of RGB colors in percentages

R + G + B = 204 + 181 + 225 = 610 (100%)
R 204 of 610 ~ 33.44%
G 181 of 610 ~ 29.67%
B 225 of 610 ~ 36.89'%

%33.44
%29.67
%36.89

CMYK color model

#CCB5E1 color CMYK value is (9,20,0,12).

  • cyan value is 9.33%
  • magenta value is 19.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (9,20,0,12)
C9M20Y0K12 (9%, 20%, 0%, 12%)
(0.09 / 0.20 / 0.00 / 0.12)

CMYK percentages

%9.33
%19.56
%0
%11.76

Codes

Color #CCB5E1 in popluar color models

CC B5 E1
RGB 204 181 225
HSL 271° 42.31% 79.61%
HSB/HSV 271° 19.56% 88.24%
CMYK 9.33% 19.56% 0.00%
11.76%

Color #CCB5E1 in popluar number systems.

HEX CC B5 E1
Decimal 204 181 225
Binary 11001100 10110101 11100001
Octal 314 265 341

Shades and tints

Shades of #CCB5E1

#CCB5E1
(204,181,225)
#BAA5CD
(186,165,205)
#A895B9
(168,149,185)
#9685A5
(150,133,165)
#847591
(132,117,145)
#72657D
(114,101,125)
#605569
(96,85,105)
#4E4555
(78,69,85)
#3C3541
(60,53,65)
#2A252D
(42,37,45)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #CCB5E1

#CCB5E1
(204,181,225)
#D0BBE3
(208,187,227)
#D4C1E5
(212,193,229)
#D8C7E7
(216,199,231)
#DCCDE9
(220,205,233)
#E0D3EB
(224,211,235)
#E4D9ED
(228,217,237)
#E8DFEF
(232,223,239)
#ECE5F1
(236,229,241)
#F0EBF3
(240,235,243)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB5E1 color. Also use rgb(204,181,225) instead hex code.

Text Font Color

.myTextColor { color: #CCB5E1; }

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

This text font color is #CCB5E1.

Background Color

.myBgColor { background-color: #CCB5E1; }

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

This div background color is #CCB5E1.

Border color

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

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

This div border color is #CCB5E1.

Opacity

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

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

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

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

This text has shadow with #CCB5E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB5E1.

Preview

Color preview on black background

This text has color #CCB5E1 on black background.


Color preview on white background

This text has color #CCB5E1 on white background.


Black color preview on #CCB5E1 background

This text has black color on #CCB5E1 background.


White color preview on #CCB5E1 background

This text has white color on #CCB5E1 background.


Related colors

Complementary color

Complementary color for #hex is #334A1E.


I love getcolorcode.com

Triadic colors

1 #E1CCB5 and #B5E1CC with #CCB5E1 are triadic colors.

2 #E1B5CC and #B5CCE1 with #CCB5E1 are triadic colors.