COLOR #CCBBD3

HEX: #CCBBD3
RGB: (204,187,211)

Color info

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

RGB color model

#CCBBD3 color RGB value is (204,187,211).

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

RGB channels and saturation

R 204 of 255 = 80%
G 187 of 255 = 73%
B 211 of 255 = 83%

204
187
211

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

Portions of RGB colors in percentages

R + G + B =
204 + 187 + 211 = 602 (100%)
R 204 of 602 ~ 33.89%
G 187 of 602 ~ 31.06%
B 211 of 602 ~ 35.05%

%33.89
%31.06
%35.05

CMYK color model

#CCBBD3 color CMYK value is (3,11,0,17).

  • cyan value is 3.32%
  • magenta value is 11.37%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(3,11,0,17)
C3M11Y0K17 
(3%,11%,0%,17%)
(0.03/0.11/0.00/0.17)	

CMYK percentages

%3.32
%11.37
%0
%17.25

Codes

Color #CCBBD3 in popluar color models

CCBBD3
RGB204187211
HSL283°21.43%78.04%
HSB/HSV283°11.37%82.75%
CMYK3.32%11.37%0.00%
17.25%

Color #CCBBD3 in popluar number systems.

HEXCCBBD3
Decimal204187211
Binary110011001011101111010011
Octal314273323

Shades and tints

Shades of #CCBBD3

#CCBBD3
(204,187,211)
#BAAAC0
(186,170,192)
#A899AD
(168,153,173)
#96889A
(150,136,154)
#847787
(132,119,135)
#726674
(114,102,116)
#605561
(96,85,97)
#4E444E
(78,68,78)
#3C333B
(60,51,59)
#2A2228
(42,34,40)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #CCBBD3

#CCBBD3
(204,187,211)
#D0C1D7
(208,193,215)
#D4C7DB
(212,199,219)
#D8CDDF
(216,205,223)
#DCD3E3
(220,211,227)
#E0D9E7
(224,217,231)
#E4DFEB
(228,223,235)
#E8E5EF
(232,229,239)
#ECEBF3
(236,235,243)
#F0F1F7
(240,241,247)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBBD3; }

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

This text font color is #CCBBD3.


Background Color

.myBgColor { background-color: #CCBBD3; }

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

This div background color is #CCBBD3.


Border color

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

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

This div border color is #CCBBD3.


Opacity

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

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

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

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

This text has shadow with #CCBBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBBD3 on black background.


Color preview on white background

This text has color #CCBBD3 on white background.



Black color preview on #CCBBD3 background

This text has black color on #CCBBD3 background.


White color preview on #CCBBD3 background

This text has white color on #CCBBD3 background.