COLOR #CCB5BB

HEX: #CCB5BB
RGB: (204,181,187)

Color info

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

RGB color model

#CCB5BB color RGB value is (204,181,187).

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

RGB channels and saturation

R 204 of 255 = 80%
G 181 of 255 = 71%
B 187 of 255 = 73%

204
181
187

R + G + B ~ 75%. #CCB5BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 181 + 187 = 572 (100%)
R 204 of 572 ~ 35.66%
G 181 of 572 ~ 31.64%
B 187 of 572 ~ 32.69%

%35.66
%31.64
%32.69

CMYK color model

#CCB5BB color CMYK value is (0,11,8,20).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 8.33%
  • key color value is 20.00%
CMYK:
(0,11,8,20)
C0M11Y8K20 
(0%,11%,8%,20%)
(0.00/0.11/0.08/0.20)	

CMYK percentages

%0
%11.27
%8.33
%20

Codes

Color #CCB5BB in popluar color models

CCB5BB
RGB204181187
HSL344°18.40%75.49%
HSB/HSV344°11.27%80.00%
CMYK0.00%11.27%8.33%
20.00%

Color #CCB5BB in popluar number systems.

HEXCCB5BB
Decimal204181187
Binary110011001011010110111011
Octal314265273

Shades and tints

Shades of #CCB5BB

#CCB5BB
(204,181,187)
#BAA5AA
(186,165,170)
#A89599
(168,149,153)
#968588
(150,133,136)
#847577
(132,117,119)
#726566
(114,101,102)
#605555
(96,85,85)
#4E4544
(78,69,68)
#3C3533
(60,53,51)
#2A2522
(42,37,34)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #CCB5BB

#CCB5BB
(204,181,187)
#D0BBC1
(208,187,193)
#D4C1C7
(212,193,199)
#D8C7CD
(216,199,205)
#DCCDD3
(220,205,211)
#E0D3D9
(224,211,217)
#E4D9DF
(228,217,223)
#E8DFE5
(232,223,229)
#ECE5EB
(236,229,235)
#F0EBF1
(240,235,241)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB5BB; }

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

This text font color is #CCB5BB.


Background Color

.myBgColor { background-color: #CCB5BB; }

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

This div background color is #CCB5BB.


Border color

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

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

This div border color is #CCB5BB.


Opacity

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

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

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

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

This text has shadow with #CCB5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB5BB on black background.


Color preview on white background

This text has color #CCB5BB on white background.



Black color preview on #CCB5BB background

This text has black color on #CCB5BB background.


White color preview on #CCB5BB background

This text has white color on #CCB5BB background.