COLOR #CCABD2

HEX: #CCABD2
RGB: (204,171,210)

Color info

#CCABD2 contains red, green and blue colors in about the same proportion. Web safe color of #CCABD2 is #CC99CC (or #C9C).

RGB color model

#CCABD2 color RGB value is (204,171,210).

  • red value is 204;
  • green value is 171;
  • blue value is 210.
RGB:
(204,171,210)
(80%,67%,82%)

RGB channels and saturation

R 204 of 255 = 80%
G 171 of 255 = 67%
B 210 of 255 = 82%

204
171
210

R + G + B ~ 76%. #CCABD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 171 + 210 = 585 (100%)
R 204 of 585 ~ 34.87%
G 171 of 585 ~ 29.23%
B 210 of 585 ~ 35.9%

%34.87
%29.23
%35.9

CMYK color model

#CCABD2 color CMYK value is (3,19,0,18).

  • cyan value is 2.86%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(3,19,0,18)
C3M19Y0K18 
(3%,19%,0%,18%)
(0.03/0.19/0.00/0.18)	

CMYK percentages

%2.86
%18.57
%0
%17.65

Codes

Color #CCABD2 in popluar color models

CCABD2
RGB204171210
HSL291°30.23%74.71%
HSB/HSV291°18.57%82.35%
CMYK2.86%18.57%0.00%
17.65%

Color #CCABD2 in popluar number systems.

HEXCCABD2
Decimal204171210
Binary110011001010101111010010
Octal314253322

Shades and tints

Shades of #CCABD2

#CCABD2
(204,171,210)
#BA9CBF
(186,156,191)
#A88DAC
(168,141,172)
#967E99
(150,126,153)
#846F86
(132,111,134)
#726073
(114,96,115)
#605160
(96,81,96)
#4E424D
(78,66,77)
#3C333A
(60,51,58)
#2A2427
(42,36,39)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #CCABD2

#CCABD2
(204,171,210)
#D0B2D6
(208,178,214)
#D4B9DA
(212,185,218)
#D8C0DE
(216,192,222)
#DCC7E2
(220,199,226)
#E0CEE6
(224,206,230)
#E4D5EA
(228,213,234)
#E8DCEE
(232,220,238)
#ECE3F2
(236,227,242)
#F0EAF6
(240,234,246)
#F4F1FA
(244,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCABD2 color. Also use rgb(204,171,210) instead hex code.

Text Font Color

.myTextColor { color: #CCABD2; }

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

This text font color is #CCABD2.


Background Color

.myBgColor { background-color: #CCABD2; }

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

This div background color is #CCABD2.


Border color

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

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

This div border color is #CCABD2.


Opacity

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

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

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

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

This text has shadow with #CCABD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCABD2 on black background.


Color preview on white background

This text has color #CCABD2 on white background.



Black color preview on #CCABD2 background

This text has black color on #CCABD2 background.


White color preview on #CCABD2 background

This text has white color on #CCABD2 background.