COLOR #CCB8D0

HEX: #CCB8D0
RGB: (204,184,208)

Color info

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

RGB color model

#CCB8D0 color RGB value is (204,184,208).

  • red value is 204;
  • green value is 184;
  • blue value is 208.
RGB:
(204,184,208)
(80%,72%,82%)

RGB channels and saturation

R 204 of 255 = 80%
G 184 of 255 = 72%
B 208 of 255 = 82%

204
184
208

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

Portions of RGB colors in percentages

R + G + B =
204 + 184 + 208 = 596 (100%)
R 204 of 596 ~ 34.23%
G 184 of 596 ~ 30.87%
B 208 of 596 ~ 34.9%

%34.23
%30.87
%34.9

CMYK color model

#CCB8D0 color CMYK value is (2,12,0,18).

  • cyan value is 1.92%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(2,12,0,18)
C2M12Y0K18 
(2%,12%,0%,18%)
(0.02/0.12/0.00/0.18)	

CMYK percentages

%1.92
%11.54
%0
%18.43

Codes

Color #CCB8D0 in popluar color models

CCB8D0
RGB204184208
HSL290°20.34%76.86%
HSB/HSV290°11.54%81.57%
CMYK1.92%11.54%0.00%
18.43%

Color #CCB8D0 in popluar number systems.

HEXCCB8D0
Decimal204184208
Binary110011001011100011010000
Octal314270320

Shades and tints

Shades of #CCB8D0

#CCB8D0
(204,184,208)
#BAA8BE
(186,168,190)
#A898AC
(168,152,172)
#96889A
(150,136,154)
#847888
(132,120,136)
#726876
(114,104,118)
#605864
(96,88,100)
#4E4852
(78,72,82)
#3C3840
(60,56,64)
#2A282E
(42,40,46)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #CCB8D0

#CCB8D0
(204,184,208)
#D0BED4
(208,190,212)
#D4C4D8
(212,196,216)
#D8CADC
(216,202,220)
#DCD0E0
(220,208,224)
#E0D6E4
(224,214,228)
#E4DCE8
(228,220,232)
#E8E2EC
(232,226,236)
#ECE8F0
(236,232,240)
#F0EEF4
(240,238,244)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB8D0 color. Also use rgb(204,184,208) instead hex code.

Text Font Color

.myTextColor { color: #CCB8D0; }

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

This text font color is #CCB8D0.


Background Color

.myBgColor { background-color: #CCB8D0; }

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

This div background color is #CCB8D0.


Border color

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

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

This div border color is #CCB8D0.


Opacity

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

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

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

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

This text has shadow with #CCB8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB8D0 on black background.


Color preview on white background

This text has color #CCB8D0 on white background.



Black color preview on #CCB8D0 background

This text has black color on #CCB8D0 background.


White color preview on #CCB8D0 background

This text has white color on #CCB8D0 background.