COLOR #CCCBB5

HEX: #CCCBB5 RGB: (204,203,181)

Color info

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

RGB color model

#CCCBB5 color RGB value is (204,203,181).

RGB: (204,203,181) (80%, 80%, 71%)

RGB channels and saturation

R 204 of 255 = 80%
G 203 of 255 = 80%
B 181 of 255 = 71%

204
203
181

R + G + B ~ 77%. #CCCBB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 203 + 181 = 588 (100%)
R 204 of 588 ~ 34.69%
G 203 of 588 ~ 34.52%
B 181 of 588 ~ 30.78'%

%34.69
%34.52
%30.78

CMYK color model

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

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

CMYK: (0,0,11,20)
C0M0Y11K20 (0%, 0%, 11%, 20%)
(0.00 / 0.00 / 0.11 / 0.20)

CMYK percentages

%0
%0.49
%11.27
%20

Codes

Color #CCCBB5 in popluar color models

CC CB B5
RGB 204 203 181
HSL 57° 18.40% 75.49%
HSB/HSV 57° 11.27% 80.00%
CMYK 0.00% 0.49% 11.27%
20.00%

Color #CCCBB5 in popluar number systems.

HEX CC CB B5
Decimal 204 203 181
Binary 11001100 11001011 10110101
Octal 314 313 265

Shades and tints

Shades of #CCCBB5

#CCCBB5
(204,203,181)
#BAB9A5
(186,185,165)
#A8A795
(168,167,149)
#969585
(150,149,133)
#848375
(132,131,117)
#727165
(114,113,101)
#605F55
(96,95,85)
#4E4D45
(78,77,69)
#3C3B35
(60,59,53)
#2A2925
(42,41,37)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #CCCBB5

#CCCBB5
(204,203,181)
#D0CFBB
(208,207,187)
#D4D3C1
(212,211,193)
#D8D7C7
(216,215,199)
#DCDBCD
(220,219,205)
#E0DFD3
(224,223,211)
#E4E3D9
(228,227,217)
#E8E7DF
(232,231,223)
#ECEBE5
(236,235,229)
#F0EFEB
(240,239,235)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCBB5; }

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

This text font color is #CCCBB5.

Background Color

.myBgColor { background-color: #CCCBB5; }

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

This div background color is #CCCBB5.

Border color

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

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

This div border color is #CCCBB5.

Opacity

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

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

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

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

This text has shadow with #CCCBB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCBB5.

Preview

Color preview on black background

This text has color #CCCBB5 on black background.


Color preview on white background

This text has color #CCCBB5 on white background.


Black color preview on #CCCBB5 background

This text has black color on #CCCBB5 background.


White color preview on #CCCBB5 background

This text has white color on #CCCBB5 background.


Related colors

Complementary color

Complementary color for #hex is #33344A.


I love getcolorcode.com

Triadic colors

1 #B5CCCB and #CBB5CC with #CCCBB5 are triadic colors.

2 #B5CBCC and #CBCCB5 with #CCCBB5 are triadic colors.