COLOR #CCBAD8

HEX: #CCBAD8
RGB: (204,186,216)

Color info

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

RGB color model

#CCBAD8 color RGB value is (204,186,216).

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

RGB channels and saturation

R 204 of 255 = 80%
G 186 of 255 = 73%
B 216 of 255 = 85%

204
186
216

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

Portions of RGB colors in percentages

R + G + B =
204 + 186 + 216 = 606 (100%)
R 204 of 606 ~ 33.66%
G 186 of 606 ~ 30.69%
B 216 of 606 ~ 35.64%

%33.66
%30.69
%35.64

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(6,14,0,15)
C6M14Y0K15 
(6%,14%,0%,15%)
(0.06/0.14/0.00/0.15)	

CMYK percentages

%5.56
%13.89
%0
%15.29

Codes

Color #CCBAD8 in popluar color models

CCBAD8
RGB204186216
HSL276°27.78%78.82%
HSB/HSV276°13.89%84.71%
CMYK5.56%13.89%0.00%
15.29%

Color #CCBAD8 in popluar number systems.

HEXCCBAD8
Decimal204186216
Binary110011001011101011011000
Octal314272330

Shades and tints

Shades of #CCBAD8

#CCBAD8
(204,186,216)
#BAAAC5
(186,170,197)
#A89AB2
(168,154,178)
#968A9F
(150,138,159)
#847A8C
(132,122,140)
#726A79
(114,106,121)
#605A66
(96,90,102)
#4E4A53
(78,74,83)
#3C3A40
(60,58,64)
#2A2A2D
(42,42,45)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #CCBAD8

#CCBAD8
(204,186,216)
#D0C0DB
(208,192,219)
#D4C6DE
(212,198,222)
#D8CCE1
(216,204,225)
#DCD2E4
(220,210,228)
#E0D8E7
(224,216,231)
#E4DEEA
(228,222,234)
#E8E4ED
(232,228,237)
#ECEAF0
(236,234,240)
#F0F0F3
(240,240,243)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBAD8; }

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

This text font color is #CCBAD8.


Background Color

.myBgColor { background-color: #CCBAD8; }

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

This div background color is #CCBAD8.


Border color

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

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

This div border color is #CCBAD8.


Opacity

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

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

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

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

This text has shadow with #CCBAD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBAD8 on black background.


Color preview on white background

This text has color #CCBAD8 on white background.



Black color preview on #CCBAD8 background

This text has black color on #CCBAD8 background.


White color preview on #CCBAD8 background

This text has white color on #CCBAD8 background.