COLOR #CCB4CB

HEX: #CCB4CB RGB: (204,180,203)

Color info

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

RGB color model

#CCB4CB color RGB value is (204,180,203).

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

RGB channels and saturation

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

204
180
203

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

Portions of RGB colors in percentages

R + G + B = 204 + 180 + 203 = 587 (100%)
R 204 of 587 ~ 34.75%
G 180 of 587 ~ 30.66%
B 203 of 587 ~ 34.58'%

%34.75
%30.66
%34.58

CMYK color model

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

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

CMYK: (0,12,0,20)
C0M12Y0K20 (0%, 12%, 0%, 20%)
(0.00 / 0.12 / 0.00 / 0.20)

CMYK percentages

%0
%11.76
%0.49
%20

Codes

Color #CCB4CB in popluar color models

CC B4 CB
RGB 204 180 203
HSL 303° 19.05% 75.29%
HSB/HSV 303° 11.76% 80.00%
CMYK 0.00% 11.76% 0.49%
20.00%

Color #CCB4CB in popluar number systems.

HEX CC B4 CB
Decimal 204 180 203
Binary 11001100 10110100 11001011
Octal 314 264 313

Shades and tints

Shades of #CCB4CB

#CCB4CB
(204,180,203)
#BAA4B9
(186,164,185)
#A894A7
(168,148,167)
#968495
(150,132,149)
#847483
(132,116,131)
#726471
(114,100,113)
#60545F
(96,84,95)
#4E444D
(78,68,77)
#3C343B
(60,52,59)
#2A2429
(42,36,41)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #CCB4CB

#CCB4CB
(204,180,203)
#D0BACF
(208,186,207)
#D4C0D3
(212,192,211)
#D8C6D7
(216,198,215)
#DCCCDB
(220,204,219)
#E0D2DF
(224,210,223)
#E4D8E3
(228,216,227)
#E8DEE7
(232,222,231)
#ECE4EB
(236,228,235)
#F0EAEF
(240,234,239)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB4CB; }

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

This text font color is #CCB4CB.

Background Color

.myBgColor { background-color: #CCB4CB; }

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

This div background color is #CCB4CB.

Border color

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

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

This div border color is #CCB4CB.

Opacity

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

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

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

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

This text has shadow with #CCB4CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB4CB.

Preview

Color preview on black background

This text has color #CCB4CB on black background.


Color preview on white background

This text has color #CCB4CB on white background.


Black color preview on #CCB4CB background

This text has black color on #CCB4CB background.


White color preview on #CCB4CB background

This text has white color on #CCB4CB background.


Related colors

Complementary color

Complementary color for #hex is #334B34.


I love getcolorcode.com

Triadic colors

1 #CBCCB4 and #B4CBCC with #CCB4CB are triadic colors.

2 #CBB4CC and #B4CCCB with #CCB4CB are triadic colors.