COLOR #CCB1E8

HEX: #CCB1E8 RGB: (204,177,232)

Color info

#CCB1E8 contains red, green and blue colors in about the same proportion. Web safe color of #CCB1E8 is #CC99FF (or #C9F).

RGB color model

#CCB1E8 color RGB value is (204,177,232).

RGB: (204,177,232) (80%, 69%, 91%)

RGB channels and saturation

R 204 of 255 = 80%
G 177 of 255 = 69%
B 232 of 255 = 91%

204
177
232

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

Portions of RGB colors in percentages

R + G + B = 204 + 177 + 232 = 613 (100%)
R 204 of 613 ~ 33.28%
G 177 of 613 ~ 28.87%
B 232 of 613 ~ 37.85'%

%33.28
%28.87
%37.85

CMYK color model

#CCB1E8 color CMYK value is (12,24,0,9).

  • cyan value is 12.07%
  • magenta value is 23.71%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (12,24,0,9)
C12M24Y0K9 (12%, 24%, 0%, 9%)
(0.12 / 0.24 / 0.00 / 0.09)

CMYK percentages

%12.07
%23.71
%0
%9.02

Codes

Color #CCB1E8 in popluar color models

CC B1 E8
RGB 204 177 232
HSL 269° 54.46% 80.20%
HSB/HSV 269° 23.71% 90.98%
CMYK 12.07% 23.71% 0.00%
9.02%

Color #CCB1E8 in popluar number systems.

HEX CC B1 E8
Decimal 204 177 232
Binary 11001100 10110001 11101000
Octal 314 261 350

Shades and tints

Shades of #CCB1E8

#CCB1E8
(204,177,232)
#BAA1D3
(186,161,211)
#A891BE
(168,145,190)
#9681A9
(150,129,169)
#847194
(132,113,148)
#72617F
(114,97,127)
#60516A
(96,81,106)
#4E4155
(78,65,85)
#3C3140
(60,49,64)
#2A212B
(42,33,43)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #CCB1E8

#CCB1E8
(204,177,232)
#D0B8EA
(208,184,234)
#D4BFEC
(212,191,236)
#D8C6EE
(216,198,238)
#DCCDF0
(220,205,240)
#E0D4F2
(224,212,242)
#E4DBF4
(228,219,244)
#E8E2F6
(232,226,246)
#ECE9F8
(236,233,248)
#F0F0FA
(240,240,250)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB1E8 color. Also use rgb(204,177,232) instead hex code.

Text Font Color

.myTextColor { color: #CCB1E8; }

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

This text font color is #CCB1E8.

Background Color

.myBgColor { background-color: #CCB1E8; }

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

This div background color is #CCB1E8.

Border color

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

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

This div border color is #CCB1E8.

Opacity

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

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

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

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

This text has shadow with #CCB1E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB1E8.

Preview

Color preview on black background

This text has color #CCB1E8 on black background.


Color preview on white background

This text has color #CCB1E8 on white background.


Black color preview on #CCB1E8 background

This text has black color on #CCB1E8 background.


White color preview on #CCB1E8 background

This text has white color on #CCB1E8 background.


Related colors

Complementary color

Complementary color for #hex is #334E17.


I love getcolorcode.com

Triadic colors

1 #E8CCB1 and #B1E8CC with #CCB1E8 are triadic colors.

2 #E8B1CC and #B1CCE8 with #CCB1E8 are triadic colors.