COLOR #CCCBB3

HEX: #CCCBB3 RGB: (204,203,179)

Color info

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

RGB color model

#CCCBB3 color RGB value is (204,203,179).

RGB: (204,203,179) (80%, 80%, 70%)

RGB channels and saturation

R 204 of 255 = 80%
G 203 of 255 = 80%
B 179 of 255 = 70%

204
203
179

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

Portions of RGB colors in percentages

R + G + B = 204 + 203 + 179 = 586 (100%)
R 204 of 586 ~ 34.81%
G 203 of 586 ~ 34.64%
B 179 of 586 ~ 30.55'%

%34.81
%34.64
%30.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.49%
  • yellow value is 12.25%
  • key color value is 20.00%
CMYK: (0,0,12,20) C0M0Y12K20 (0%,0%,12%,20%) (0.00/0.00/0.12/0.20) 

CMYK percentages

%0
%0.49
%12.25
%20

Codes

Color #CCCBB3 in popluar color models

CC CB B3
RGB 204 203 179
HSL 58° 19.69% 75.10%
HSB/HSV 58° 12.25% 80.00%
CMYK 0.00% 0.49% 12.25%
20.00%

Color #CCCBB3 in popluar number systems.

HEX CC CB B3
Decimal 204 203 179
Binary 11001100 11001011 10110011
Octal 314 313 263

Shades and tints

Shades of #CCCBB3

#CCCBB3
(204,203,179)
#BAB9A3
(186,185,163)
#A8A793
(168,167,147)
#969583
(150,149,131)
#848373
(132,131,115)
#727163
(114,113,99)
#605F53
(96,95,83)
#4E4D43
(78,77,67)
#3C3B33
(60,59,51)
#2A2923
(42,41,35)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #CCCBB3

#CCCBB3
(204,203,179)
#D0CFB9
(208,207,185)
#D4D3BF
(212,211,191)
#D8D7C5
(216,215,197)
#DCDBCB
(220,219,203)
#E0DFD1
(224,223,209)
#E4E3D7
(228,227,215)
#E8E7DD
(232,231,221)
#ECEBE3
(236,235,227)
#F0EFE9
(240,239,233)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCBB3; }

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

This text font color is #CCCBB3.

Background Color

.myBgColor { background-color: #CCCBB3; }

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

This div background color is #CCCBB3.

Border color

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

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

This div border color is #CCCBB3.

Opacity

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

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

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

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

This text has shadow with #CCCBB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCBB3.

Preview

Color preview on black background

This text has color #CCCBB3 on black background.


Color preview on white background

This text has color #CCCBB3 on white background.


Black color preview on #CCCBB3 background

This text has black color on #CCCBB3 background.


White color preview on #CCCBB3 background

This text has white color on #CCCBB3 background.


Related colors

Complementary color

Complementary color for #hex is #33344C.


I love getcolorcode.com

Triadic colors

1 #B3CCCB and #CBB3CC with #CCCBB3 are triadic colors.

2 #B3CBCC and #CBCCB3 with #CCCBB3 are triadic colors.