COLOR #CCB9E9

HEX: #CCB9E9 RGB: (204,185,233)

Color info

#CCB9E9 contains red, green and blue colors in about the same proportion. Web safe color of #CCB9E9 is #CCCCFF (or #CCF).

RGB color model

#CCB9E9 color RGB value is (204,185,233).

RGB: (204,185,233) (80%, 73%, 91%)

RGB channels and saturation

R 204 of 255 = 80%
G 185 of 255 = 73%
B 233 of 255 = 91%

204
185
233

R + G + B ~ 81%. #CCB9E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 185 + 233 = 622 (100%)
R 204 of 622 ~ 32.8%
G 185 of 622 ~ 29.74%
B 233 of 622 ~ 37.46'%

%32.8
%29.74
%37.46

CMYK color model

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

  • cyan value is 12.45%
  • magenta value is 20.60%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (12,21,0,9)
C12M21Y0K9 (12%, 21%, 0%, 9%)
(0.12 / 0.21 / 0.00 / 0.09)

CMYK percentages

%12.45
%20.6
%0
%8.63

Codes

Color #CCB9E9 in popluar color models

CC B9 E9
RGB 204 185 233
HSL 264° 52.17% 81.96%
HSB/HSV 264° 20.60% 91.37%
CMYK 12.45% 20.60% 0.00%
8.63%

Color #CCB9E9 in popluar number systems.

HEX CC B9 E9
Decimal 204 185 233
Binary 11001100 10111001 11101001
Octal 314 271 351

Shades and tints

Shades of #CCB9E9

#CCB9E9
(204,185,233)
#BAA9D4
(186,169,212)
#A899BF
(168,153,191)
#9689AA
(150,137,170)
#847995
(132,121,149)
#726980
(114,105,128)
#60596B
(96,89,107)
#4E4956
(78,73,86)
#3C3941
(60,57,65)
#2A292C
(42,41,44)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCB9E9

#CCB9E9
(204,185,233)
#D0BFEB
(208,191,235)
#D4C5ED
(212,197,237)
#D8CBEF
(216,203,239)
#DCD1F1
(220,209,241)
#E0D7F3
(224,215,243)
#E4DDF5
(228,221,245)
#E8E3F7
(232,227,247)
#ECE9F9
(236,233,249)
#F0EFFB
(240,239,251)
#F4F5FD
(244,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB9E9 color. Also use rgb(204,185,233) instead hex code.

Text Font Color

.myTextColor { color: #CCB9E9; }

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

This text font color is #CCB9E9.

Background Color

.myBgColor { background-color: #CCB9E9; }

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

This div background color is #CCB9E9.

Border color

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

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

This div border color is #CCB9E9.

Opacity

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

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

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

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

This text has shadow with #CCB9E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB9E9.

Preview

Color preview on black background

This text has color #CCB9E9 on black background.


Color preview on white background

This text has color #CCB9E9 on white background.


Black color preview on #CCB9E9 background

This text has black color on #CCB9E9 background.


White color preview on #CCB9E9 background

This text has white color on #CCB9E9 background.


Related colors

Complementary color

Complementary color for #hex is #334616.


I love getcolorcode.com

Triadic colors

1 #E9CCB9 and #B9E9CC with #CCB9E9 are triadic colors.

2 #E9B9CC and #B9CCE9 with #CCB9E9 are triadic colors.