COLOR #CCB9DA

HEX: #CCB9DA RGB: (204,185,218)

Color info

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

RGB color model

#CCB9DA color RGB value is (204,185,218).

RGB: (204,185,218) (80%, 73%, 85%)

RGB channels and saturation

R 204 of 255 = 80%
G 185 of 255 = 73%
B 218 of 255 = 85%

204
185
218

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

Portions of RGB colors in percentages

R + G + B = 204 + 185 + 218 = 607 (100%)
R 204 of 607 ~ 33.61%
G 185 of 607 ~ 30.48%
B 218 of 607 ~ 35.91'%

%33.61
%30.48
%35.91

CMYK color model

#CCB9DA color CMYK value is (6,15,0,15).

  • cyan value is 6.42%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (6,15,0,15)
C6M15Y0K15 (6%, 15%, 0%, 15%)
(0.06 / 0.15 / 0.00 / 0.15)

CMYK percentages

%6.42
%15.14
%0
%14.51

Codes

Color #CCB9DA in popluar color models

CC B9 DA
RGB 204 185 218
HSL 275° 30.84% 79.02%
HSB/HSV 275° 15.14% 85.49%
CMYK 6.42% 15.14% 0.00%
14.51%

Color #CCB9DA in popluar number systems.

HEX CC B9 DA
Decimal 204 185 218
Binary 11001100 10111001 11011010
Octal 314 271 332

Shades and tints

Shades of #CCB9DA

#CCB9DA
(204,185,218)
#BAA9C7
(186,169,199)
#A899B4
(168,153,180)
#9689A1
(150,137,161)
#84798E
(132,121,142)
#72697B
(114,105,123)
#605968
(96,89,104)
#4E4955
(78,73,85)
#3C3942
(60,57,66)
#2A292F
(42,41,47)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #CCB9DA

#CCB9DA
(204,185,218)
#D0BFDD
(208,191,221)
#D4C5E0
(212,197,224)
#D8CBE3
(216,203,227)
#DCD1E6
(220,209,230)
#E0D7E9
(224,215,233)
#E4DDEC
(228,221,236)
#E8E3EF
(232,227,239)
#ECE9F2
(236,233,242)
#F0EFF5
(240,239,245)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB9DA; }

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

This text font color is #CCB9DA.

Background Color

.myBgColor { background-color: #CCB9DA; }

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

This div background color is #CCB9DA.

Border color

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

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

This div border color is #CCB9DA.

Opacity

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

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

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

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

This text has shadow with #CCB9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB9DA.

Preview

Color preview on black background

This text has color #CCB9DA on black background.


Color preview on white background

This text has color #CCB9DA on white background.


Black color preview on #CCB9DA background

This text has black color on #CCB9DA background.


White color preview on #CCB9DA background

This text has white color on #CCB9DA background.


Related colors

Complementary color

Complementary color for #hex is #334625.


I love getcolorcode.com

Triadic colors

1 #DACCB9 and #B9DACC with #CCB9DA are triadic colors.

2 #DAB9CC and #B9CCDA with #CCB9DA are triadic colors.