COLOR #CCB4D1

HEX: #CCB4D1
RGB: (204,180,209)

Color info

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

RGB color model

#CCB4D1 color RGB value is (204,180,209).

  • red value is 204;
  • green value is 180;
  • blue value is 209.
RGB:
(204,180,209)
(80%,71%,82%)

RGB channels and saturation

R 204 of 255 = 80%
G 180 of 255 = 71%
B 209 of 255 = 82%

204
180
209

R + G + B ~ 78%. #CCB4D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 180 + 209 = 593 (100%)
R 204 of 593 ~ 34.4%
G 180 of 593 ~ 30.35%
B 209 of 593 ~ 35.24%

%34.4
%30.35
%35.24

CMYK color model

#CCB4D1 color CMYK value is (2,14,0,18).

  • cyan value is 2.39%
  • magenta value is 13.88%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(2,14,0,18)
C2M14Y0K18 
(2%,14%,0%,18%)
(0.02/0.14/0.00/0.18)	

CMYK percentages

%2.39
%13.88
%0
%18.04

Codes

Color #CCB4D1 in popluar color models

CCB4D1
RGB204180209
HSL290°23.97%76.27%
HSB/HSV290°13.88%81.96%
CMYK2.39%13.88%0.00%
18.04%

Color #CCB4D1 in popluar number systems.

HEXCCB4D1
Decimal204180209
Binary110011001011010011010001
Octal314264321

Shades and tints

Shades of #CCB4D1

#CCB4D1
(204,180,209)
#BAA4BE
(186,164,190)
#A894AB
(168,148,171)
#968498
(150,132,152)
#847485
(132,116,133)
#726472
(114,100,114)
#60545F
(96,84,95)
#4E444C
(78,68,76)
#3C3439
(60,52,57)
#2A2426
(42,36,38)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #CCB4D1

#CCB4D1
(204,180,209)
#D0BAD5
(208,186,213)
#D4C0D9
(212,192,217)
#D8C6DD
(216,198,221)
#DCCCE1
(220,204,225)
#E0D2E5
(224,210,229)
#E4D8E9
(228,216,233)
#E8DEED
(232,222,237)
#ECE4F1
(236,228,241)
#F0EAF5
(240,234,245)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB4D1 color. Also use rgb(204,180,209) instead hex code.

Text Font Color

.myTextColor { color: #CCB4D1; }

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

This text font color is #CCB4D1.


Background Color

.myBgColor { background-color: #CCB4D1; }

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

This div background color is #CCB4D1.


Border color

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

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

This div border color is #CCB4D1.


Opacity

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

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

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

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

This text has shadow with #CCB4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB4D1 on black background.


Color preview on white background

This text has color #CCB4D1 on white background.



Black color preview on #CCB4D1 background

This text has black color on #CCB4D1 background.


White color preview on #CCB4D1 background

This text has white color on #CCB4D1 background.