COLOR #C3CCB8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

195
204
184

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

Portions of RGB colors in percentages

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

%33.45
%34.99
%31.56

CMYK color model

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

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 20.00%

CMYK: (4,0,10,20)
C4M0Y10K20 (4%, 0%, 10%, 20%)
(0.04 / 0.00 / 0.10 / 0.20)

CMYK percentages

%4.41
%0
%9.8
%20

Codes

Color #C3CCB8 in popluar color models

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

Color #C3CCB8 in popluar number systems.

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

Shades and tints

Shades of #C3CCB8

#C3CCB8
(195,204,184)
#B2BAA8
(178,186,168)
#A1A898
(161,168,152)
#909688
(144,150,136)
#7F8478
(127,132,120)
#6E7268
(110,114,104)
#5D6058
(93,96,88)
#4C4E48
(76,78,72)
#3B3C38
(59,60,56)
#2A2A28
(42,42,40)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #C3CCB8

#C3CCB8
(195,204,184)
#C8D0BE
(200,208,190)
#CDD4C4
(205,212,196)
#D2D8CA
(210,216,202)
#D7DCD0
(215,220,208)
#DCE0D6
(220,224,214)
#E1E4DC
(225,228,220)
#E6E8E2
(230,232,226)
#EBECE8
(235,236,232)
#F0F0EE
(240,240,238)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CCB8; }

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

This text font color is #C3CCB8.

Background Color

.myBgColor { background-color: #C3CCB8; }

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

This div background color is #C3CCB8.

Border color

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

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

This div border color is #C3CCB8.

Opacity

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

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

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

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

This text has shadow with #C3CCB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CCB8.

Preview

Color preview on black background

This text has color #C3CCB8 on black background.


Color preview on white background

This text has color #C3CCB8 on white background.


Black color preview on #C3CCB8 background

This text has black color on #C3CCB8 background.


White color preview on #C3CCB8 background

This text has white color on #C3CCB8 background.


Related colors

Complementary color

Complementary color for #hex is #3C3347.


I love getcolorcode.com

Triadic colors

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

2 #B8CCC3 and #CCC3B8 with #C3CCB8 are triadic colors.