COLOR #CCBADB

HEX: #CCBADB
RGB: (204,186,219)

Color info

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

RGB color model

#CCBADB color RGB value is (204,186,219).

  • red value is 204;
  • green value is 186;
  • blue value is 219.
RGB:
(204,186,219)
(80%,73%,86%)

RGB channels and saturation

R 204 of 255 = 80%
G 186 of 255 = 73%
B 219 of 255 = 86%

204
186
219

R + G + B ~ 80%. #CCBADB is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 186 + 219 = 609 (100%)
R 204 of 609 ~ 33.5%
G 186 of 609 ~ 30.54%
B 219 of 609 ~ 35.96%

%33.5
%30.54
%35.96

CMYK color model

#CCBADB color CMYK value is (7,15,0,14).

  • cyan value is 6.85%
  • magenta value is 15.07%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(7,15,0,14)
C7M15Y0K14 
(7%,15%,0%,14%)
(0.07/0.15/0.00/0.14)	

CMYK percentages

%6.85
%15.07
%0
%14.12

Codes

Color #CCBADB in popluar color models

CCBADB
RGB204186219
HSL273°31.43%79.41%
HSB/HSV273°15.07%85.88%
CMYK6.85%15.07%0.00%
14.12%

Color #CCBADB in popluar number systems.

HEXCCBADB
Decimal204186219
Binary110011001011101011011011
Octal314272333

Shades and tints

Shades of #CCBADB

#CCBADB
(204,186,219)
#BAAAC8
(186,170,200)
#A89AB5
(168,154,181)
#968AA2
(150,138,162)
#847A8F
(132,122,143)
#726A7C
(114,106,124)
#605A69
(96,90,105)
#4E4A56
(78,74,86)
#3C3A43
(60,58,67)
#2A2A30
(42,42,48)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #CCBADB

#CCBADB
(204,186,219)
#D0C0DE
(208,192,222)
#D4C6E1
(212,198,225)
#D8CCE4
(216,204,228)
#DCD2E7
(220,210,231)
#E0D8EA
(224,216,234)
#E4DEED
(228,222,237)
#E8E4F0
(232,228,240)
#ECEAF3
(236,234,243)
#F0F0F6
(240,240,246)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCBADB color. Also use rgb(204,186,219) instead hex code.

Text Font Color

.myTextColor { color: #CCBADB; }

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

This text font color is #CCBADB.


Background Color

.myBgColor { background-color: #CCBADB; }

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

This div background color is #CCBADB.


Border color

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

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

This div border color is #CCBADB.


Opacity

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

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

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

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

This text has shadow with #CCBADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBADB on black background.


Color preview on white background

This text has color #CCBADB on white background.



Black color preview on #CCBADB background

This text has black color on #CCBADB background.


White color preview on #CCBADB background

This text has white color on #CCBADB background.