COLOR #CCB8C3

HEX: #CCB8C3 RGB: (204,184,195)

Color info

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

RGB color model

#CCB8C3 color RGB value is (204,184,195).

RGB: (204,184,195) (80%, 72%, 76%)

RGB channels and saturation

R 204 of 255 = 80%
G 184 of 255 = 72%
B 195 of 255 = 76%

204
184
195

R + G + B ~ 76%. #CCB8C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 184 + 195 = 583 (100%)
R 204 of 583 ~ 34.99%
G 184 of 583 ~ 31.56%
B 195 of 583 ~ 33.45'%

%34.99
%31.56
%33.45

CMYK color model

#CCB8C3 color CMYK value is (0,10,4,20).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 4.41%
  • key color value is 20.00%
CMYK: (0,10,4,20) C0M10Y4K20 (0%,10%,4%,20%) (0.00/0.10/0.04/0.20) 

CMYK percentages

%0
%9.8
%4.41
%20

Codes

Color #CCB8C3 in popluar color models

CC B8 C3
RGB 204 184 195
HSL 327° 16.39% 76.08%
HSB/HSV 327° 9.80% 80.00%
CMYK 0.00% 9.80% 4.41%
20.00%

Color #CCB8C3 in popluar number systems.

HEX CC B8 C3
Decimal 204 184 195
Binary 11001100 10111000 11000011
Octal 314 270 303

Shades and tints

Shades of #CCB8C3

#CCB8C3
(204,184,195)
#BAA8B2
(186,168,178)
#A898A1
(168,152,161)
#968890
(150,136,144)
#84787F
(132,120,127)
#72686E
(114,104,110)
#60585D
(96,88,93)
#4E484C
(78,72,76)
#3C383B
(60,56,59)
#2A282A
(42,40,42)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #CCB8C3

#CCB8C3
(204,184,195)
#D0BEC8
(208,190,200)
#D4C4CD
(212,196,205)
#D8CAD2
(216,202,210)
#DCD0D7
(220,208,215)
#E0D6DC
(224,214,220)
#E4DCE1
(228,220,225)
#E8E2E6
(232,226,230)
#ECE8EB
(236,232,235)
#F0EEF0
(240,238,240)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB8C3 color. Also use rgb(204,184,195) instead hex code.

Text Font Color

.myTextColor { color: #CCB8C3; }

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

This text font color is #CCB8C3.

Background Color

.myBgColor { background-color: #CCB8C3; }

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

This div background color is #CCB8C3.

Border color

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

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

This div border color is #CCB8C3.

Opacity

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

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

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

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

This text has shadow with #CCB8C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB8C3.

Preview

Color preview on black background

This text has color #CCB8C3 on black background.


Color preview on white background

This text has color #CCB8C3 on white background.


Black color preview on #CCB8C3 background

This text has black color on #CCB8C3 background.


White color preview on #CCB8C3 background

This text has white color on #CCB8C3 background.


Related colors

Complementary color

Complementary color for #hex is #33473C.


I love getcolorcode.com

Triadic colors

1 #C3CCB8 and #B8C3CC with #CCB8C3 are triadic colors.

2 #C3B8CC and #B8CCC3 with #CCB8C3 are triadic colors.