COLOR #CCBBB3

HEX: #CCBBB3 RGB: (204,187,179)

Color info

#CCBBB3 contains red, green and blue colors in about the same proportion. Web safe color of #CCBBB3 is #CCCC99 (or #CC9).

RGB color model

#CCBBB3 color RGB value is (204,187,179).

RGB: (204,187,179) (80%, 73%, 70%)

RGB channels and saturation

R 204 of 255 = 80%
G 187 of 255 = 73%
B 179 of 255 = 70%

204
187
179

R + G + B ~ 74%. #CCBBB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 187 + 179 = 570 (100%)
R 204 of 570 ~ 35.79%
G 187 of 570 ~ 32.81%
B 179 of 570 ~ 31.4'%

%35.79
%32.81
%31.4

CMYK color model

#CCBBB3 color CMYK value is (0,8,12,20).

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

CMYK: (0,8,12,20)
C0M8Y12K20 (0%, 8%, 12%, 20%)
(0.00 / 0.08 / 0.12 / 0.20)

CMYK percentages

%0
%8.33
%12.25
%20

Codes

Color #CCBBB3 in popluar color models

CC BB B3
RGB 204 187 179
HSL 19° 19.69% 75.10%
HSB/HSV 19° 12.25% 80.00%
CMYK 0.00% 8.33% 12.25%
20.00%

Color #CCBBB3 in popluar number systems.

HEX CC BB B3
Decimal 204 187 179
Binary 11001100 10111011 10110011
Octal 314 273 263

Shades and tints

Shades of #CCBBB3

#CCBBB3
(204,187,179)
#BAAAA3
(186,170,163)
#A89993
(168,153,147)
#968883
(150,136,131)
#847773
(132,119,115)
#726663
(114,102,99)
#605553
(96,85,83)
#4E4443
(78,68,67)
#3C3333
(60,51,51)
#2A2223
(42,34,35)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #CCBBB3

#CCBBB3
(204,187,179)
#D0C1B9
(208,193,185)
#D4C7BF
(212,199,191)
#D8CDC5
(216,205,197)
#DCD3CB
(220,211,203)
#E0D9D1
(224,217,209)
#E4DFD7
(228,223,215)
#E8E5DD
(232,229,221)
#ECEBE3
(236,235,227)
#F0F1E9
(240,241,233)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBBB3; }

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

This text font color is #CCBBB3.

Background Color

.myBgColor { background-color: #CCBBB3; }

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

This div background color is #CCBBB3.

Border color

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

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

This div border color is #CCBBB3.

Opacity

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

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

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

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

This text has shadow with #CCBBB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBBB3.

Preview

Color preview on black background

This text has color #CCBBB3 on black background.


Color preview on white background

This text has color #CCBBB3 on white background.


Black color preview on #CCBBB3 background

This text has black color on #CCBBB3 background.


White color preview on #CCBBB3 background

This text has white color on #CCBBB3 background.


Related colors

Complementary color

Complementary color for #hex is #33444C.


I love getcolorcode.com

Triadic colors

1 #B3CCBB and #BBB3CC with #CCBBB3 are triadic colors.

2 #B3BBCC and #BBCCB3 with #CCBBB3 are triadic colors.