COLOR #CCB7BB

HEX: #CCB7BB RGB: (204,183,187)

Color info

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

RGB color model

#CCB7BB color RGB value is (204,183,187).

RGB: (204,183,187) (80%, 72%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 183 of 255 = 72%
B 187 of 255 = 73%

204
183
187

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

Portions of RGB colors in percentages

R + G + B = 204 + 183 + 187 = 574 (100%)
R 204 of 574 ~ 35.54%
G 183 of 574 ~ 31.88%
B 187 of 574 ~ 32.58'%

%35.54
%31.88
%32.58

CMYK color model

#CCB7BB color CMYK value is (0,10,8,20).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 8.33%
  • key color value is 20.00%

CMYK: (0,10,8,20)
C0M10Y8K20 (0%, 10%, 8%, 20%)
(0.00 / 0.10 / 0.08 / 0.20)

CMYK percentages

%0
%10.29
%8.33
%20

Codes

Color #CCB7BB in popluar color models

CC B7 BB
RGB 204 183 187
HSL 349° 17.07% 75.88%
HSB/HSV 349° 10.29% 80.00%
CMYK 0.00% 10.29% 8.33%
20.00%

Color #CCB7BB in popluar number systems.

HEX CC B7 BB
Decimal 204 183 187
Binary 11001100 10110111 10111011
Octal 314 267 273

Shades and tints

Shades of #CCB7BB

#CCB7BB
(204,183,187)
#BAA7AA
(186,167,170)
#A89799
(168,151,153)
#968788
(150,135,136)
#847777
(132,119,119)
#726766
(114,103,102)
#605755
(96,87,85)
#4E4744
(78,71,68)
#3C3733
(60,55,51)
#2A2722
(42,39,34)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #CCB7BB

#CCB7BB
(204,183,187)
#D0BDC1
(208,189,193)
#D4C3C7
(212,195,199)
#D8C9CD
(216,201,205)
#DCCFD3
(220,207,211)
#E0D5D9
(224,213,217)
#E4DBDF
(228,219,223)
#E8E1E5
(232,225,229)
#ECE7EB
(236,231,235)
#F0EDF1
(240,237,241)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB7BB; }

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

This text font color is #CCB7BB.

Background Color

.myBgColor { background-color: #CCB7BB; }

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

This div background color is #CCB7BB.

Border color

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

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

This div border color is #CCB7BB.

Opacity

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

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

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

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

This text has shadow with #CCB7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB7BB.

Preview

Color preview on black background

This text has color #CCB7BB on black background.


Color preview on white background

This text has color #CCB7BB on white background.


Black color preview on #CCB7BB background

This text has black color on #CCB7BB background.


White color preview on #CCB7BB background

This text has white color on #CCB7BB background.


Related colors

Complementary color

Complementary color for #hex is #334844.


I love getcolorcode.com

Triadic colors

1 #BBCCB7 and #B7BBCC with #CCB7BB are triadic colors.

2 #BBB7CC and #B7CCBB with #CCB7BB are triadic colors.