COLOR #CCBBB5

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

Color info

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

RGB color model

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

RGB: (204,187,181) (80%, 73%, 71%)

RGB channels and saturation

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

204
187
181

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

Portions of RGB colors in percentages

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

%35.66
%32.69
%31.64

CMYK color model

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

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

CMYK: (0,8,11,20)
C0M8Y11K20 (0%, 8%, 11%, 20%)
(0.00 / 0.08 / 0.11 / 0.20)

CMYK percentages

%0
%8.33
%11.27
%20

Codes

Color #CCBBB5 in popluar color models

CC BB B5
RGB 204 187 181
HSL 16° 18.40% 75.49%
HSB/HSV 16° 11.27% 80.00%
CMYK 0.00% 8.33% 11.27%
20.00%

Color #CCBBB5 in popluar number systems.

HEX CC BB B5
Decimal 204 187 181
Binary 11001100 10111011 10110101
Octal 314 273 265

Shades and tints

Shades of #CCBBB5

#CCBBB5
(204,187,181)
#BAAAA5
(186,170,165)
#A89995
(168,153,149)
#968885
(150,136,133)
#847775
(132,119,117)
#726665
(114,102,101)
#605555
(96,85,85)
#4E4445
(78,68,69)
#3C3335
(60,51,53)
#2A2225
(42,34,37)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #CCBBB5

#CCBBB5
(204,187,181)
#D0C1BB
(208,193,187)
#D4C7C1
(212,199,193)
#D8CDC7
(216,205,199)
#DCD3CD
(220,211,205)
#E0D9D3
(224,217,211)
#E4DFD9
(228,223,217)
#E8E5DF
(232,229,223)
#ECEBE5
(236,235,229)
#F0F1EB
(240,241,235)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBBB5; }

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

This text font color is #CCBBB5.

Background Color

.myBgColor { background-color: #CCBBB5; }

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

This div background color is #CCBBB5.

Border color

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

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

This div border color is #CCBBB5.

Opacity

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

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

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

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

This text has shadow with #CCBBB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBBB5.

Preview

Color preview on black background

This text has color #CCBBB5 on black background.


Color preview on white background

This text has color #CCBBB5 on white background.


Black color preview on #CCBBB5 background

This text has black color on #CCBBB5 background.


White color preview on #CCBBB5 background

This text has white color on #CCBBB5 background.


Related colors

Complementary color

Complementary color for #hex is #33444A.


I love getcolorcode.com

Triadic colors

1 #B5CCBB and #BBB5CC with #CCBBB5 are triadic colors.

2 #B5BBCC and #BBCCB5 with #CCBBB5 are triadic colors.