COLOR #CCB2D3

HEX: #CCB2D3
RGB: (204,178,211)

Color info

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

RGB color model

#CCB2D3 color RGB value is (204,178,211).

  • red value is 204;
  • green value is 178;
  • blue value is 211.
RGB:
(204,178,211)
(80%,70%,83%)

RGB channels and saturation

R 204 of 255 = 80%
G 178 of 255 = 70%
B 211 of 255 = 83%

204
178
211

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

Portions of RGB colors in percentages

R + G + B =
204 + 178 + 211 = 593 (100%)
R 204 of 593 ~ 34.4%
G 178 of 593 ~ 30.02%
B 211 of 593 ~ 35.58%

%34.4
%30.02
%35.58

CMYK color model

#CCB2D3 color CMYK value is (3,16,0,17).

  • cyan value is 3.32%
  • magenta value is 15.64%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(3,16,0,17)
C3M16Y0K17 
(3%,16%,0%,17%)
(0.03/0.16/0.00/0.17)	

CMYK percentages

%3.32
%15.64
%0
%17.25

Codes

Color #CCB2D3 in popluar color models

CCB2D3
RGB204178211
HSL287°27.27%76.27%
HSB/HSV287°15.64%82.75%
CMYK3.32%15.64%0.00%
17.25%

Color #CCB2D3 in popluar number systems.

HEXCCB2D3
Decimal204178211
Binary110011001011001011010011
Octal314262323

Shades and tints

Shades of #CCB2D3

#CCB2D3
(204,178,211)
#BAA2C0
(186,162,192)
#A892AD
(168,146,173)
#96829A
(150,130,154)
#847287
(132,114,135)
#726274
(114,98,116)
#605261
(96,82,97)
#4E424E
(78,66,78)
#3C323B
(60,50,59)
#2A2228
(42,34,40)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #CCB2D3

#CCB2D3
(204,178,211)
#D0B9D7
(208,185,215)
#D4C0DB
(212,192,219)
#D8C7DF
(216,199,223)
#DCCEE3
(220,206,227)
#E0D5E7
(224,213,231)
#E4DCEB
(228,220,235)
#E8E3EF
(232,227,239)
#ECEAF3
(236,234,243)
#F0F1F7
(240,241,247)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB2D3 color. Also use rgb(204,178,211) instead hex code.

Text Font Color

.myTextColor { color: #CCB2D3; }

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

This text font color is #CCB2D3.


Background Color

.myBgColor { background-color: #CCB2D3; }

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

This div background color is #CCB2D3.


Border color

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

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

This div border color is #CCB2D3.


Opacity

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

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

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

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

This text has shadow with #CCB2D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB2D3 on black background.


Color preview on white background

This text has color #CCB2D3 on white background.



Black color preview on #CCB2D3 background

This text has black color on #CCB2D3 background.


White color preview on #CCB2D3 background

This text has white color on #CCB2D3 background.